This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson
Hello,
I Have faced issue in product image slider.
1) In my website product details page slider is not working when I have clicked gallery image then it is not changes.
2) I want to removed images name tooltip when mouse hover on product images.
3) Can I set images thumbnail same for all?
4) I want change product image on hover. I have upload for one product but it is not working.
Can you please help me?
Thanks
Divya
Hello,
1. The problem is related to the plugin “Woocommerce Catalog Enquiry”. Disable it and check product images.
2. Add this code in footer.php file before </body>
:
<script type="text/javascript">
jQuery(document).ready(function($){
jQuery('img').removeAttr('title');
});
</script>
3. You can upload thumbnails editing each product separately and upload pictures in Gallery images section under “Featured Image” .
4. Hover effect works on Shop page, not on single product pages. Have you checked hover effect on Shop page?
Best regards,
Jack Richardson.
Thank You Jack,
I want to display woocommerce recent review product widget in third column replace by SALE PRODUCTS as per your demo in pre-footer sidebar section.
How to do this point? because I have used static block for display pre-footer section. But in visual editor recent product review is not showing.
One more think can i update woocommerce latest version. Is it compatible with your theme?
I need your help.
Thanks
Divya
Hello,
Yes, you can update Woocommerce plugin, but at first create full backup of your site. Do this before starting any update.
To display review widget you need create custom sidebar in Appearance > Widgets. Fill in Custom Sidebar title and press Add Sidebar button.
Place necessary widgets into newly created sidebar.
Then edit your static block and add Widgetised Sidebar element in Visual Composer editor, and select your custom sidebar.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up