• Resolved Jonathan-mitton

    (@madjackmitton)


    Hi
    I’m having an issue where the gallery shows up intermittently. The title and the spinning wheel show up (the spinning wheel then vanishes) and no images are loaded. This has occured a few timesas I’ve developed the site.I’m wondering if there is a clash between some plugins? The site I’m working on with the gallery page is: https://surrealvintage.com/world-within-without/ where the gallery was appearing underneath the main body of information. I mainly use WPMU plugins if that helps

    cheers

Viewing 9 replies - 1 through 9 (of 9 total)
  • weblizar_support

    (@weblizar_support)

    Hello madjackmitton,
    add the following section of code in custom-css. Your problem will be resolved.

    .weblizar-flickr-div a {
        display: block !important;
    }

    Thanks

    admin7884

    (@admin7884)

    hi,
    i had the same problem, so i used the code.
    bro now i can see the gallery but there is always 2 or 3 photos which are not visible.
    https://llf-photographie.com/index.php/paysages/galerie-landscapes/
    or
    https://llf-photographie.com/index.php/paysages/sunsets-sunrises/
    what can i do ?

    weblizar_support

    (@weblizar_support)

    Hello admin7884,
    please check the privacy setting of the images that are not getting displayed. If the privacy is set to “private”, the images won’t show, set it to “public”.
    Let us know the results.
    Thanks.

    svante65

    (@svante65)

    I’m having the same problem as @madjackmitton.
    Will there be an update to the Flickr Album Gallery to fix this or do I really have to fix this by adding the code to custom-css?
    And finally – why did this error occur? Is it because of an WordPress update?

    Regards

    admin7884

    (@admin7884)

    Hi,
    All images are set to public, that is why i don’t understand the problem….

    Thread Starter Jonathan-mitton

    (@madjackmitton)

    Hi
    the CSS code has worked for me. Thats great. Thank you very much

    Mad!

    The code that worked when put into custom.css in child theme:

    .weblizar-flickr-div a {
    display: block !important;
    }

    weblizar_support

    (@weblizar_support)

    Hello svante65,
    this is due to the css confliction with theme, it do not happens with all users, so we can’t fix this in update…if you have any queries regarding the plugin..let us know.
    Thanks.

    svante65

    (@svante65)

    Hello @weblizar_support
    It’s very strange. I didn’t change anything and now it works???
    Regards

    weblizar_support

    (@weblizar_support)

    Hello svante65,
    the images show when all the required js and css files loads on the page, until they do not load, the images won’t show. Sometimes due to slow network it fails to load…may be this was the reason.
    Let us know for further assistance.
    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Gallery functions intermittently’ is closed to new replies.