Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #753346

    I want to use Huge IT Lightbox Plugin with the Enfold Theme, but it won’t work. I unchecked the Lightbox Modal Window option, but with no success. I also try other lightbox plugins but the problem remains the same. When click on a image it opens the lightbox but also the image url.

    Please help. And sorry for my english.

    #753918

    Hey hubsi,

    Please try disabling the default lightbox feature from Enfold theme options and try the plugin again. If it still does not work for you I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    Best regards,
    Vinay

    #753978

    Hi Vinary,

    So I try 5 different plugins: Huge IT Lightbox, Lightbox Galerie, Responsive Lightbox, Simple Lightbox, WP Lightbox 2

    Everytime the same! If I leave the default lightbox enabled, I have two lightboxes (1x default, 1x plugin) over each other.

    If I disable the Enfold lightbox, the plugin is actually working, but the image is also opening in the same window with its url, like if I chose in the gallery options to open in new window/tab instead of using lightbox.

    So I think its a theme issue or something with my WP.

    Or maybe you can tell me, how to make the default lightbox to show the full image resolution and how to change the animation between images to smooth fade instead of this kind of zoom effect.

    If I can customize the default lightbox I can consider using it.

    Thanks a lot.

    #756835

    Hi!

    Please post the url to the site and the login details in the private field so that we can check it. What is the lightbox plugin that is currently activated? Please note that we don’t provide support for third party plugins but we’ll try to help as much as we can.

    Cheers!
    Ismael

    #757014

    Hi Ismael,

    as I sad, I tested many lightboxes and it is always the same. The url is in private. Thanks

    #757688

    Hi!

    Thank you for the update. We also need the .htaccess authentication details. Please post it in the private field as well.

    Best regards,
    Ismael

    #757809

    Hi,

    here you are!

    Thanks

    #758177

    Hi!

    I’m sorry but we need the login details for the .htaccess authentication, not the content of the .htaccess file.

    Cheers!
    Ismael

    #758272

    Hi,
    sorry did you mean this login details?

    #758790

    Hi!

    The Huge IT lightbox is working but it redirects to a new page. Please try the following plugin instead.

    // https://wordpress.org/plugins/nextgen-gallery/

    Cheers!
    Ismael

    #759488

    Hi!

    Yes that is right! It redirects to a new page. And that is the problem. It is the same with every plug-in also with nextgen-gallery! See the test page.

    Cheers!

    #760393

    Hey!

    I’m sorry for the late response. Did you add any modifications to the js files? Could you please provide the FTP details so that we can check it further?

    Regards,
    Ismael

    #760528

    Hi,
    no I didn’t change enything on the je files. FTP login is in private. Please check it.

    #761216

    Hi!

    I did some test in the functions.php file and toggled a few settings in the lightbox plugin but it’s still not working.It still redirects to the actual image url. I tested the same plugin and settings on my local installation and it works fine. I’m not sure why it’s not working on your installation.

    Why do you need to use another plugin?

    UPDATE: We added a little modification in the functions.php file and it seems to be working now. Please remove browser cache or hard refresh before checking the page.

    Cheers!
    Ismael

    #761342

    Hi,

    thanks for the update. It is working.
    I wantet to use another Lightbox because I dont like the transition type of the default one. I would be nice if there is an option to change to simple fade without the popup effect or just disable the transition at all.

    If you know how can I change the transition type I will use the default Lightbox.

    Thank you

    #761373

    Hey!

    I see. Please add the following css code to disable the lightbox animation or transition effect.

    .mfp-img {
        -webkit-animation: none;
        animation: none;
    }
    
    .mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
        -webkit-transition: none;
        transition: none;
    }

    Regards,
    Ismael

    #761432

    Thanks for the fast reply. That is great.

    One last question (I hope)…

    Is it posible to link the portfolio entry to open immediately with the first image in lightbox?
    I hope you understand me. Instead to first see the gallery grid I want to see the lightbox already enabled.

    Thank you. I really appreciate it.
    Hubsi

    #761777

    Hi!

    In the portfolio grid options, there is a setting called “Link Handling”. Select the third option.

    Best regards,
    Ismael

    #762292

    Hi,

    thank you, I actually want to see all of the images from the gallery inside the portfolio, not just the first one.
    So you don’t need to see the gallery first and then click on an image to open the lightbox.

    But it is ok. It is not really necessary.

    #762813

    Hey!

    I’m sorry but that’s not possible with the portfolio grid element by default. You can only group images that are present in the current page and contains the same value in data-rel attribute. It can be done but it will require certain customization in the theme that we won’t be able to provide here.

    Regards,
    Ismael

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.