• Resolved makoara

    (@makoara)


    I’ve created a gallery of albums and it’s working great, but when you click on the album and the javascript generates all the photos in the album, the page is blank. If I look at the html code, it appears that the div’s for the wrapper and table are being generated. But the images aren’t being fed from Picasa, the the page is blank.

    I would appreciate any suggestions to make a fix.

    Page of albums here:
    https://wmsctest.com/club-photo-album/

    Thank you!

    https://www.ads-software.com/plugins/shashin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Toppa

    (@toppa)

    Sorry for the late reply. The images are being loaded just fine, but your theme is hiding them. It’s putting the content of the post inside a div named “container” and then hiding all images in it:

    #container img, #footer img, #slide img, #slider img, #aside img {
        visibility: hidden;
    }

    Remove that from your theme’s stylesheet and then you’ll see the images.

    Thread Starter makoara

    (@makoara)

    Thanks Mike.
    Sounds simple enough. I’ll give it a try.
    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank page returned after clicking album’ is closed to new replies.