WPReady
Forum Replies Created
-
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] AJAX pagination didn't workConfirmed as an issue.
Currently I’m testing what’s going on.Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Nextcellent 1.9.25My bad about the date…
I found a little issue I’m checking it, so I decided to delay the release a bit until it is resolved.Forum: Reviews
In reply to: [NextCellent Gallery - NextGEN Legacy] Good functionalityI hope this will be released with version 1.9.24
Thanks for your suggestions!Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] "Better" is the enemy of "good"Hi phoros,
thanks for your comments. We really appreciate that.You are right about the time. Successive versions were launched to address several file missing, fixes and improvements. Unfortunately, inside the improvements a serious issue was introduced, breaking most of user galleries.
After some back and forth , I decided to release a version to fix the issue. Niko managed to make a fast workaround so I appreciate that very much. That was an extreme measure, releasing 3 versions in barely ten days. Hey, what the heck? A release few months ago and suddenly shooting 3 releases? Give me a break! 🙂
This was an exceptional case, and we expect this thing happen no more. But you know, never say never …
Being said that, I have to tell you something: I might be lying to you, in some way. Don’t be mad at me! Keep reading.
Slow evolving code path doesn’t mean we’ll release a new version every one or two months. Actually it could mean something else. There is a lot of users contributing lately. They are giving very good suggestions, and also making contributions so other can enjoy it, making translations , suggesting improvements, doing corrections, and so on.
We are doubling our efforts now to keep the plugin stable. However, we HAVE to increase the release rate to keep up with the users contributions. That means a new version every two weeks (currently).
What I’d recommend is to update the plugin once in a month, or every two months,skipping updates if you want, unless there is a mandatory update, what we’ll try to inform anyone. Easiest way is check Gallery->Overview->Latest News
Currently, we working to improve the plugin’s code. Some parts are nicely done, other parts needs to be improved. There won’t be a magical ‘download-this-version-cause-we-added-a-hundred-new-features’ version. There will be new features from time to time, carefully tested and answering plugin’s user needs. Main functionality will remain there, because users need it.
I also understand your position. I’m administrating 30 sites myself, so I know how frustrating is to find out you need to update several sites, several times in few days. Argggh!
Thank you again
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] flooding serverHi scott4design,
really sorry about the problems you mentioned.I just tested NextGEN AND Nextcellent . In the first one there was an issue producing many entries like you described. I thought it was fixed time ago. That problem never existed on NextCellent.
What I suspect is the problem in NextGEN generated the entry overhead, then you switched to NextCellent (there is no ‘migration’ procedure) , then entries were deleted. Finally it was assumed the problem was with Nextcellent, because it was there working, even the plugin is not producing that problem.
What do you think?
Recommendations are based on the tests I made. Fix seems to fail at first, but after refreshing cache, everything went back to normal.
Thank you all.
Hi everyone:
a new version was released adressing the issue.
I checked against dev environment and it worked smoothly.Please check this update.
NOTICE that:
* you need to navigate on plugin page to make the upgrade, for example, go to ‘Overview’ . An upgrade page will be shown , click to confirm the update. It is very fast and easy.
* Be careful if you are using a cache plugin. Refresh cache to reload your galleries.
* Ctl-F5 to hard-reload your galleries from the browser.Thanks to Niko for providing a fast workaround(!).
Hi everyone,
last version introduced an issue on a new feature loading nggallery.css
One workaround is what kilzac is mentioning.A fix will be provided within few hours.
Our apologies for the problem.
You can also go back to previous version downloading from
https://wordpress.org/plugins/nextcellent-gallery-nextgen-legacy/developers/It is solved and it will be published on 1.9.22 ,to release next week.
Great Niko.
I dealt with the same plugin and it needs a remake badly.
I made some fixes from this problem
http://wordpress.org/support/topic/plugin-jj-nextgen-jquery-carousel-when-using-scrollcircular-images-start-disappearingusing this
And there are other fixes too. the Alt descriptions are wrong , etc. etc.
Watch out…
Hi VesaT,
I’m really sorry about that. I have some issue with the repository and the translation files are not properly replicated.
I’m looking what would be the problem.Thanks for pointing that out.
Ok, let’s try something else, since I recently had a request about same issue:
Check configuration in your plugin.
Galleries->Settings->Gallery and check ‘Image per page’ and ‘Columns’ . I guess there is an issue where some values are lost in the upgrades.Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] preview image not to show on galleryWorkaround:
add_filter(“ngg_image_object”,”hide_specific_image”,1);
function hide_specific_image($picture)
{
//61 is the specific image to hide.
if ($picture->pid == 61) {
$picture->hidden=true;
}
return $picture;
}Forum: Plugins
In reply to: [wp-FileManager] User PermissionsA workaround using code:
http://wpgetready.com/2014/06/day-0059-wp-filemanager/Try it and leave comments.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Public Upload does not workHi per4mance,
I’d suggest following this link http://wpgetready.com/wiki/nextcellent-plugin/compatibility-list/
or http://wpgetready.com/2014/01/nextgen-public-uploader-working-with-nextcellent/ where I discuss the issue.