Imagely
Forum Replies Created
-
HI @mmasouddd,
This is an odd and unprecedented case.
Could you please check the plugin’s requirements to see if your site complies with them: https://www.imagely.com/docs/requirements/Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] own templateNextGen Gallery plugin doesn’t come with such an option but we have discussed with the dev team and it seems that there are future plans to have a toggle setting for displaying either the Titles or the Descriptions.
We are going to fix that in the upcoming Plus update.
Let’s access
"NextGen Gallery -> Other Options -> Miscellaneous"and modify the"Maximum image count"field specifying a number that’d sum the amount of images per all of your galleries from the album to see if that’ll help.- This reply was modified 3 years, 10 months ago by Imagely.
Hi @lukedouglas,
Unfortunately, NextGen still doesn’t include this feature and it wasn’t included into the active development for us to have any time estimations for its implementation.
Thanks for your understanding.
Hi @worldphotos,
Usually that has to do with the preview image getting removed or relocated. Please let us know if editing your album from “Manage Albums” and selecting a different preview image works.
You are correct while assuming that the file needs to be copied to the customizable location
"wp-content/ngg/modules/photocrati-lightbox"then edited and normally NGG should take care of loading the custom module instead of the default one from the plugin’s folder so perhaps there’s some caching or routing related issues preventing the moved file from applying.Let’s step back a bit for now because from what it seems like, the only occurrence of that CDN sourced JS file appears to be within the script register instance but it should actually be used and output locally as in the example from below:
Could you please let us know where are you getting the CDN version of it loading?
Hi @jomi0815,
NextGen is pretty modular and you should be able to edit the
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/package.module.lightbox.phpfile then override adding it changed to"wp-content/ngg/modules/photocrati-lightbox"This will keep your custom change safe regardless the updates.
Hope this helps
Sounds like a file consistency problem within NextGen Gallery plugin’s folder so let’s delete nextgen-gallery plugin folder by FTP then install it new to see if that resolves the issue.
Hi @hefin,
Could you please try adding this filter to your child theme’s functions.php to see if that’ll fix the path problem?
add_filter('ngg_import_to_media_library_subdir', function() { return '/nggallery_import'; });Hope this helps
I’m afraid we don’t have any solutions for this one.
Let’s try using a newer PHP version to see if that’ll be of any help.
Hi @hefin,
You are correct. Most likely it is AWS Bitnami related. Please try editing:
nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/ngg-config.phpand change line 14 from$path = '';to$path = '/opt/bitnami/wordpress/';to see if that’ll fix anything.Hi @coucouyou,
Not sure if that could be done for the lightbox or thumbnail images but you can enable the right click protection from
"Other Options -> Image Protection"and also add this rule to your site’s.htaccessfile to protect the original files# BEGIN NextGEN Protection <IfModule mod_rewrite.c> RewriteEngine On RewriteRule _backup$ - [L,F] </IfModule> # END NextGEN Protection- This reply was modified 3 years, 10 months ago by Imagely.