Imagely
Forum Replies Created
-
Thanks. We’ll take it from there.
Hi @sfrueh,
Could you please submit a ticket using https://www.imagely.com/report-bug/ so our support team could have a closer look at the problem?
Thanks
Hi @svisimaging,
Thanks for asking. There’s a default NextGen Gallery setting limiting the maximum of images that a gallery can display but that’s easily adjustable from
"NextGen Gallery -> Other Options -> Miscellaneous -> Max image count"Hi @stanwoodard,
NGG allows custom sorting the gallery’s images from either “Manage Galleries” or from the inserted “NextGen Gallery” block/module from your page ( if being set – the last would override the sorting sequence from “Manage Gallery” ).
I’d check to see if there’s any sorting made at the inserted into page NGG block’s level.
Hmm. Could you please reach to our support team directly at https://www.imagely.com/contact/ mentioning this thread’s URL so we could have a direct look at it?
Thanks
Hmm, that’s odd. Could you please confirm you’ve added and saved the description captions for your images within
"Dashboard -> NextGen Gallery -> Manage Galleries"?
I can’t see any descriptions displaying in SimpleLightbox either.Hi @macsi84,
Checking the view’s code it appears that the
titleattribute is meant to include the image’s description ( for the further use within the lightbox ) thus it’ll appear blank in case that the image doesn’t have a description caption added.- This reply was modified 4 years, 2 months ago by Imagely.
Hi @ravj,
Looks like a conflict of some sort. I’d start by temporarily deactivating the plugins one by one leaving NextGen Gallery plugin active only and also switching to a default theme from the Twenty series to find out what’s conflicting.
Hi @tavathlon,
Looks like you are getting some excessive z-index applying for Fancybox’ overlay.
Let’s first of all try deactivating and deleting NextGen Gallery plugin then installing it new to see if that’ll resolve the problem (by reloading all of the files). This process doesn’t affect the galleries.
Hi @josepedrodiaz,
Thanks for submitting it and no worries, our support team will get back to you from there.
Good to hear that it worked.
We are not allowed to provide any pre-sale or premium related support here in the forum but you can reach our support team directly at https://www.imagely.com/contact/ in case of any questions.
Hi @stanwoodard,
Let’s try implementing that using the custom JS snippet from below by adding it using a plugin like Custom CSS and JS:
jQuery(document).on("click", ".ngg-navigation a.page-numbers", function(){ setTimeout(() => { jQuery("html, body").animate({ scrollTop: 0 }, "fast"); }, "1000") })The above should trigger a scroll to top animation on the pagination’s button click event.
I see. If you have many galleries as source, you may want to check for the gallery ID before displaying the title:
<?php foreach ($displayed_gallery->get_galleries() as $gallery): if ($gallery -> gid == $image -> galleryid ) echo esc_html($gallery->title); endforeach ?>If you don’t mind, please submit a ticket at https://www.imagely.com/report-bug/ mentioning this thread’s URL and we’ll have a closer look at it.
Thanks!
Hi @beargfr,
Could you please try temporarily deactivating the other plugins as well and leave NextGen Gallery plugin as the only active plugin then also temporarily switch to a theme from Twenty series to see if the navigation works in this context?