Benjamin
Forum Replies Created
-
Hi @spherman,
I haven’t had a chance to test WP Bakery directly yet, but adding either of the following to your
wp-config.phpmay resolve the problem:define('NGG_DISABLE_RESOURCE_MANAGER', TRUE); define('NGG_DISABLE_FILTER_THE_CONTENT', TRUE);If that doesn’t fix it let me know and I’ll try to spend some time on it during our next release cycle. And thank you for the detective work figuring out the origin of the conflict!
Hi @oritzio
Thanks for your feedback! NextGEN’s admin is definitely a little old and not the best designed but we are working on making some major changes to make it friendlier to administrate. I’ll keep your suggestion in mind when we get to implementing it.
Thanks again!
Hi @markm75
We try to support both WordPress 5.5 and 5.6 at the moment, but I’m unable to reproduce any problems with 5.5. Since WP 5.6 works for you I’m going to go ahead and mark this as fixed.
Thanks!
I’m sorry but I don’t understand your request; can you clarify some more for me please?
Hi @speaker8
Unfortunately we don’t have a way at the moment to add more than one gallery to an album at a time.
We are considering some major changes to NextGEN’s Manage Albums page and other admin UI and will definitely keep that in mind however.
Hi @spinkney62
I’m not seeing any problems on your site from my desktop. Could you please do the following:
- Open your browser developer tools; press F12 or right click somewhere and click “inspect”
- Refresh the page with that gallery
- Go to the “console” tab in the developer tools
- Begin navigating
Does that generate any warnings or errors? Also what browser / version are you using?
Hi @lheisey
You need to create the directories
/wp-content/ngg/modules/photocrati-nextgen_basic_compact_albumand/wp-content/ngg/modules/photocrati-nextgen_basic_extended_albumI’ve made a note that we need to document this and/or have those directories created automatically with the others, hopefully I’ll be able to fix it in the coming weeks.
We do try to support Safari, but I admit I do spend most of my time testing with Firefox and Chrome since my only Apple is a kindof slow mac mini.
I suspect the problem recently is that we upgraded a third party library that uses a feature not supported by Safari 13 and under — if you are using Safari 13 can you upgrade to 13.1 or 14? That should resolve the issue.
PS M-x doctor is a pretty fun guy, even for a vim user 🙂
Hi @shibujacob
We don’t presently have an export feature, but if you have (S)FTP access all images can be copied from your /wp-content/gallery/ directory.
The meta_data column has both EXIF information and contains metadata on each dynamically generated version of that image (like if it is watermarked, rotated, etc) in sub-arrays to the meta_data array.
I gave it a try locally and it doesn’t seem to cause any problems if I alter images’ filename column; perhaps try clearing the site rendering cache: as a user with ‘administrator’ authorization visit (your_site)/?ngg_flush=1 — that will clear out any transients holding cached versions of the rendered gallery display and force a re-rendering.
Hi @ukwr8, sorry my knowledge of German is very limited. You can display images with their descriptions as captions, and in those captions you can use HTML.
That HTML is parsed through HTMLPurifier to remove certain attributes to prevent XSS but the next release will include a filter to control how that content is validated.
—
Hallo @ukwr8, sorry meine deutschkenntnisse sind sehr begrenzt. Sie können bilder mit ihren beschreibungen als beschriftungen anzeigen und in diesen beschriftungen HTML verwenden.
Dieser HTML wird uber HTMLPurifier analysiert, um bestimmte attribute zu entfernen, um XSS zu verhindern. Die nächste version enthalt jedoch einen filter, mit dem gesteuert wird, wie dieser inhalt überpruft wird.
@tig1960 Do you get any error messages in the browser console (F12 or right click > “Inspect” and then go to the “console” tab) when clicking the “Save” button?
Sorry @jackporsche I get “Access denied” for both of those URL
Hi @francoc30
There is nothing for you to worry about.
Hi @walkingintheair,
Unfortunately there are not any options at the moment for logging NextGEN activity or displaying it. If you’re open to writing it you could use the
ngg_added_new_imageaction to listen for and log new image uploads.