[Bug] image position after quick view

1 reply · opened Nov 8, 2016

JjohnjohnNov 8, 2016

Hello,

In your demo page http://themes.semicolonweb.com/html/canvas/shop.php
There seems to be a bug that when you hover over an image and click on 'quick view' the modal opens.
But when you close the modal, then the product image is moved up.
When you hover over the product image again, it goes back to the correct position.

How to fix this?

Thank you

SSemicolon WebSTAFFNov 8, 2016

Hello,

There is Minor Bug and Conflict with the Magnific Popup Functionality and we have already fixed this in our Next Update. Simply add autoFocusLast: false, Setting to all the Magnific Popup Lightbox initializations inside the lightbox: function() Function Block in the js/functions.js File. Example:

$lightboxImageEl.magnificPopup({
    type: 'image',
    autoFocusLast: false,
    closeOnContentClick: true,
    closeBtnInside: false,
    fixedContentPos: true,
    mainClass: 'mfp-no-margins mfp-fade', // class to remove default margin from left and right side
    image: {
        verticalFit: true
    }
});

Do this for all the Similar Initializations.

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard