Imagely
Forum Replies Created
-
Still no tickets created. I’ll have to check with the dev team to see if they can verify our imagely.com Firewall’s logs. This may take us a couple of hours to get back to you.
As for the CSS rule, please try to use this one instead:
ul.ngg-breadcrumbs > li::marker { content: none !important; }- This reply was modified 3 years, 11 months ago by Imagely.
I’m sorry – we have not received the ticket. Let’s try submitting it without any attachments.
Next time when you’ll submit a new ticket via https://www.imagely.com/support/, let’s not add any attachments at all to see if that’ll make it go through. It could have been reached to a upload limit of some sort.
As for your question, my guess is that you’d like to get rid of the weird looking dot anticipating NGG’s breadcrumb separator. NGG doesn’t add it so probably it comes from your theme or a different plugin. You can try to hide it adding this CSS rule to your site’s “Dashboard -> Appearance -> Customize -> Additional CSS”:
ul.ngg-breadcrumbs > li::marker { display: none !important; }Hi @rwdigital,
Could you please let us know if you had a chance to check the PHP error logs to see if there are any entries there that may shed some light on the issue?
Hi @dl1mgb,
We are very sorry to hear of the reachability problems you had while trying to contact our support team but we have no open tickets from you and to be fair, our reply time is pretty good so in normal circumstances – it definitely shouldn’t take days not speaking of weeks in order to receive a reply from one of our support representatives. As far as I can say – we have no open tickets at all at the moment of writing this reply.
We are not excluding a weird problem caused for example by a firewall rule or such that has prevented us from receiving your emails. Could you please confirm you’ve specifically tried to reach us at support submitting tickets from https://www.imagely.com/support/ page and if so, could you please re-submit one of them then reach back to us here once that’s done for a confirmation that we’ve received it?
- This reply was modified 3 years, 11 months ago by Imagely.
Well, this sounds like a problem in your case but I am figuring it also has to do with the theme’s own z-index value for its elements or perhaps even overriding NextGen’s because I couldn’t replicate the problem changing a couple of themes.
You can try increasing the image’s z-index value via custom CSS to ensure the image stands out relatively the lightbox overlay (if intending to keep it):
#fancybox-content { z-index: 20000 !important; }Hi @dk2k2014,
Most of the lightboxes come with an overlay for the image to stand out and that background has a z-index to ensure that none of the theme’s elements will cover any of the lightbox’ elements.
The main purpose of the z-index added to
#fancybox-wrapelement is to ensure the image stands out compared to the overlay layer of the lightbox.None of these should affect your experience but it is correct that the mouse scrolling is intentionally disabled to ensure the image stays always centered.
If you’d like to permanently disable this z-index and allow scrolling, you can simply add this custom CSS rule to your site’s
"Dashboard -> Appearance -> Customize -> Additional CSS"#fancybox-wrap { z-index: unset !important; }While generally, it shouldn’t be a problem using W3TC with NGG, I’d make sure that images’ lazy loading from W3TC is disabled if using NGG’s AJAX pagination.
Hi @petebm,
Unfortunately, NextGen Gallery doesn’t make use of such a folder structure, its albums are simple database side relationships while the galleries are located at the same folder level.
With NextGen, you can only create the galleries from scratch.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Video SupportHi @hashah3,
Unfortunately, we don’t have any news on it yet but there’s such a possibility that we’ll review adding video support topic sometime in the far future.
Hi @mrtopgun,
Transients are a way of caching data for a set amount of time in WordPress. No worries about getting to deep into it. There’s a WP plugin named Delete Expired Transients which you can use for that purpose.
Let’s try going with a general conflict check by temporarily deactivating all of your site’s plugins excepting NextGen Gallery and switching to a theme from Twenty series to see if that’ll change anything.
If it does – activate one plugin at a time to see which one conflicts.
- This reply was modified 4 years ago by Imagely.
No. Everything remains as is on the plugin re-installation.
@a1apain,
I am noticing there’s a console error that appears once trying to navigate to any page.
Let’s try deleting then installing NextGen Gallery new to see if that’ll change anything.
- This reply was modified 4 years ago by Imagely.