fvrsmln
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Problem with placing thumbnails on a pageHello Huska,
You could increase the value for the height, maybe 300px. And only use an maximum amount of characters in the description. But in my opinion it is all a workaround. I still hope for a fix in the next update from NextGen.
Regards
fvrsmln
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Problem with placing thumbnails on a pageI have found an solution for the problem, you can find it in a few other posts in this forum. Everybody gives the problem another name, so it is hard to find out you are having the same problem.
This was the trick: put an entry for “height” in the stylesheet. First you have to find out which stylesheet you are using. I am using the ngg_dkret3.css. Then find .ngg-gallery-thumbnail-box. I am using 120 pixels height. But how much you actually need, you have to try, because this will be different for most sites.
/* ----------- Gallery style -------------*/ .ngg-gallery-thumbnail-box { float: left; height: 120px; }But what if nextgen is updated the next time? If there is no solution in the next update, backup your stylesheet before update or upgrade.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Problem with placing thumbnails on a pageI noticed there is an update for NextGen to version 1.1.0, which I have already installed now (including an update for the database), but it did not resolve my issue.