• Resolved MrHaza

    (@mrhaza)


    Hello,

    I am using the Product Images element on the product page (WordPress theme Astra) of the e-shop and when I click on a photo, the lightbox appears. The icons in the top right corner are displayed twice, see screenshot: https://postimg.cc/WhfGgGPt

    Is there any way to solve this? I tried to set via css background-repeat: no-repeat, but that didn’t help.

    Thank you in advance for the answer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @mrhaza ,
    Thanks for reaching out to us.

    I have checked the Product Images widget in my development but couldn’t be able to trace the issue that you mentioned. Everything seems to be showing fine.

    Since the Icons are appearing twice on your end, can you please share the link to any of your products? So that I can check the issue properly and let you know an update ASAP!

    Looking forward to your response.

    Best Regards,
    Prosenjit

    Thread Starter MrHaza

    (@mrhaza)

    Hello,

    Here is the link to the product page: https://bit.ly/3glEuqt

    I am viewing the website on macOS, Chrome browser. I display the lightbox by clicking on the fa-expand-alt icon.

    Hello @mrhaza ,
    I hope you’re doing fine and am very sorry for the delayed response.

    I have checked the Single Product page and understood the issue. It was happening due to Padding which is globally applied for buttons. In order to solve that issue, please copy the CSS code mentioned below and paste it to Appearance > Customize > Additional CSS section.

    .shopengine-template .pswp__top-bar .pswp__button {
        padding: 0 !important;
    }

    Hopefully, the issue will be solved right after that. But, if you need any further assistance in this matter, please let me know. I will be happy to assist you.

    Best Regards,
    Prosenjit

    Prosenjit Barman

    (@prosenjitbarman)

    Hello @mrhaza ,
    I hope you’re doing well!

    We haven’t received any update from you till the last response and assuming that the issue is resolved now. For that reason, I’m going to mark this thread as resolved. If you need any further assistance, feel free to create a new thread and reach out to us. We are always here to assist you.

    Best Regards,
    Prosenjit

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Lightbox icons bug’ is closed to new replies.