Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #822186

    I’m running Enfold 4.0.4 and the latest Nexgen Pro with the enabled Proofing, social icon, etc icons. In order to use the Proofing tools Nextgen requires that I enable their ‘NextGEN Pro Lightbox’. This does the job for me. However, when an image is opened via their gallery system it launches two lightboxes. First the nextgen lightbox and when I close that I can see that behind there’s the Enfold default lightbox.
    I understand that I can disable the Enfold Modal Lightbox in the settings but I would like to also use that for other sections in enfold where I’m using some portfolio images.

    The question is how can I still use Nextgen galleries and not trigger two lightboxes? I only want the Nextgen Lightbox since it displays some additional features that I need for proofing.

    Thank you

    #822192

    Hey netcoenterprises,
    Try going to Enfold Theme Options > Lightbox Modal Window and unchecking it :)

    Best regards,
    Mike

    #822193

    Hey Mike – Thanks for the suggestion. So I tried disabling the Enfold Lightbox Modal within Enfold Theme Options but of course that disables the lighbox troughout the rest of the site. I’d like to still use that lightbox for the portfolio and masonry galleries in Enfold without affecting the Nextgen special setup.

    I can’t seem to get the best of both worlds without disabling one or the other.

    #822249

    Hi,
    Sorry, I thought you were going to use Nextgen lightbox throughout the site. You can’t disable only on some pages.

    Best regards,
    Mike

    #822367

    Correct. I only want to disable the default Lightbox Modal Window for my Nextgen Galleries. Any possible workaround or code I can add to accomplish this?

    #822372

    Hi,

    This may be possible to disable via JS. Please share a link to the site if possible, along with the exact pages that it SHOULD NOT run on. Also, if you can provide wp-admin and/or ftp information, we can try and configure a simple JS to disable it.

    Best regards,
    Jordan Shannon

    #822383

    Thank you Jordan. I sent logins under Private Content

    #822869

    Hi,

    Before anything else, please update Enfold to version 4.1 so we can be able to know that from our side – everything is right
    After that, we do need to review more.

    Thank you

    Best regards,
    Basilis

    #822907

    Hi,
    I just updated the Enfold to 4.1 and WordPress to 4.8. All plugins have also been updated.

    Thank you

    #822933

    Hi,

    You are still experiencing the issue?

    Best regards,
    Jordan Shannon

    #822939

    Hello Jordan,

    Yes sir. The symptom is still the same even after updating Enfold and WordPress :(

    #823342

    Hi,

    Okay, and again it is just a specific few pages where you want just the Nexgen Pro Gallery to run? Do you know which pages?

    Best regards,
    Jordan Shannon

    #823486

    Hi Jordan,

    From time to time we will be giving our clients unique pages to look at their NexGEN photos and proof. The url’s of the pages will be different every time.

    John

    #824183

    Hi,

    I figured a way to possibly solve this for you via css. You could hide the default pop up styles and the duplicate image. If you can modify my admin account so I can access the quick css option I can work this out.

    Best regards,
    Jordan Shannon

    #824192

    Hi Jordan,

    Sorry about that . You should have access now.

    Thank you

    #824215

    Hi,

    I added the following to quick css:

    .mfp-container{
    display:none!important;
    }
    
    .mfp-bg.avia-popup.mfp-zoom-in.mfp-ready{
    display:none!important;
    }
    
    .mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.avia-popup mfp-zoom-in mfp-ready.mfp-image-loaded{
    display:none!important;
    }

    This essentially hides the element, but there needs to be some kind of structure or uniformity to which pages won’t have the default lightbox because we will need to attach that to the css.

    Best regards,
    Jordan Shannon

    #831393

    Hi Jordan – Sorry I took a while to respond…I’ve been sick.

    So, I see how the CSS disabled the default lightbox nicely. However it messes with the lightbox on the blog and portfolio galleries. Not sure if there is a way to isolate it only to ‘Pages’ using NexGen. This may be a tall order….I’m willing to commit to any other workaround as long as I can use the Nextgen Lightbox just on pages. My entire goal is to create password protected pages for clients to login and proof my photos via the Nextgen tools. Other than that I love the way the rest of the site functions with the default Lightbox Modal window.

    #831726

    I have found my solution to the dual lightbox issue with Enfold & NextGen thanks to this thread! Many thanks for all the help.

    Disable lightbox on many pages / allow for certain

    #832207

    Hi,

    I’m glad that you were able to find a solution. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Enfold & Nextgen Pro Proofing opening two lightboxes’ is closed to new replies.