• I have a photography website. On my gallery page I list all my galleries. For example, if a gallery contained pictures from Colorado then I had the word Colorado under the picture. Suddenly these descriptions are no longer there. Also, after the gallery was opened there were arrows on either side of the image so one could move to the next image in the gallery. This is also gone. Need help fixing this. Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    The captions are still there, but are hidden by NextGen CSS. You can override by adding

    .nextgen_pro_grid_album .caption_link a {
        display: inline;
    }

    to the Additional CSS customizer section.

    Kind of a dirty patch job. I think maybe the intent was the captions are displayed on roll over, hence they are initially hidden. There are JavaScript errors on the page which could prevent the roll over effect from working as intended. The same errors might be the cause of the nav arrows not appearing.

    The errors appear to be related to the NextGen plugin. You should seek assistance through their dedicated support channel to get the errors resolved. As a stop gap measure, the Enable jQuery Migrate Helper plugin might temporarily resolve the errors to get things working again.

Viewing 1 replies (of 1 total)

The topic ‘Lost gallery descriptions’ is closed to new replies.