“View a slideshow” link above thumbnails is not visible
-
The “view a slideshow” link above the thumbnails in a basic gallery disappeared a little while ago (I’m not sure when so I don’t know which update to Nextgen Gallery might have caused this).
I’ve looked into this and the link is actually there in the HTML, but it’s displayed outside the containing div and not visible. This is the HTML:
<div id="ng-gallery...." class="ngg-gallery-overview"> <div class="slideshowlink"> <a class="slideshowlink" href="...">[View a slideshow]</a> </div> ... etc
The CSS in ngg_basic_slideshow.css at line 83 has this:
.slideshowlink { margin: -34px auto 50px; text-align: center; text-transform: uppercase; }
The negative top margin is pushing the link above the containing div, which has style
overflow: hidden
so the link isn’t visible. If I set the top margin of class slideshowlink to zero using dev tools the link becomes visible, but I think there must be some more fundamental problem than that.I don’t think it’s a theme or plugin conflict, but I did try switching to the twentytwentyone theme and it didn’t make any difference.
I can’t provide a link to the page as it’s only visible to logged in users, and only members of our Association are allowed to have accounts.
- The topic ‘“View a slideshow” link above thumbnails is not visible’ is closed to new replies.