Hi,
i am not sure what do you mean? I am looking at the page you linked to and the details page seems to be fine?
One thing that you could do is go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below it will hide the additional featured image above the default gallery
.single-advert .featured_image {
display: none !important;
}
Hi,
Thanks.
But looks like there is some conflict or something becaose othe images ( sidebar, related posts and so on) not loaded. I use Jnews theme.
Can you help me?
Hi,
ohh i can see it now, but i am not sure what might be causing it on the Ad details pages.
It will require some debugging, to find out where the problem is originating from, I would start with opening the wpadverts/templates/single.php file, removing from it the whole content and adding just
<?php echo 'test' ?>
and checking if the images will load.
You can also try asking the theme support if they see any obvious issue there or if it is possible to disable the images lazy loading?