Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #962655

    Hi,

    Whenever a user clicks the image in my portfolio, the image opens up in a new page, not in the Lightbox Modal Window. I have this feature checked in the Enfold Child Theme Options, but it isn’t working after the awesome update. Any thoughts?

    #962723

    Hey Tflores87,
    Please check that in your masonry element, “Lightbox linking active” is enabled for “Image Link”
    2018-05-27_073033

    Best regards,
    Mike

    #962842

    Hi Mike!
    Yes, the Lightbox Linking was active.
    Lightbox Linking- Active

    #962850

    Hi guys,

    Same here. After updating to the newest version the Lightbox is not working any more.
    It looks like it will open but after a few milliseconds the Picture is opening in the “_self” tab.

    I switched of all caching tools and cleared the server-cache as well.

    Cheers! Henning

    #963057

    dirty fix in enfold function

    inline 377

    //lightbox inclusion
    $condition = !empty($avia_config[‘use_standard_lightbox’]) && ( ‘disabled’ != $avia_config[‘use_standard_lightbox’] );

    set to:

    // dirty fix
    $condition = true;

    Lightbox is working !

    ;-)

    • This reply was modified 6 years, 6 months ago by Sott-Media.
    #963192

    I want the masonry element not to link to the portfolio page but instead open the portfolio’s featured image in a lightbox.

    I know that in the portfolio entry you can define a custom link with the option Overwrite Portfolio Link setting but do you know a way/function so it automatically links to the featured image as a lightbox?

    #963467

    Same happening here. Clicking on gallery image opens .jpg page for image in browser instead of lightbox.

    #963881

    Hi,

    Please create different tickets so we can be able to monitorise, check with details of backend etc please

    Best regards,
    Basilis

    #964009

    Thanks for the follow up, Basilis!

    Any thoughts on my ticket?

    #964149

    Hi,
    I have found two similar posts, where one was solved by updating the php version from v5.4, and the other was using the “Speed up images and photos” option in Jetpack.

    @Tflores87
    if neither of these apply to you, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #965089
    This reply has been marked as private.
    #965209

    Hi,
    Thank you for the login, I found that you have the “header.php” in your child theme and when I copy it to my localhost child theme it brakes my lightbox. When I compare it to the standard “header.php” in the Enfold theme the lightbox settings don’t match, I believe yours is from a older version. Please replace your child theme “header.php” with a current version.

    Best regards,
    Mike

    #965535

    Hi Mike,
    That was it. Thanks for locating the problem and resolving the issue!

    #965554

    Hi,

    I’m glad Mike was able to help, if you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Lightbox Modal Window’ is closed to new replies.