Title: No lightbox in quickview
Last modified: November 14, 2018

---

# No lightbox in quickview

 *  Resolved [ttremain](https://wordpress.org/support/users/ttremain/)
 * (@ttremain)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/)
 * This products page:
    [Products page](https://likeit.net/hlp1)
 * I have actually removed the “Quick View” button, and changed the product links,
   but I don’t that that is the issue.
 * When you open a product, only the first image is displayed.
 * The option of the lightbox is enabled: [Settings](https://likeit.net/hlp2)
 * Other than this, we do like the product, and will likely register the pro version.
 * Please advise.

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Thread Starter [ttremain](https://wordpress.org/support/users/ttremain/)
 * (@ttremain)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-10882412)
 * Maybe I have the terminology wrong. Before Quick View, the images would come 
   up in a gallery. Now only a single image is shown.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-10886527)
 * Hi there,
    could you explain me what you mean with “the images would come up 
   in a gallery. Now only a single image is shown” ? Could you send me a screenshot
   of your issue? In any case, if you have an issue, the best practise is try to
   deactivate all plugins, leaving only WooCommerce and YITH WooCommerce Quick View
   active, and see if the problem is solved. If so, try to activate them again, 
   one by one, to see which one causes the issue. If the problem isn’t caused by
   a plugin, try to activate the default theme Twenty Sixteen and see if you have
   the same issue. Also, if you have customized some files in your theme, please
   try with a fresh installation without any customization. It can help you to understand
   what’s generating your issue. Let me know.
 *  Thread Starter [ttremain](https://wordpress.org/support/users/ttremain/)
 * (@ttremain)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-10889155)
 * Okay, on a staging environment, all plugins except YITH QV and Woo disabled, 
   and on a twentyseventeen theme.
 * Image of a product page: [image](http://allenwholesale.staging.wpengine.com/product.png)
 * Same in Quickview: [image](http://allenwholesale.staging.wpengine.com/productqv.png)
 * Notice the “additional” slider images, are no longer available in the QV.
 * This is the same thing that would happen if I were to prevent the ‘woocommerce_product_thumbnails’
   action from firing.
 * I just answered my own question. Your plugin runs a:
    `remove_action( 'woocommerce_product_thumbnails','
   woocommerce_show_product_thumbnails', 20 );`
 * This hook is the one that generates the thumbnails. Your disabling it is a problem
   for us.
    -  This reply was modified 7 years, 8 months ago by [ttremain](https://wordpress.org/support/users/ttremain/).
 *  Thread Starter [ttremain](https://wordpress.org/support/users/ttremain/)
 * (@ttremain)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-10898658)
 * Can there be a way for us to re-enable the product thumbnails, either through
   a settings option, or code option?
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-10926199)
 * Hi,
    you could restore the product thumbnail action in quick view by adding the
   following code snippet to your theme **functions.php**
 *     ```
       if ( !function_exists( 'yith_wcqv_customization_restore_product_thumbnails' ) ) {
           add_action( 'yith_wcqv_product_image', 'yith_wcqv_customization_restore_product_thumbnails' );
           function yith_wcqv_customization_restore_product_thumbnails() {
               add_action( 'woocommerce_product_thumbnails', 'woocommerce_show_product_thumbnails', 20 );
           }
       }
       ```
   
 * However the **WooCommerce** gallery will not work within the Quick View, since
   you should also enqueue the JS for the gallery and initialize it.
 * Unfortunately this feature is not included in this version of the plugin, but
   the premium version supports it. If you need more information about it, please,
   do not hesitate to contact us on [yithemes.com](https://yithemes.com), our pre-
   sales operators will be able to help you.
 *  Thread Starter [ttremain](https://wordpress.org/support/users/ttremain/)
 * (@ttremain)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-10938559)
 * Your plugin broke a few other things too. It’s already been deleted.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-11039301)
 * Hi there,
 * I’m sorry for this, if you want to use it feel free to make a report of all issue
   to us, we’ll plain a tests.
 * Thanks!
    Have a nice day
 *  Thread Starter [ttremain](https://wordpress.org/support/users/ttremain/)
 * (@ttremain)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-11040396)
 * I have. Your tech took the information, and stopped responding.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-11043322)
 * Hi there,
 * > I have. Your tech took the information, and stopped responding.
 * I think you are using the commercial version of YITH WooCommerce Quick View plugin.
   If yes, please contact us in our support platform, this is the wrong place to
   talk about commercial products.
 * Thanks for understanding.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘No lightbox in quickview’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-quick-view/assets/icon-128x128.gif?rev=
   3193930)
 * [YITH WooCommerce Quick View](https://wordpress.org/plugins/yith-woocommerce-quick-view/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-quick-view/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/no-lightbox-in-quickview/#post-11043322)
 * Status: resolved