Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @demolizioneseccia,

    It seems that both NextGen’s and Elementor’s lightboxes are running simultaneously. You may want to disable Elementor’s lightbox from its Global Settings -> Lightbox

    Thread Starter demolizioneseccia

    (@demolizioneseccia)

    I do it, but now the image don’t open in the lightbox: https://www.awesomescreenshot.com/video/5665893?key=d2cff725499156f0d4523779189c7efc

    Plugin Contributor Imagely

    (@imagely)

    Hi @demolizioneseccia,

    There’s a CSS rule that seems to conflict ( seems like a custom CSS rule of some sort )

    .sl-wrapper .sl-image {
        position: unset !important;
    }

    Let’s try locating then deleting it to see if that will help.

    Thanks

    Thread Starter demolizioneseccia

    (@demolizioneseccia)

    Sorry for the ignorance, in style.css? Or another file css?

    Plugin Contributor Imagely

    (@imagely)

    It loads from the index so respectively it must be a field that allows adding custom CSS rules. I’d start searching for it within “Appearance -> Customize -> Additional CSS”.

    Thread Starter demolizioneseccia

    (@demolizioneseccia)

    I found it but i can’t remove it because i had another “bug” https://www.awesomescreenshot.com/video/5624912?key=af289891f978f6cd30e09d8e1af426f3 so my web developer add the additional css so i can’t remove…

    demolizioneseccia.com you can see

    Plugin Contributor Imagely

    (@imagely)

    @demolizioneseccia,

    Can you offer more details on the issue that they had to solve adding the CSS rule that you have mentioned. I can only see the issue with 2 lightbox running at the same time but that’s resolved now after you have disabled Elementor’s lightbox.

    • This reply was modified 3 years, 1 month ago by Imagely.
    Thread Starter demolizioneseccia

    (@demolizioneseccia)

    Now i have this bug that you see (2 lightbox).

    If i add in custom CSS this “.sl-wrapper .sl-image {
    position: unset !important;
    }”

    this code fix 2 lightbox.

    I need this code, but there are issues in the lightbox you can see in the site: demolizioneseccia.com

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @demolizioneseccia,

    That code doesn’t resolve the issue with 2 lightbox appearing at the same time but simply hides the image from the Simplelightbox making sure that only the image from Elementor’s lightbox shows up. Respectively, if disabling Elementor, Simplelightbox will not display any images.

    You have 2 options. Remove that CSS rule in any case then deactivate Elementor’s lightbox or deactivate NextGen’s lightbox from “NextGen Gallery -> Other Options -> Lightbox Effects“. Adding that CSS rule is a workaround of a bad practice.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Problem with plugin’ is closed to new replies.