Imagely
Forum Replies Created
-
Hi @laetitia-godet,
That’s odd. Feel free to contact our support team directly at https://www.imagely.com/report-bug/ and we’ll take it from there.
To test if that’s due to a conflict with a theme or a plugin, you can temporarily deactivate all of the plugins excepting NextGen Gallery, switch to a theme from the Twenty series then test again to see if you’ll still get these weird links within Screaming Frog SEO Spider.
We were not able to replicate such a problem with Screaming Frog SEO Spider detecting such broken links.
Hi @wp800s,
This is sort of expected to have an URL per each of the gallery page if you’d use a tool that scans for all of the page links ( unless perhaps you’ll find a way to filter these ). Still, it shouldn’t return more entries than the actual pages’ amount of the gallery that you have included on the page.
Alternately, you can use a different WP SEO plugin such as Yoast and that’ll add only the origin page’s URL to the sitemap ignoring the pagination but including all of the paginated gallery’s images.
Hi @jesmadsen,
If you have Pro, please contact our support team at https://www.imagely.com/support/ and we’ll have a direct look at the issue.
Thanks
Hi @werny,
Let’s try to add this custom CSS rule to “Appearance -> Customize -> Additional CSS” to see if that’ll solve the problem:
.ngg-slideshow .ngg-gallery-slideshow-image { height: auto !important; }Hi @jesmadsen,
The thumbnail path looks wrong. I am noticing that the other albums at the same level have thumbnails so could you please select the album with the broken thumbnail from “NextGen Gallery -> Manage Albums”, edit it, select a different preview image for it then press “Ok” then “Update” to see if that thumbnail will display fine?
If it changes the thumbnail properly, please try reverting back the original thumbnail following the steps mentioned above and check again to see if that’ll apply.
Hi @eurisko,
Thanks for reaching out and sorry for the inconveniences created.
We are aware of this problem and it is documented for the dev team. The fix is relatively simple so we expect it to be resolved in the upcoming NextGen Gallery update.
Hi @kusalo,
The free Thumbnails Grid gallery display type doesn’t come with a setting that’d allow to center the columns in case that they don’t fit exactly within the page’s container and the CSS workaround you’ve used is pretty much everything we can suggest.
Hi @lukedouglas ,
That’s correct, for the security reasons NextGen filters pretty all of the tags ( excepting <a> and their attributes including ‘target=”_blank”‘
Hi @nilsabegg,
Thanks for reaching out. We are aware of this problem and it is documented for the dev team. We expect it to be fixed in the next update.
Hi @waylaid,
Feel free to submit a report for our support team at https://www.imagely.com/report-bug/ and we’ll have a direct look at it.
Thanks
- This reply was modified 3 years ago by Imagely.
Hi @jolaca01,
Let’s deactivate images’ LazyLoading feature from W3TC plugin and that should solve the problem.
Hi @konstantinus,
That’s not something available within the available display types but you can create your custom view ( display type ) and print both the gallery name:
<?php foreach ($displayed_gallery->get_galleries() as $gallery): ?> <?php esc_html($gallery->title) ?> <?php endforeach ?>And the images amount using count($images) within the main loop.
- This reply was modified 3 years ago by Imagely.
Hi @dragnfly,
Could you please where are you getting this warning and what PHP version you use for your site?