.prefooter .etheme_widget_satick_block {
display: block;
}
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
Hello,
What theme do you use on the site? It is not XStore. Please register purchase code http://prntscr.com/n35gmj of this theme for your account on our site and post topics in a correct thread http://prntscr.com/n35gvw
If you are using Royal theme on the site, et_cart_madal function can be found in js/etheme.js file http://prntscr.com/n35ivx You need to create a variable for the desired URL, like it was done for checkoutUrl (var checkoutUrl = '<?php echo esc_url( wc_get_checkout_url() ); ?>'; – royal/framework/theme-functions.php).
For example, http://prntscr.com/n35lnv + http://prntscr.com/n35m1u
Please note that additional customization in files is beyond our basic support scope.
Regards
Hello,
1) This item of the menu was created using a static block – http://prntscr.com/n3511k
Please watch these videos – https://youtu.be/f07MBdnFPfk https://youtu.be/1Nu49dskD1Q
You can simply delete current “Shop” item and add own one.
2) Delete this custom css code – http://prntscr.com/n352ri
Paddings of links in the menu you can change in Theme Options > Menu > Menu styling > Main menu links > Customize.
Regards
Theme Options > Footer > Show footer demo blocks > Off.
Appearance > Widgets > add a static block in Footer area.
Please read our documentation – https://www.8theme.com/demo/docs/legenda/#footer https://youtu.be/HL7wtSaTcMU (WPBakery > Role Manager > Post types > Custom and check also the static blocks).
Regards
Hello,
There is no such possibility for a custom page. woocommerce-ordering can be shown on default pages of WooCommerce, like Shop. For more information, contact support of WC.
Regards