Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Wesheida,

    Is it possible that your website utilizes another lightbox (zoom) elsewhere? If so, could you disable it and see if the main image displays properly? It appears to us that the lightbox is disimilar to the one that we use. It may be possible that another lightbox is conflicting and overriding certain functions of ours.

    As for the text overflow, it may happen due to the varying fonts and fonts’ sizes that each theme has. You may give it a fix by adding custom CSS to the sidebar. If you could give us a link to your website, we will be glad to take a look at it and find the proper custom CSS to it.

    Best regards,

    Thread Starter wesheida

    (@wesheida)

    Hello,

    I disabled the plugin image Zoom, but since I no longer have the zoom function ?

    Also the link for look the problème responsive : http://philippedelasalle.fr/be-tronics/produits/

    Thanks

    Hi Wesheida,

    The feature for the image “zoom” as you refer to it as is called lightbox. If you want to enable it, please go to Options > Premium > Lightbox and set it to “Yes”. This will enable the image zoom. Therefore, you do not need an extra plugin for it. 🙂

    As for the link given, we cannot access it. Have you made changes to the slugs or permalinks options?

    Thread Starter wesheida

    (@wesheida)

    Hello,

    The link is ok, I update the permalink.

    Thank’s

    Hi Wesheida,

    Actually we have just noticed it’s simply a matter of indexing.

    Please use the following custom CSS and clear your cache to see if it works properly 🙂

    @media only screen and (max-width: 715px)
    .prod-cat-sidebar {
    z-index: 0;
    }

    Best regards,

    Thread Starter wesheida

    (@wesheida)

    Hi,

    This does not always work the same problem

    Thank’s

    Hi Wesheida,

    We have not seen any overriding of the CSS upon inspection. Could you try this alternative code:

    .prod-cat-sidebar {
    z-index: 0 !important;
    }

    The fixed header is at an index of 210, while the sidebar is at 9999. So, you could either put the sidebar lower than the header, or fix the header at a higher index in your theme appearance CSS.

    Thread Starter wesheida

    (@wesheida)

    Thank you very much !!

    It is perfect.

    Picture zoom is ok, and the responsive.

    Hi Wesheida,

    Glad we could get that fixed for you! Please don’t hesitate to contact us with any other questions.

    Regards.

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

The topic ‘Picture zoom responsive’ is closed to new replies.