Okay
  Public Ticket #893792
lightbox on product-item
Closed

Comments

  •  2
    lars started the conversation

    Im missing some things in the way the product info ( click item in shop and see the product details ) shows images, i would like to get similar like for example the one used on portifolio where you are able to zoom etc .

    When i click the image, it pops up but only option there is by default ( on all 3 single page product modes) is the image and left/right/close. 

    What can i do ?


    note : i already disabled the lightbox on woocommerce 

  • [deleted] replied

    Hi Lars,

    For the moment when i click on your image there are showing 2 kind of lightboxes, first is ours and the second is from WooCommerce.

    As for your question, please just update your theme and this problem should be fixed :)

  •  2
    lars replied

    it was because i played around with woocommerce enable lightbox and disable.. now woocommerce is disabled so its only yours that is running.

    but would like to replace it with the one you use as default for portofolio when you click the images there ( it has zoom buttons etc ) the one you use on products are very simple and i really need the  options minimum like the ones on portofolio.


    sidequestion : is it possible to create the product single item page in visual composer so i can put whatever i want in it there ? i dont think it is possible right ?

  • [deleted] replied

    Hi Lars,

    Actually WooCommerce will change soon the lightbox on their next big update (read more), so when they publish WooCommerce 2.7 we will start working on this and support their version.

    We will deprecate the actual version the lightbox that you see now on your single product page.

  •  2
    lars replied

    Is it possible to make your own page with visual composer for the single product page ? its abit of a problem with the current lightbox so i somehow need to get it replaced ( also before woocommerce launches a new update )

    [EDIT]

    Alternative, how can i totally disable your lightbox on single product - and only use woocommerce lightbox  ( i might be able to replace that with a plugin responsive-lightbox )

  • [deleted] replied

    Hi Lars,

    To disable our lightbox please add the code below to Custom CSS

    body.single-product .nivo-lightbox-overlay {
        display: none !important;
    }