Hello,
Please go to Theme Options > Header Settings > Enable header overlap > Off.
Regards
Hello,
Please go to Theme Options > Header Settings > Enable header overlap > Off.
Regards
Hello,
Thanks for contacting us.
Please download XStore import files from this page – https://www.8theme.com/downloads/ inside the archive you will find “books” folder with all files for import.
Feel free to ask if you have any other questions.
Regards
Hello,
Fixed. Please check.
Also, this fix will be included in the next update of the theme.
Regards
My pleasure 🙂
Have a nice day.
Regards
.prefooter .etheme_widget_satick_block {
display: block;
}
Regards
As I can see, you created 2 menus http://prntscr.com/n3o84z , please note that static blocks do not work on the mobile menu.
For the Home page was selected a custom menu. I’ve a bit changed your settings. Please check both menus (Main menu, Menu) now.
Regards
You’re welcome!
Please provide temporary wp-admin access.
Regards
Hello,
1) I do not see the problem with “Shop” item of the Main menu on the Home page https://prnt.sc/n3nomh
URL of this item you can change here – http://prntscr.com/n3np9p
2) http://prntscr.com/n3nq6f – upload own image without the green line from the right side.
Feel free to ask if you have any other questions.
Regards
.top-bar #icl_lang_sel_widget-6 {
border-right: none;
}
Regards
Yes, open up new topics for new questions, please. This one will be closed because the problem is solved.
Regards
.navbar-header.show-in-tb-right {
display: none;
}
Regards
You’re welcome!
Regards
Hello,
.top-bar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
background-color: #1b1b1b;
}
.top-bar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:hover {
background-color: #a2185b;
}
.top-bar .wpml-ls-sidebars-languages-sidebar a {
width:100%;
}
.top-bar .wpml-ls-sidebars-languages-sidebar a:hover,
.top-bar .wpml-ls-sidebars-languages-sidebar a:hover {
background-color: transparent;
border-color: transparent;
}
Regards
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
Hello,
WordPress 5.x use Gutenberg as a default page editor. You need to update WPBakery Page builder (formerly Visual Composer) plugin to 5.7 version https://www.8theme.com/documentation/xstore/plugins/plugins-update/ and then disable the Gutenberg http://prntscr.com/mprq5g
Regards
Hello,
Looks like the problem is caused by cache, because I do not see changes in code, via the console on your site.
Please clear all cache.
Regards
Hello,
Try to disable “Lazy loading for this element” for Products elements – http://prntscr.com/n3klvg , clear cache and let me know the result.
Regards
Do you have these problems with the default WC theme activated on your site (Storefront)?
Try to disable 3-rd party plugins, clear cache and check how it works then.
Regards
Hello,
You’re welcome!
Would you mind to rate our product: https://prnt.sc/d256m6 https://themeforest.net/downloads
That would be much appreciated ?
Regards
Hello,
You can use a hook in function.php of child-theme to add the button https://businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
For example, add a button that calls this “Popup content” http://prntscr.com/n3j5pq
http://prntscr.com/n3j8ze
add_action( 'woocommerce_share', 'contact_us_custom_action', 5 );
function contact_us_custom_action() {
echo '<div class="custom-contact-popup"><a href="#etheme-popup-holder" class="etheme-popup">Contact us</a></div>';
}
custom CSS code –
.custom-contact-popup {
margin-bottom: 8px;
}
.custom-contact-popup a {
background-color: green;
padding: 5px 10px;
color: white;
}
Or you can try to use an additional plugin (we do not provide support for 3rd party plugins).
Regards
Hello,
There is no such possibility by default. You can use custom CSS code to change styles of elements on a single product page only.
Regards
Thanks for screenshots.
Please replace the previous code by this one:
.sidebar-widget ul li:hover a,
.single-product .tabs .tab-title:hover,
.product-categories > li > a:hover,
.widget_categories a:hover,
.vc_custom_heading a:hover {
color: orange;
}
.home .products-page-cats a {
display: none;
}
clear cache and let me know the result.
Regards
Hello,
Please provide URL of your site and temporary wp-admin access.
Use this area – http://prntscr.com/n3het9 to post private data.
Regards
You’re welcome!
Regards
You’re welcome!
Have a nice day 🙂
Regards
Hello,
Try to disable Massive Addons plugin, if this solves the 404 problem, you faced a known issue of the Massive Addons plugin that caused by server limits https://codecanyon.net/item/massive-addons-for-visual-composer/14429839/comments?page=36&filter=all#comment_14143143 https://codecanyon.net/item/massive-addons-for-visual-composer/14429839/comments?filter=all&page=79#comment_18501820 You need to contact hosting provider and ask to increase the maximum body length value, then you will be able to edit pages.
Registration for plugins is not obligatory – https://www.8theme.com/documentation/docs/activation-and-purchase-codes/ This article will help you to update plugins – https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
In this case, you can remove the price using custom CSS code:
.product-summary-fixed .price {
display: none;
}
Regards