Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #335337

    Hi,

    After upgrading to 3.0.1, if I setup my JIG plugin to load only a few images and then require the clicking of “load more” to reveal the rest of the images, I get an error when trying to view images after clicking the “load more” button – the images don’t show up… and when I click out of the popup the image shows up for a second. This always worked before and there don’t seem to be any plugin conflicts.

    http://www.onlineecovercreator.com

    Here’s a video of me successfully opening an image in popup before clicking “load more” and then not being able to open the image after clicking “load more”:

    http://screencast.com/t/9JGcCxtVcO

    Thanks!

    Ron

    #335450

    Hey takingaction!

    Thank you for using Enfold.

    Please try to add this on Quick CSS or custom.css:

    .mfp-ready .mfp-figure {
    opacity: 1 !important;
    }

    Regards,
    Ismael

    #335624

    Thanks for the prompt reply Ismael.

    It solves part of the problem but causes another…

    Now after I click “load more” there’s a background behind each image that I don’t want.

    Note how it’s fine before clicking “load more” but after I click it the image has a background:

    http://screencast.com/t/zX3WZIfosIow

    Cheers,

    Ron

    #337576

    Hey Ron!

    Try adding this code to the Quick CSS:

    .mfp-figure:after{
        display: none !important;
    }

    Cheers! 
    Josue

    #337643

    Hi guys, we’re closer, but now I’m getting the title field showing up that shouldn’t. Only info in the image description field should be showing up:

    http://screencast.com/t/fsNqN1UfMY

    Thanks!

    Ron

    #337851

    Hey Ron!

    Try adding this:

    .mfp-title{
    display: none;
    }

    Regards,
    Josue

    #338144

    Now no text at all shows up. I want the text in the caption field to show up like it did before.

    Before the upgrade this all worked fine and now we’re adding all this CSS. Why?

    Thanks,

    Ron

    #342049

    Hey Ron!

    I’m not sure what do you want to show or hide, can you please create a mockup of the desired result?

    Regards,
    Josue

    #342057
    This reply has been marked as private.
    #342062

    Hi Ron!

    Try adding the following code to Quick CSS, that should remove the repeated title.

    .mfp-title small {
        display: none !important;
    }

    Regards,
    Josue

    #342068
    This reply has been marked as private.
    #342070

    I just removed that last snippet from Quick CSS and the caption is still not showing so i don’t think that’s what caused the disappearance of the caption, it may be a misconfiguration in the third-party plugin you are using for the gallery.

    Regarding the Enfold masonry gallery problem you mentioned, one thing you can do is create a test (private) page with a gallery so we can take a look.

    Cheers,
    Josue

    #342073
    This reply has been marked as private.
    #342076
    This reply has been marked as private.
    #342085
    This reply has been marked as private.
    #342569
    This reply has been marked as private.
Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘"Load More" with Justified Image Grid Plugin causes an error’ is closed to new replies.