Hello, @yohantosadu
You may add this css code in Theme Options > Styling > Custom css:
.content-product .product-title a {
min-height: 35px;
line-height: 1.2;
}
Regards
Hello, @yohantosadu
You may add this css code in Theme Options > Styling > Custom css:
.content-product .product-title a {
min-height: 35px;
line-height: 1.2;
}
Regards
Hello,
I am glad that the problem was solved.
Regards
Hello,
Please provide temporary wp-admin access in Private Content so we can take a closer look.
Regards
Hello,
The private Content area is empty. Please check and provide credentials.
1. Please create an empty dynamic.css file in royal-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' ); in royal-child/functions.php file. Then go to Theme Options and re-save them. (From the 4.0 update, all the custom styles come not like inline CSS but as styles from separate file – dynamic.css (to speed up the site loading). If you created child theme before 4.0 update you need to create the dynamic.css file.)
4. Please provide screenshot of the problem. You can use such screenshot maker as Lightshot and provide screenshot link in Private content area.
Also, Fixed header color scheme can be changed to Dark in Theme Options > Header Settings > Main header area.
Regards
Hello,
Thanks for the topic.
Site background option (Theme Options > Styling) works for Boxed layout (Theme Options > General > Site Layout). To change site background for Wide layout, you can use custom css code.
Let us know if you need any further assistance.
Regards
Hello,
Make sure that you put your .po .mo files in /wp-content/languages/themes/ with correct names, for example, royal-tr_TR.po, royal-tr_TR.mo.
Likely you simply need to synchronize translation files.
Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with updated pot file. It means if we made any changes in template files that may affect transaltion or we added new string for the translation and you updated theme you need to synchronize your translation with updated files. Only after synchronization you’ll be able to translate new strings or strings that were changed.
Let us know if you need any further assistance.
Regards
Hello,
I do not see the problem http://prntscr.com/ikr7t6 Could you please describe the issue in more details?
Regards
Hello,
Please add this code in custom.css file of parent theme or in style.css of child theme:
.blog-post .post-title a {
font-size: 18px;
font-style: normal;
}
How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
Hello,
1. Please add this code in Theme Options > Custom css:
.single_add_to_cart_button {
color: white;
}
2-3. Please provide us with temporary FTP access also.
4. Theme Options > Single product page > Sidebar position
5. Do you mean this http://prntscr.com/ikhpyg ?
.single-product .product-navigation {
display: none;
}
Regards
Hello,
If “Header overlaps the content” is disable in Theme Options > General > Header Setting, you need to check “Header overlap” option in “[8theme] Layout options” for Home page https://prnt.sc/ikhg6s.
Regards
Hello,
Please describe your questions in more details and provide screenshots for better understanding.
Regards
You’re welcome!
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Have a nice day.
Regards
Hello,
If you select in Theme Options – Sidebar position – without and in blog page settings – left sidebar position, your single post pages will be shown without sidebar.
So use [8theme] Layout options to select sidebar position for pages or for single posts.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
You can set sidebar position for all pages (except WC pages) in Blog Layout via Theme Options, but if you want to change it only for blog page, go to edit blog page > [8theme] Layout options > Sidebar Position.
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
I do not see the problem on this site. To be able to help, we need to see the problem. So please select permalinks settings which are necessary to work your shipping module.
Regards
Provide FTP access in Private Content also.
Thanks in advance.
Regards
Hello,
What theme version do you use? Please provide temporary wp-admin access in Private Content so we can take a closer look.
Regards
Hello,
Please provide temporary wp-admin access in Private Content so we can take a closer look.
Regards
Hello,
Theme Options > Blog & Portfolio > Blog Layout > Sidebar position + Theme Options > E-commerce > Products Page Layout > Layout + Theme Options > E-commerce > Single Product Page > Sidebar position.
Regards
Please check now https://prnt.sc/ikfngk
Regards
Hello,
Here you can find “Click here to request a refund” button https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-
Regards
Hello,
Please provide screenshot of the problem and temporary wp-admin access in Private Content so we can take a closer look.
Thanks in advance.
Regards
Hello,
Please read our documentation https://www.8theme.com/documentation/docs/widgets-custom-widget-areas/
You can create footer static block and add this in in Appearance > Widgets > Footer area, or as on our organic demo – http://prntscr.com/iketfr (different widgets added into all 4 footer areas).
http://prntscr.com/ikeufk
<img src="https://www.8theme.com/demo/xstore/organic/wp-content/uploads/sites/14/2016/08/logo-organic-footer.png" alt="logo-footer-retina" width="160" height="29" />
This is easy to update text from footer widget area. Add here information about your store.
48 Park Avenue,
East 21st Street, Apt. 304
New York NY 10016
Email: <mark><a href="mailto:youremail@site.com">youremail@site.com</a></mark>
Phone: <mark>+1 408 996 1010</mark>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6">
<ul class="menu">
<li><a href="#">Home Page</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Delivery Info</a></li>
<li><a href="#">Conditions</a></li>
<li><a href="#">Order Tracking</a></li>
<li><a href="https://www.8theme.com/demo/xstore/organic/my-account/">My Account</a></li>
<li><a href="https://www.8theme.com/demo/xstore/organic/wishlist/view/">My Wishlist</a></li>
</ul>
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<ul class="menu">
<li><a href="#">London</a></li>
<li><a href="#">San Francisco</a></li>
<li><a href="#">New Orlean</a></li>
<li><a href="#">Seattle</a></li>
<li><a href="#">Portland</a></li>
<li><a href="#">Stockholm</a></li>
<li><a href="#">Hoffenheim</a></li>
</ul>
</div>
</div>
http://prntscr.com/ikev7a
http://prntscr.com/ikevdk
Regards
Hello,
There are a few ways to add custom css correctly so it won’t disappear after theme update: – custom css areas in Theme Options, custom.css file in parent theme or style.css file in child theme.
If you upload and activate a child theme nothing will be changed, because child theme is a theme that inherits the functionality and styling of another theme, called the parent theme.
Child themes you may find here – https://www.8theme.com/download-plugins/ or in theme package. For example, find royal-child folder in theme package and upload it to /wp-content/themes/ folder.
Regards
Hello, @Royalty
I am glad that you sorted out.
Regards