Hello,
Theme Options > E-commerce > Products Page Layout > Buttons hover – Light and Image hover effect – Swap.
Regards
Hello,
Theme Options > E-commerce > Products Page Layout > Buttons hover – Light and Image hover effect – Swap.
Regards
You’re welcome.
Regards
Hello,
You’re welcome!
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hello,
Image Carousel is default VC element, so there is no additional settings comes from our theme. In your case, the problem caused by Carousel size value 1171 × 400, so change it to full or something else. Also, try to use Advanced Carousel element.
Regards
Hello,
Please copy this function http://prntscr.com/jliuzr from xstore/framework/shortcodes/carousel.php to functions.php of the child theme and do all required changes there.
Regards
Hello,
Thanks for the topic.
Please describe in details with screenshots what was done and explain the desired result.
Regards
You’re welcome!
Regards
Ok. Feel free to ask if you have any other questions.
Regards
Hello @khanfaraz1123,
You’re welcome!
Regards
I do not see the code via the console on your site.
Via inspector tools, it works – https://prnt.sc/jlhabh
Where did you add the code? Please provide temporary wp-admin access so I can take a closer look or you can contact woocommerce support to find another solution.
Regards
Have you cleared cache? Could you provide page URL?
Regards
Hello,
Please try “Just Catalog” – http://prntscr.com/jlgnoc
Or you can use this custom css code:
.single-product .price {
display: none;
}
Regards
Hello,
There is no such specific option for this in our theme.
Please read this article https://www.8theme.com/blog/8-best-youtube-video-gallery-plugins-for-wordpress/ Also, you can find other useful articles, for example, https://wpsmackdown.com/embed-youtube-playlist-wordpress/
Feel free to ask if you have any other questions.
Regards
Hello,
Thanks for the topic.
Please read our documentation – https://www.8theme.com/demo/docs/classico/#footer
Unfortunately, I can’t login to check your settings.
Here are footer settings from our demo – http://prntscr.com/jlge7p > http://prntscr.com/jlgepw + http://prntscr.com/jlgetb (http://prntscr.com/jlgf34 > http://prntscr.com/jlgfam).
To enable VC editor for static blocks go to wp-admin panel > Visual Composer > Role Manager > Post Types > Custom > tick “static block”.
The logo can be changed in Theme Options > General > Header Settings and in Page Settings – http://prntscr.com/jlgg3g
Regards
You’re welcome!
Regards
Hello,
Read this post https://businessbloomer.com/resolved-woocommerce-change-shop-page-seo-meta-title-products-archive/
You can change it using SEO plugin.
Regards
Hello @vineeth,
I would recommend you to submit a new topic on the forum – https://www.8theme.com/forums/xstore-wordpress-support-forum/ – http://prntscr.com/jlg75w
Please read WC documentation – https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/ and check your settings one more time. Try to enable WC default theme – Storefront, if price displays different with the default theme, let us know and provide temporary wp-admin access in the Private Content section.
Regards
Dear @khanfaraz1123,
We’ve disabled YITH WooCommerce Ajax Search Premium plugin and fixed the SKU search problem (via the child theme). You can clear cache and check.
Please do not use additional search plugins together with our Ajax search, because it generates errors.
I would recommend you to disable some plugins, for example, WPML All Import and Regenerate Thumbnails. Also, you have plugins with similar functionality WP Google Maps and GMAPS for Visual Composer. When you have multiple plugins installed and activated on your site, it can slow it down. So, keep enabled only those plugins that you really need for the correct functioning of your site and disable all the plugin that you don’t use.
If you want to use this option https://prnt.sc/jl3v1o, you need to enable debug mode and fix any problems come from plugins.
Regards
Hello,
Theme Options > Blog Layout > Sidebar position > Widhout sidebar, Theme Options > Products Page Layout > Layout > Widhout sidebar. Also, you can disable/enable sidebar in Page Layout – http://prntscr.com/jbxuvy
Regards
Hello,
You can add this code in Theme Options > Styling > Custom css:
.mobile-menu-wrapper .links li a {
display: none;
}
as a temporary solution, because we are planning to add “My account in mobile menu” option in next theme update.
Regards
Hello,
Products image size can be changed only via Customizer > Woocommerce > Product Images. Don’t use hard crop if you don’t want to crop images. Please read this article – https://docs.woocommerce.com/document/fixing-blurry-product-images/
We would recommend to use a graphics editor and prepare product images (make them the same size) before uploading it to your media gallery, then your grid will look much better.
Regards
Dear @Airwheeler,
1) Please see screenshot http://prntscr.com/jl3z6d
Do not forget to clear cache before checking the result.
2) You can change Top bar background and Top bar text color in Theme Options > General > Header Settings.
Regards
Hello @khanfaraz1123,
1) The problem with the site access was caused by your CDN settings https://prnt.sc/jl3v1o
2) Our specialist starts work on your site, some plugins will be temporarily disabled.
Regards
Hello,
You’re welcome!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest 🙂 https://themeforest.net/downloads
Regards
Hello,
By default, you need to upload all images for hover effect manually.
It is possible to take the first image of the product gallery via additional customization:
– copy content-product.php and content-product-slide.php files from legenda/woocommerce folder into woocommerce folder in your child theme;
– change this code https://prnt.sc/jl35fi (content-product.php) and this one https://prnt.sc/jl35zg (content-product-slide.php) to https://prnt.sc/jl35ot
if ( $hover == 'swap' ) {
$attachment_ids = $product->get_gallery_image_ids();
if ( count($attachment_ids) > 0 ) {
$hoverUrl = wp_get_attachment_image_src( $attachment_ids[0] );
$hoverImg = wp_get_attachment_image( $attachment_ids[0], $image_size);
}
}
Regards
Hello,
CMB2 plugin enables 8theme Layout Options for Pages, Posts – https://www.8theme.com/documentation/xstore/plugins/included-plugins/ https://www.8theme.com/documentation/xstore/theme-installation/8theme-page-post-layout-settings-8theme-post-options/
Regards
Hello,
You need to upload images for hover effect http://prntscr.com/jl1y4f
Your images load in media library – http://prntscr.com/jl1ynz as unsecured but your site use https, this creates a Mixed Content error. You need to contact your admin or hosting provider to fix the https problem, then you will be able to upload images for hover swap effect.
Regards
Hello,
1. You need to change “Header text color” for your Shop page to Inherit – http://prntscr.com/jl14x1
2. Fixed – http://prntscr.com/jl1egk Please clear cache and check now.
3. Please check [8theme] Product Options – http://prntscr.com/jl1ath
Regards
Hello,
Please read our documentation – https://www.8theme.com/demo/docs/royal/#demo_data_installation
and this topic – https://www.8theme.com/topic/updated-royal-theme-but-still-dont-have-access-to-photographer-variant/
Regards