• Looks like this plugin dont work with JNews theme…

    Or is there some quick solution?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    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;
    }
    
    Thread Starter indreksi

    (@indreksi)

    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?

    Plugin Author Greg Winiarski

    (@gwin)

    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘JNews theme issue’ is closed to new replies.