New Landing How can we help? Themeforest Theme Support Uplift Portfolio Showcase Doesn't Show First Image on Phones

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Uplift
  • #329989
    ronin
    Member
    Post count: 282

    Hi,

    We’ve noticed on one of our sites that on a phone the first item in the portfolio showcase is empty/blank, you have to click next before it shows you anything. I understand this for desktop but on a phone it just looks broken having the arrows but no image in there.

    To view our site please add this to your hosts file:

    27.131.106.211 primeengineering.com.au
    27.131.106.211 http://www.primeengineering.com.au

    #330333
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Yes, I can replicate that on my dev environment also.

    I’ll report this back to the team for investigation and fix.

    Thanks.

    #330441
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks for the heads up, we have fixed this and it’s in the next plugin update. Here is the CSS you can add:

    @media only screen and (max-width: 479px) {
    .spb_portfolio_showcase_widget .carousel-items .owl-item:first-child, .spb_portfolio_showcase_widget .carousel-items .owl-item:last-child {
    	display: none;
    }
    }

    – Ed

    #330453
    ronin
    Member
    Post count: 282

    Perfect, thanks.

    #330466
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks Ed
    -Rui

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.