Imagely
Forum Replies Created
-
Hi @mila2010,
We are sorry but NextGen Gallery doesn’t handle video galleries. You’d need to use a separate plugin for this purpose.
Hi @uroveits,
I’m sorry, perhaps we are missing the needed end result here so could you please reformulate it for us?
The suggested CSS workaround to change caption layer’s position from absolute to relative should definitely help the caption layer act as a separate item placed below the image instead of it acting as an bottom image overlay. If the suggested custom CSS doesn’t work, please review the previously added CSS rules to ensure that you don’t have any syntax issues or just move it at the top.
.sl-wrapper .sl-image .sl-caption { position: relative; }Also, we have now tested the second custom CSS rule and it definitely worked for us:
.sl-wrapper .sl-image .sl-caption { bottom: unset !important; }Hi @shamoux,
We don’t set any restrictions for the a maximum amount of galleries that you can create with the free version.
Feel free to reach out directly to our support team at https://www.imagely.com/report-bug/ and we’ll have a closer look at it.
Hi @uroveits,
You can try to use a custom CSS rule like the one from below to force the captions display at the bottom of Simple Lightbox image:
.sl-wrapper .sl-image .sl-caption { position: relative; }Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Gallery nameHi @ozcansimsek,
Theoretically, you can add a <br> HTML tag to delimitate the text and add more lines to the gallery Title.
Hi @enghell,
This is a very valid point. The good news is that we look forward to default the exception handler to false once with the Pope framework removal release.
Hi @trvsgrant,
NextGen shouldn’t remember the image tags if deleting then re-uploading the images. Could you please make sure that the images you upload don’t have these tags added within the images’ meta? NextGen will automatically extract and populate the tags on uploading from the images’ meta if such exists.
If nothing from the above helps, you are welcome to drop us a line at https://www.imagely.com/report-bug/
- This reply was modified 2 years, 9 months ago by Imagely.
Hi @semikola,
Could you please let us know if you are getting the problem while having just NextGen Gallery and ExactMetrics plugins active ( with a theme from the Twenty series )?
Forum: Plugins
In reply to: [PDF Embedder] Not showing when logged outHi @trakesh16,
We have accessed the page and the PDF document displays just fine for us ( as simple visitors of course ).
Could you please let us know what device, OS and browser do you use?
It’d also worth testing to access the page from the browser’s incognito window to ensure that there aren’t browser addons that conflict.Hi @akaleya,
Thanks for asking us. We are aware of these deprecations and these are one of the reasons why we look forward to completely exclude pope framework from NextGen Gallery really soon ( this was a huge project for us but the good news is that we are now close to a release ). It should also bring performance improvements for every NextGen Gallery user.
For now, you can disable WP_DEBUG from your site’s wp-config.php and that should hide them all.
Hi @trvsgrant,
That’s correct. The only adjustable limit NextGen has for the amount of the images that it can display is “Maximum Image Count” under Miscellaneous but that one doesn’t anyhow affect the uploading limit so that’d be entirely up to the hosting.
Hi @gilmourb,
Pro Tile gallery display type never supported an option to set a column size, number of columns or the thumbnails max height/width. I think you are confusing Pro Tile with either Mosaic or Masonry. The only available size changing option for Pro Tile allows changing the container width of the entire container.
Pro Tile has an algorithm behind that automatically creates the layout using the passed images and this algorithm cannot change. As its name may suggest, it is specifically meant to display tiles of irregular size mostly by having one big portrait thumbnail that’d cover for the 2 separate landscape thumbs at one side of it ( this is the main Pro Tile layout particularity )
We did not change the dimensions of the tiles ( thumbnails ) in any way using that code. We only have increased their resolution ( in hope that the big tiles will get a big enough resolution to avoid them look over-stretched on large screens ).
Hi @shakesy,
We do apologize to hear of your experience with NextGen. If we correctly understood it, you are referring about the tax calculation not applying to digital downloads.
We will look into it as a bug report and will try to fix the issue of the inconsistencies when adding digital downloads to an order vs only digitals. We will take a look at TaxJar API and see how we should modify the plugin.
Best Regards,
Imagely TeamForum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] PHP WarningHi @jmcphail,
Thanks for your input, I’ll register it for the devs since we may want to add an extra check to ensure it doesn’t throw warnings that’d fill the logs.
Hi @bgraphicdesign,
We are sorry but it doesn’t look like the issue would be replicable in our end. Please let us know if you got it resolved in the meantime.
If the issue persists for you, the first thing to check would be to ensure that you don’t have the lazy images loading enabled from a plugin such as JetPack, WP Rocket, etc.