Newsmag tagDiv Composer and problem with ajax Nextgen – Envira ecc

Posted in: Newsmag
Post count: 1

hi, I have used various plugins for photo galleries and when I activate the ajax option for pagination they do not work, both nextgen and envira
You can see an example of the problem on this page
https://www.ildossier.it/test2/
when you move from one page to another in the gallery the thumbs are no longer displayed, if I deactivate ajax in the gallery it works (but reloading the entire page), the compatibility problem is with the “tagDiv Composer” plugin, if I deactivate this the gallery works but obviously the site loses all the graphic settings.
How can I do it?
Thanks

Post count: 35449

Hi josedossier, I just checked and it appears to be a problem relate to opacity when you use the pagination the thumbs do not change the opacity from 0 to 1. The first suggestion will be to disable the lazyload option from the theme – https://i.imgur.com/XbAhJEO.png

If the above suggestion is not resolving the problem, the next move will be to use a custom css like this one:
body.td-animation-stack-type0 .post img {
opacity: 1;
}

Set the code in the theme panel > custom code> custom css – https://i.imgur.com/5DKMe0O.png
I hope this will help you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.