Imagely
Forum Replies Created
-
Hi @mobius01001,
Thanks for reaching out!
Currently, we do not have a feature that’d allow inserting dynamic albums based on the latest created or updated galleries.
I do agree it would be super helpful, though. I will add your feature request to our list of requests for it.
Thanks!
We are sorry, but, unfortunately, it doesn’t look like NGG has such a filter at this time and shortcode_atts_ngg wouldn’t help much in programmatically changing images_per_page attribute specifically.
The good news is that we look forward into allowing an action in one of the future NGG versions that should enable passing values for the shortcode attributes like in the example from below:
add_action( ‘ngg_displayed_gallery_construct’, function ( $displayed_gallery ) {
if ( is_archive() ) {
$displayed_gallery->display_settings[‘images_per_page’] = 6;
}
} );Hi @macano13,
NextGen doesn’t come with a separate error log so yes, normally you’d see the errors in WordPress log.
It’d worth trying to upload a single very low resolution JPEG image that has 800px for the longest edge to see if NextGen will create a thumbnail for it.
It may be also worth trying to upload the same image to WP Media to see if you can upload images to the server in general.
So images can be sorted but only within their gallery container. More details on that here: https://www.imagely.com/docs/sorting-images-in-nextgen-gallery
Sure, you can copy or move the images from one gallery to another.
Please check this doc article for more details: https://www.imagely.com/docs/copy-to-move-to/
We suggest you to check this documentation article for more details on creating galleries and adding images to them: https://www.imagely.com/docs/adding-images-uploadingzip-filesimage-folders/
Hi @satimis,
You can delete an image from the gallery accessing that gallery from “NextGen Gallery>>Manage Galleries” then clicking on the “delete” link at the bottom of that image’s thumbnail.
To add a new image, you’d need to access “NextGen Gallery>>Add Gallery/Images”, select the gallery where you’d like to upload the image, browse to select the image from your computer’s storage then upload it.
If the image is already available in WP Media, you can upload it to your NextGen gallery from “NextGen Gallery>>Add Gallery/Images” accessing “Import From Media Library” selecting it from there, then uploading it.
- This reply was modified 1 year ago by Imagely.
Hi @macano13,
Let’s try uploading images of a lower resolution to see if that’ll change anything.
Hi @satimis,
NextGen Gallery doesn’t come with an image replacement feature, but as a workaround, you can delete the existing gallery image from “NextGen Gallery>>Manage Galleries” then upload the other image file new.
Hi @macano13,
We are sorry to hear of the problem.
First, could you please let us know if you remember doing any recent changes that may have triggered the problem, such as the site migration to a different server, changing the hosting plan, switching the PHP version changing the permalink or the gallery folder path?
Secondly, can you visit the gallery from “NextGen Gallery>>Manage Galleries” and let us know if the image thumbnails display fine there?
You’ve mentioned that you’ve logged in by FTP and the image files are in place. Can you also check the gallery’s thumbnails folder to see if these were created for each of the uploaded image?
Finally, let’s try uploading images of a lower resolution to see if that’ll change anything.
Yes, it appears that the gallery from this page specifically conflicts with the theme’s own Fancybox (please check the browser’s console to see the error code and the file that’s triggering it).
We suggest you to check with the theme’s support to see if they can help you find out the reason of the error happening on specific site pages. Perhaps, they load theme’s Fancybox depending on the page template have a separate option allowing to enable it.
Hi @tommy1810,
This appears to be due to a conflict between NextGen Gallery’s Fancybox and theme’s own Fancybox.
We suggest you to check with the theme’s support team to see if they can offer a solution to deactivate theme’s lightbox.
If that’s not possible, you can disable NextGen’s from “NextGen Gallery>>Other Options>>Lightbox Effects” and choose “None” for “What lightbox would you like to use?” then press “Save Options”.
- This reply was modified 1 year ago by Imagely.
Hi @eliasvetter,
We’ll go ahead and reply directly here to your question, since it also refers to the free version.
You can edit a specific gallery’s settings when you are adding it as a “NextGen Gallery” block to a page by editing that block then accessing “Customize display settings” tab. These settings will override the global configuration for this gallery only.
P.S. We kindly ask you contact at https://www.imagely.com/support/ for any premium related questions.
Hi @ngoldwein,
- The easiest way to find out which gallery you are using for the page, would be by editing that page, then checking it to see what block are you using for it. If that’s a “NextGen Gallery” block, you can edit it then you’ll see the gallery name that’s added to the page;
- We suggest you check our documentation article for more details on how to create and insert galleries with NextGen Gallery. Galleries can be displayed only on the site where these are created;
- NextGen Gallery doesn’t make use of “Page up” or “Page down” key buttons if that was the question. Can you offer more details on how you’d like this to function or provide us with an example?