• Hi.
    Images from portfolio items are not showing when I’m not logged in.
    They only appear when I am logged in. I need them to appear to my visitors who don’t have an account and aren’t logged in.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nikita

    (@nko)

    Hi.

    I see portfolio with images:

    Hello

    I found this line of code in the CSS:

    .vp-portfolio__item .vp-portfolio__item-img noscript+img {

    display: none;

    }

    So I created this line of code to override it and the plugin is now working again:

    .vp-portfolio__item .vp-portfolio__item-img noscript+img {
    display: unset!important;
    }

    Kind regards,

    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Visual Portfolio images not showing’ is closed to new replies.