Imagely
Forum Replies Created
-
Hi @kusalo,
It is correct that SimpleLightbox caption is intended to appear as an overlay at the bottom of the image.
While the specified CSS workaround will work for the majority, there are cases when due to the image’s ratio ( usually would happen with the portrait images of a very big height ), when it expands full-height – that’ll push the caption below the visible edge which is unwanted.
Hi @ailaina123456,
Could you please let us know what’s your image uploading workflow? Are you using Imagely Lightroom?
Hi @pascal7247,
The albums’ or galleries’ names shouldn’t matter much and that’s the slug what matters within the album with galleries URL constructions.
This being said, you can correct the slugs of the inserted albums by simply editing them and “Saving” without having to do any additional changes.
Please let us know if this helps.
- This reply was modified 3 years, 4 months ago by Imagely.
Hi @grl570810,
Let’s try adding the following constant to your wp-config.php file to see if that’ll change anything:
define(‘NGG_DISABLE_DYNAMIC_IMG_URLS’, true);
Hi @cammyjams,
Looks like SimpleLightbox doesn’t load in your case. First of all, I’d try re-installing NextGen Gallery plugin then I’d test again to see if the issue persists.
- This reply was modified 3 years, 4 months ago by Imagely.
Hi @voltexcomputers,
We are sorry but due to this forum’s rules, we are not allowed to discuss any premium related features. We hope that you wouldn’t mind reaching out to our support team directly at https://www.imagely.com/support/
Thanks for your understanding
Hi, @phsriva,
Feel free to reach out to our support team directly at https://www.imagely.com/report-bug/ mentioning this thread’s URL and we’ll have a closer look at it.
Thanks
Hi @mikkelcrunch,
We use WP 6.2 for our test sites and everything works properly. This also applies to the premium plugins.
Hi @gnanasekaran,
Thanks for bringing this one to our attention. This request normally should execute even in case that the URL doesn’t contain the wp-admin part but we’ll investigate the case to see if that’d be a better practice for specific configurations.
Hi @theodelaruelle,
We are sorry but this one is on the to-do list for the future admin redesign project.
At the moment, in absence of such a sort option for Manage Albums, you’ll have to either drag the album within “Manage Albums” or re-sort the galleries from the “NextGen Gallery” block that you use to insert the album into the page by editing it then accessing “Sort or exclude images” tab then sort the galleries by Name from there.
Hi @phsriva,
Let’s try to add the following constant to your wp-config.php to see if that’ll fix the problem because from what it seems, there could be a problem with the WP_PLUGIN_URL:
define(‘WP_PLUGIN_URL’, ‘https://domainurlhere.com/wp-content/plugins’);
Where https://domainurlhere.com needs to be changed accordingly to your site’s domain.
This is definitely not something we could replicate. We always use the latest WP versions in our tests and its not even requiring us to do any additional manipulations with the cache to see the changed gallery preview images.
Could you please let us know what does WP Optimize for your site?
Thanks for your confirmation!
Thanks. We’ll take it from there.
Hi @jaus.
Unfortunately, this isn’t possible to achieve using the available display types but you can create your own view where to use something like:
<?php echo esc_attr( $image->filename); ?>