Hi,
Any idea why my pictures are going crazy and how to fix it?
https://ibb.co/eJLWfd, screenshot of this URL https://www.coupdepoker.com/culture-poker/top-meilleurs-films-poker/
Moreover, on an other page I noticed that the lightbox worked although I disabled the General Modal Image. Weird too, isn’t it?
Thanks for your help
Hi,
My pictures are still showing in the wrong size after the update: https://www.coupdepoker.com/culture-poker/top-meilleurs-films-poker/
The only change is that now they’re all small when before some were big, some were small.
I emptied all cache, checked the post if the size wasn’t wrong (and it’s not), even did a Force regenerate all thumbnails… but it didn’t fix the problem.
Can you kindly help?
Hi,
I found the solution: I disabled all Retina option in Newspaper Theme Panel > Block Settings. After regenerating all thumbnails it works fine now.
But there is still something weird: the General Modal Mode if off (in NP Theme Panel AND in images’ settings when you look at them in a post) but it seems to still be working online.
Thought this problem was going to be solved with the new update…
Could you kindly help?
Hello,
It depends where you test the modal image. On smart lists and galleries, the modal image was always set to on by default.It cannot be disabled from those templates.
If you want to simply disable it for all the website at once, please add this code in your custom css section of the theme panel:
<script type=”text/javascript”>
jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});
</script>
Thank you!
Hello meri,
The code seems to work as expected if it will be added here -> https://www.screencast.com/t/c3u0W3yWy2vm Try to clear all the caches and check the results.
Thanks for the message!
Hi Catalin,
It still doesn’t work.
Bogdan wrote that I should paste the code in custom css so I made a mistake. Now I pasted it in javascript like on your screenshot.
But now we can still click on pictures and when we click on it, it opens the big version of the image.
So I removed the code.
Any solution?