thedrewseum
Forum Replies Created
-
I have over 1500 galleries so I’m really hesitant to mess with the plugin… are you certain it won’t affect my current content?
Hello,
Thanks for the suggestion. Unfortunately this did not solve the problem. I also tried in 2 different browsers and am still experiencing the same exact issues with thumbnail customization.
I found a fix!
GALLERY SETTINGS > BASIC THUMBNAILS > Images per page
Change the amount to “0” and it will display all of your thumbnails at once.
I’m having a similar issue. I do not want to have to click to a ‘page 2’ of the gallery. Formerly all photos appeared at once and that is what we would prefer.
An example can be seen at the page below:
Thank you, that did the trick.
Do you expect I will have to add it again every time NextGen has an update?
I can confirm that the issue is resolved for me with the latest update, thank you!
Great news, looking forward to being able to edit thumbnails again ?? Thanks for letting us know.
^ thanks for pointing out that my comment had been deleted. I do not host with Bitnami. This is definitely a plugin issue as multiple people are encountering the same thing.
Another observation is that when this started happening, I noticed this arrow that I do not believe was ever previously there: screenshot of arrow
I’m experiencing the same issue and there was a thread that seems to have been deleted where 4 other people were saying the same thing. My site is not hosted with Bitnami. Also this occurred one day after it had been working perfectly earlier in the day. No updates or changes were made to plugins in between.
Thanks PolyWogg. I did try that coding out previously, but in my case I specifically wanted the thumbnails in my posts, not the full image.
UPDATE: I was finally able to find the code! For anyone else looking for this solution:
[thumb id=”xxx, xxx, xxx”]?
The xxxs represent the image ID.
- This reply was modified 3 years, 10 months ago by thedrewseum. Reason: marking as resolved
Forum: Plugins
In reply to: NextGEN Gallery Thumbnail Hover EffectI just had my tech savy friend take a look and he solved the issues. Here’s the coding he added to my custom css in case anyone else experiences this issue:
.ngg-gallery-thumbnail img {
height: 100px !important;
}.ngg-gallery-thumbnail img:hover {
border: 0 !important;
padding: 0 !important;
}Forum: Plugins
In reply to: NextGEN Gallery Thumbnail Hover EffectI still haven’t had any luck with resolving this. It’s really causing all my larger galleries to look terrible. More examples can be seen here: https://www.thedrewseum.com/collection/photos/8×10/ and here: https://www.thedrewseum.com/collection/photos/8×10/. I’d greatly appreciate any help!
Forum: Fixing WordPress
In reply to: Preview Post no longer workingThe fix ended up being increasing the memory of the site.
Hi Cais,
I added that to the custom css but it hasn’t made a difference. I tried playing around with the width but nothing I do seems to have any effect.