I would recommend you to use Loco Translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ (the same for lifestyle) – https://prnt.sc/gptqqi
Regards
I would recommend you to use Loco Translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ (the same for lifestyle) – https://prnt.sc/gptqqi
Regards
Hello,
Did you make any changes in template files? Do you use a child theme?
Please provide wp-admin and FTP access in Private Content.
Regards
Hello,
To disable sidebar on My account page edit page and select in the page settings “Without sidebar” http://prntscr.com/btyffe
Search is default content of the main sidebar. If you want to make this sidebar empty just add the empty text widget into the main sidebar.
Regards
Hello,
Please provide wp-admin and FTP access in Private Content, so our developers could try to implement a solution on your site.
Regards
You’re welcome!
Regards
Hello,
We are glad that you sorted out.
Regards
Please use this code:
.home .page-heading, .header-wrapper.header-top-menu header>.container {
padding: 0;
margin-bottom: 0 !important;
}
Regards
Hello,
Unfortunately, there are no tags for portfolio projects.
Regards
Hello,
Please check Typography setting or provide wp-admin access in Private Content.
Regards
Hello,
You’re welcome!
You need to have some CSS skills and add custom styles. You may use developer tools to inspect elements, for example https://developer.chrome.com/devtools and then add custom styles in child theme style.css or use our theme options Custom CSS fields.
Regards
Hello,
Please provide a screenshot.
Regards
Hello,
Please check now.
Regards
Hello,
Please provide a screenshot for better understanding.
Regards
Hello,
Please provide wp-admin and FTP access in Private Content.
Regards
Hello,
1. Please see screenshot http://prntscr.com/gps5c4
2. https://www.8theme.com/videos/ (Royal – WordPress ThemeEngine – Footer Set Up)
Regards
Oh I see, please change the code to:
.single-etheme_portfolio .menu-item-36 a, .single-etheme_portfolio .menu-item-17522 a, .single-etheme_portfolio .menu-item-42 a {
color: #000000;
}
Regards
Hello,
By default, the first category is opened. But you can comment this line in xstore/js/etheme.js file http://prntscr.com/gpfx4w, then minify content https://jscompress.com/ and replace it in etheme.min.js file.
Regards
Please change previous code to:
.single-etheme_portfolio .menu-item-36 a, .single-etheme_portfolio .menu-item-17522 a {
color: white;
}
Regards
Please use this code (add appropriate links):
<a href="link to your PDF file">
<img src="link to image">
</a>
Regards
Please provide screenshot for better understanding.
Regards
Add this code in function.php file of your child theme:
function et_back_to_page() {
return;
}
Regards
Please set needed color http://prntscr.com/gpf0pb and clear browser cache before checking.
Regards
You’re welcome!
Regards
I’ve changed the icon. Please check now.
I will send this problem to our developers.
Regards
Hello,
Please provide screenshot of your problem and wp-admin access in Private Content.
Regards
You’re welcome!
Regards
Hello,
You may use this code in Theme Options > Styling > Custom css:
.single-product .product-information {
width: 40%;
}
.single-product .product-side-information, .single-product .product-images {
width: 30%;
}
Regards
Hello,
Sorry for the delay.
Please describe in details and provide a screenshot for better understanding your question.
Regards
Thank you for your thoughts! We deeply appreciate it! 🙂
Regards
Hello,
If you use images with different size you can enable crop option in WooCommerce settings (WooCommerce > Settings > Products > Display) to make them equal height. Or you may try to add max-height for your image block, this is not good practice in general but if you want to have all the image block with the same size it can be like workaround for you.
Please read more https://docs.woocommerce.com/document/adding-product-images-and-galleries/ https://docs.woocommerce.com/document/fixing-blurry-product-images/
Regards