The product gallery on page load displays images like this to a fully loaded:
After a page load, everything is properly hidden behind the main image of the product. Where could be the problem?
Tried to replace gallery via ready plugin.
Related
I use one feature image and 4 product gallery images but in my single product page its show feature image on top and in product gallery also.
I want feature image on top just. please see the below image
enter image description here
Website URL: https://www.pioneercustomboxes.com/
Product Page URL: https://www.pioneercustomboxes.com/product/custom-fruit-boxes/
I want a code or script that really helpful for me and resolve my problems.
I'm working on WordPress WooCommerce, the thumbnail image is not fully showing.
site URL:tulipmark.com/product-category/womens/ethenic-wear/saree you can see the problem in the link provided above
I have a wordpress website which is using the Nextgen gallery.This site is having various catalog on homepage containing various product images and details. I have a button in catalog page on each catalog. On clicking on this button, all the images inside the catalog is downloading, but it is downloading in zip format. I want the URL of the images of the product inside it.
Does anyone know of any plugins or resources for creating of a live preview for front-end submitted Wordpress posts?
My site has a front-end submission page with several text fields, radio buttons, and an image uploader. I would like to have a div to the right of these fields that displays a live preview using the page's template. I've haven't been able to find anything helpful online.
Photo of my front end post submission page
I have a woocommerce shop website and in the single product page i have this issue about clicking on the main image. The site redirects me to a page with the image link instead of showing the lightbox.
It is since Woocommerce 3.0, I think they changed the way to zoom image. I fixed the issue by adding add_theme_support('wc-product-gallery-lightbox') line in main functions.php file of the theme.