w.bear
Forum Replies Created
-
@clinton
To make it work again – you can comment this out: (quick&dirty)// get the effect code
/*
if ($galleryID)
$thumbcode = ($ngg_options[‘galImgBrowser’]) ? ” : $picture->get_thumbcode(‘set_’ . $galleryID);
else
$thumbcode = ($ngg_options[‘galImgBrowser’]) ? ” : $picture->get_thumbcode(get_the_title());
*/for example – you can add this to your nggallery.css:
.ngg-widget img { border: 2px solid #000; margin-right: 7px; } .ngg-gallery-thumbnail-box, .ngg-widget img { -moz-transition:-moz-transform 0.1s ease-in; -webkit-transition:-webkit-transform 0.1s ease-in; -o-transition:-o-transform 0.1s ease-in; -ms-transition:-ms-transform 0.1s ease-in; } .ngg-widget img:hover, .ngg-gallery-thumbnail-box:hover { -moz-transform:scale(1.25); -webkit-transform:scale(1.25); -o-transform:scale(1.25); -ms-transform:scale(1.25); z-index:10000; position:relative; }
Please try it with the appendix !important
For example, instead of
color: red;
-> color: red !important;title=”‘ . get_the_title($image->pageid) .'” instead of title=”‘.$alttext.'”
This should work…
In my case it is not a nextgen 2.0 problem.
I finally managed to solve the issue by using the localhost IP-address “127.0.0.1” instead of ‘localhost’ for ‘DB_HOST’ in wp-config.php.
Even if the connection is lost: I change the wp-config (localhost->127.0.0.1) and everything works again.
Sounds strange – because localhost and 127.0.0.1 should be the same. But it works… ??
This is a serious error. which I have already noted recently in v 2.0.17 under XAMPP / Windows. However, I still have not found the cause of the problem. I thought maybe it is again only on XAMPP. But obviously there’s a fundamental trouble.
#megaMenu {
z-index:999;
}This error has been fixed in V 2.0.14! ??
Until this is fixed, you can use this solution:
https://www.ads-software.com/support/topic/nggdisplayrandomimages-doesnt-work-in-nextgen-gallery-20
it does not really matter where you adding this. On your site I can not see it in the style.css.
I would add it under Other Options-> Style -> Show-Customization-Options.
Add this CSS:
.ngg-gallery-thumbnail-box {
margin-right: 3px!important;
}I don’t know if I understand you correctly.
The easiest way for new thumbs:
Management Galeries -> Check Gallery (s) -> select “Create new thumbnails” -> press apply: There you can then specify the thumbnail size for the whole gallery or for all selected galleries.
ahh ok you have it already figured out yourself ??
.ngg-galleryoverview {overflow:visible!important;} is ok in ngg-style-sheet.
But what about:(see above)
html {
overflow-y:visible!important;!
}Doesn’t work ?
On my laptop it works. But again I see scrollbars in photoswipe. ??
And how does it look on the ipad?