Hello,
It would be better to search and translate in both.
Strings related to widgets, header builder elements, Elementor, WPBakery elements, variation swatches are located in plugin, all the other strings are located in the theme.
Regards
Hello,
It would be better to search and translate in both.
Strings related to widgets, header builder elements, Elementor, WPBakery elements, variation swatches are located in plugin, all the other strings are located in the theme.
Regards
Hello,
Related products do not have any specific class to hide button using custom CSS. Default hover effect displays the QV button and wishlist button only.
Regards
Hello,
No, but probably apple mobile devices react specifically to certain styles.
It works completely fine with my Android device.
Regards
Hello,
Check now.
Regards
Hello,
Oh, why did you post private info in the main message are? It’s available for all the users. Use Private content area to provide private information!!!!
Yes, woocommerce folder is the reason of the issue. Why did you copy whole folder? What files did you change there?
Regards
Hello,
Check now, please.
Regards
Hello,
Fixed.
Regards
Hello,
We are XStore theme developers, we are not developers of the Jetpack plugin. So contact the plugin author if you have problem with this.
Regards
Hello,
We checked the issue with the default Storefront theme and see that it does not display https://gyazo.com/f6bbef5f1b16636607dc46401ed07bc1 So, contact WooCommerce plugin support about this https://wordpress.org/support/plugin/woocommerce/
Regards
Hello,
Provide us with WP Dashboard access to check the issue in more detail and help you.
Regards
Hello,
We don’t have the option to Import/Export sections only but you can Import/Export whole the template https://prnt.sc/1dw1v20 and then edit it according to your needs.
Regards
Hello,
There is no such option in WooCommerce or our theme to hide price for some products only.
Regards
Hello,
I updated the core plugin and did not face any issues.
Regards
Hello,
The current version of the theme supports the latest WooCommerce plugin version.
Regards
Hello,
We have added the below custom to your Custom CSS
.template-content .secondary-menu-wrapper .menu {
display: block;
visibility: hidden;
opacity: 0;
-webkit-transform: scale3d(1,0,1);
transform: scale3d(1,0,1);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
transition: all 500ms ease 0s;
animation: none;
}
.et-secondary-shown .template-content .secondary-menu-wrapper .menu, .et-secondary-visibility-opened .template-content .secondary-menu-wrapper .menu, .et-secondary-visibility-on_hover .template-content .secondary-menu-wrapper:hover .menu, .et-secondary-visibility-opened.et-secondary-on-home .template-content .secondary-menu-wrapper:hover .menu, .et-secondary-visibility-opened.et-secondary-on-home.home .template-content .secondary-menu-wrapper .menu {
visibility: visible;
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
animation: none;
}
Check now.
Regards
Hello,
WooCommerce default template does not include that information into account email by default and it does allow to display that even if you use email builder. Please, replace these shortcodes maybe with the username.
Regards
Hello,
Check now.
Regards
Hello,
In the menu item set the Mega menu design and number of columns (it changes the width of the mega menu block) https://prnt.sc/1dvjoue
After that finish creation of the static block according to design you need https://prnt.sc/1dvk5l1
Regards
Hello,
Check now, please.
Regards
Hello,
Image is missing even if the default WP theme is enabled https://prnt.sc/1dv4ig5 and issue caused by Jetpack plugin. Once plugin is disabled images are ok. Contact plugin author to fix the problem.
Regards
Hello,
We have fixed the gallery image issue. Check now.
But issue with likes is related to some settings that you have for your account or something. Because if we check the media by hashtag when we are logged in we don’t see likes, only comments https://gyazo.com/5b4b9baebaddb90521b92f154605fcdc , Instagram API returns 0 likes for the posts that are not gallery posts.
At the same time we are able to see the likes if we are not logged in.
So, we would recommend you to contact Instagram support about this. We hid the likes if it has 0.
Regards
Hello,
Plugin changed ID to class, that’s why code does not work.
Replace the previous code with this one
.widget_wc_aelia_currencyswitcher_widget select.aelia_cs_currencies {
color: #000 ;
}
Regards
Hello,
I checked your site and it looks the same way as in editor https://prnt.sc/1dfld3d
What browser do you use? Chrome? Point is that Elementor saves styles to .css file, Chrome caches css files and images, so you need to clear the browser cache to apply changes. Use https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn for these purposes.
Regards
Hello,
Truly saying I’m confused and don’t understand what do you want because you asked to show featured image for custom post types then you need breadcrumbs for them and it’s confusing.
For the custom post type that should have the featured image use the code below:
add_filter('etheme_backstretch_enqueue', function($post_types){
$post_types[] = 'muziek';
$post_types[] = 'one_more_custom_type';
$post_types[] = 'one_more_custom_type';
$post_types[] = 'one_more_custom_type';
return $post_types;
});
For the custom post type that should have breadcrumbs without featured image use the code below:
add_action('wp', function () {
global $post;
if ( $post && is_object($post)) {
if ( in_array( $post->post_type, array( 'museum', 'bibliotheek', 'one_more_custom_type', 'one_more_custom_type' ) ) ) {
set_query_var( 'et_post-template', 'default' );
}
}
}, 2);
Regards
Hello,
Thank you for using our theme.
You can manage the product categories permalinks in Settings > Permalinks. You may create product categories with the subcategories in Products > Categories.
Regards
Hello,
Read this topic https://www.8theme.com/topic/mobile-header-broken/#post-294926 and check if all the custom CSS that you added on your site has the closed styles. Or provide us with WP Dashboard to check.
Regards
Hello,
Provide us with access to your production site and we’ll update it.
Regards
Hello,
Thank you for using our theme!
$39 is the best price for such kind of product on the marketplace. We can’t make an additional discount, unfortunately.
Regards
Hello,
It looks the issue is caused by animation images in tabs. I passed the issue to our developers.
Regards
Hello,
Go to Theme Options > WooCommerce > Single product builder > Show Product Stock Status > disable https://prnt.sc/1dmj72y
Regards