• Resolved or313

    (@or313)


    Hey there,
    First of all i’ve got to thank you for a well made plugin that is really useful.
    I have encountered a small problem that i would love some help with:
    Im working with Elementor page builder and i enabled lightbox on image click for all images in my gallery as well as WP zoom from your plugin.
    After clicking on the image (while zoom is obviously working) the picture in the light-box is located sideways and i cannot seem to find the reason for that.

    image for example: https://imgur.com/Xsf1w28

    Elementor lightbox is mentioned in your “See supported lightboxes” list.

    I would love some help please, Thank you

    • This topic was modified 5 years, 7 months ago by or313.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    Hello,

    I’m afraid from the screenshot I don’t understand what you mean by “the picture in the lightbox is located sideways”. Could you give me a link so I can have a look?

    Thread Starter or313

    (@or313)

    sure https://www.yitzhakbak.com/artwork/m40/
    click on the picture

    there is a styling being applied to the div of the lightbox with a top and left attributes which makes it attach to the side.

    the element : <div class=”dialog-widget-content dialog-lightbox-widget-content” style=”top: 450px;left: 903px;”>

    • This reply was modified 5 years, 7 months ago by or313.
    Plugin Author Diana Burduja

    (@diana_burduja)

    Would you please add the following CSS rules to your website:

    .dialog-lightbox-widget-content[style] { top: 0 !important; left: 0 !important;}

    Thread Starter or313

    (@or313)

    Thank you Diana that fixed it!

    Hi

    I’ve encountered the same problem, and the CSS fixes it, but shouldn’t this have been added to the plugin so the problem doesn’t occur?

    According to the info on the WP Plugin page, the plugin has been updated since this thread was started.

    Thanks, David

    • This reply was modified 5 years, 2 months ago by davidmcc3. Reason: tick email
    Plugin Author Diana Burduja

    (@diana_burduja)

    Hello David,

    you’re right, I must’ve missed adding this fix in the plugin. I’ll add it in the next plugin’s release.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Elementor lightbox’ is closed to new replies.