• Resolved Webbureau.dk

    (@twolle)


    After upgrading to 1.2 the pictures are gone.
    The pictures are shown on lists, but not on single posts (single.php).

    However it works fine with the single posts (single.php) on cell phones, but not on tablets and computers.

    Using theme Enfold

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

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

    (@gwin)

    This is because you have some kind of custom script that is applied to all images, please try adding the code below in wp-admin / Appearance / Customize / Additional CSS panel.

    
    a.wpadverts-swipe {
        position: initial !important;
    }
    .wpadverts-slides-list span.image-overlay.overlay-type-image {
        display: none !important;
    }
    
    Thread Starter Webbureau.dk

    (@twolle)

    That works – thanks.

    It didn′t work for me! What should I do???

    Plugin Author Greg Winiarski

    (@gwin)

    @diogofran can you paste a link to your website URL so i could take a look at it?

    I’m facing the same issue. The pictures are shown on lists, but not on single posts.
    I did the css addition you mentioned.

    Plugin Author Greg Winiarski

    (@gwin)

    Hi, can you paste your website URL here? It is hard to tell what is the problem without looking at the website.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘After upgrading to 1.2 the pictures are not showing’ is closed to new replies.