Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1049708

    Hello,

    On mobile, we are seeing an extra image below the full width slider video but only on mobile. I think the issue might with the featured image but when I remove the featured image entirely, it won’t show my thumbnail on other projects and I still get a duplicate image on mobile. I have also tried to hide the featured image but that doesn’t seem to work either. The thumbnail goes away and I still get a static image beneath my video on mobile.

    Also, you only see this extra image on an actual mobile phone. You can’t resize a browser to get a mobile view – it won’t do it then.

    Thank you!

    #1050691

    Hey kathyfg,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top.postid-7404 .avia-slideshow-inner .avia-slide-wrap img {
    display: none !important;
    }
    }

    Best regards,
    Mike

    #1052872

    Thank you! That worked for the first item on our Multimedia page (Scarborough) but it did not work for the other items. Is there something else we can do?

    #1052950

    Hi,
    Can you please include a admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1053429

    Info listing in private area below, thanks!

    #1053449

    Hi,
    Thank you, I updated your css. Please clear your browser cache and check.

    Best regards,
    Mike

    #1053456

    That seemed to work, thank you!

    #1053555

    Hi,

    Great, I’m glad Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1053780

    Hello again!

    Two of our portfolio items are still not showing correctly. Links below in private section. Thank you so much!

    #1053945

    Hi,
    I updated them, please check.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.