soundofsirens
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] image uploads get stuck at “Create New Thumnails”sorry, but can’t find the funciotn “create thumbnails”
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] image uploads get stuck at “Create New Thumnails”how do you create manually thumbnails?
edit: ok, do you mean “scanning folder for new pictures” under gallery settings?
(if so, only the loading bar appears, but nothing happens…)
??
Forum: Plugins
In reply to: [Plugin: Nextgen-Gallery] – Showing only one thumbnail but no paginationOK. I found a quick and dirty solution! ??
in nggfunctions.php
add $i = 1; to line 330 before foreach ($picturelist as $picture) {Then go to line 346 and add id=”unique’ . $i++ . ‘” to the div ngg-gallery-thumbnail.
This outputs <div id=”unique1″ class=”ngg-gallery-thumbnail”…><div id=”unique2″ class=”ngg-gallery-thumbnail”…><div id=”unique3″ class=”ngg-gallery-thumbnail”…> ans so one.
Now switch to your theme’s css-file and add following lines:
.ngg-gallery-thumbnail {display:none; height:0px;}
#unique1 {display:block; height:your thumbnail height in px;}et voila! ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] image uploads get stuck at “Create New Thumnails”OK. Now it runs php 5.2.6 – which doesn’t help ??
Switching the hoster will be hardly to explain to that friend of mine i help with her website ??But thanks for your quick answer. ?? When do you expect ImageMagick working?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] image uploads get stuck at “Create New Thumnails”OK. Got the same issue and the website is running on 1&1 as well.
I started this thread (cause i did not found this one) https://www.ads-software.com/support/topic/197996?replies=1
you’ll find a detailled description over there.
But let’s stay here! ??So, are there any news? De-activating all Plugins didn’t solved it. (btw. got only all in one seo installed)
Forum: Plugins
In reply to: Upload Failure with large images or .zipSeems that i’m not the only one. OK – let’s switch over there: https://www.ads-software.com/support/topic/195126?replies=11
(And sorry for not searching the forums properly)
Forum: Plugins
In reply to: Periodically Summary inside a Postnobody?