• mamaestes

    (@mamaestes)


    I’m using the Edu-Clean theme and the sidebar widget for nextgen gallery. The gallery thumbnails appear in IE and Firefox but not in Chrome. The slideshow widget is not right in Firefox either. Can someone take a look and help me get this working? Thanks! https://blog.burlesonisd.net (site’s under construction so is a mess).

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mamaestes

    (@mamaestes)

    I also cannot see the gallery thumbnails in the widget on Safari. I really need help! Anyone?

    I could not see the thumbnails in my custom theme either. I traced it down to plugins/nextgen-gallery/css/nggallery.css line 312. I commented out “overflow: hidden;” and my thumbnails appeared.

    /* ----------- Sidebar widget -------------*/
    .ngg-widget,
    .ngg-widget-slideshow {
    	/* overflow: hidden; */
    	margin:0pt;
    	padding:5px 0px 0px 0pt;
    	text-align:left;
    }

    I like to comment out stuff at first rather than just deleting it, in case it causes a problem somewhere else and I need to revisit it later on. Maybe in some other themes there is a reason for it. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] Gallery Thumbnails on sidebar don't show in Chrome’ is closed to new replies.