WPReady
Forum Replies Created
-
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Older versions for downgradeHi SFRueh
Please provide a link to see the problem.From https://wordpress.org/plugins/nextcellent-gallery-nextgen-legacy/developers/ you will be able to download previous versions.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] AJAX pagination didn't workA fix was released yesterday fixing de Ajax problem 1.9.25.3
Have a nice day.Hi Brad,
Implementing this feature would take a while, we have to consider aspects like file format, import/export and single/multiple export/import. It’s look like implementing a complementary plugin to do those tasks. Unfortunately we have full hands on other plugins topics.I’ve created a suggestion for improvement on https://bitbucket.org/wpgetready/nextcellent/issue/4/way-to-import-export-metadata-for-images
since the feature is indeed interesting.Hi Brad,
any uploaded image has an unique ID.
Metadata is stored on the database, related to the image ID.
You would need a way to download the metadata for an arbitrary image and also a way to upload it, is that corect?This would be a new feature to be added (not a bug). I’m going to research the subject a bit and let you know today.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Can't crop new thumbHi artbiz,
There is an issue affecting thumbs.
The fix will be released soon, in the meantime the workaround can be found here:https://bitbucket.org/wpgetready/nextcellent/pull-request/52/fix-for-optional-parameters/diff
Just don’t worry, please repost your request on NextGen forums
Hi netelbcn,
Are you using Nextcellent? Otherwise I would recommend open a thread on NextGen forum.
ThanksForum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Some gaps in the gridCould it be a cached-related issue?
I have had few scenarios using cache plugins where galleries are wrongly displayed.Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Some gaps in the gridHi steveb123,
I’m unable to reach your site…is the correct address?Hi codifex,
this is an issue with current version 1.9.25.2
A temporary solution would be change manually the file lib/ngg-db.php (line 572)static function find_images_in_list( $pids, $exclude , $order)
with
static function find_images_in_list( $pids, $exclude = false , $order = ‘NOTSET’)
This will be addressed in the next fix/release.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Add gallery frontend?Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Thank youThank you for your support!
Hi there, 1.9.25.2 fix should solve this.
Thanks to niknetniko which took the time to figure it outHi Chris,
a dirty hack would be to modify the file nggadmin.css (under [nextcellent-folder]/admin/css/nggadmin.css and add something like:#the-list textarea {
height: 300px;
}(300px or the height desired)
Sure there would be better ways…Forum: Reviews
In reply to: [NextCellent Gallery - NextGEN Legacy] This is a great piece of workThank you for your kind words!
Currently there are lot of people contributing to development, and they deserve all the credit.
I guess it’s time to make a (big) contributor page list…