• The feed is working just fine on desktop and mobile, but on tablet it’s just a blank area. I’ve tried several things, but I can’t figure it out. Can you help me?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey godsgood,

    It looks like the wrapping element around the feed has a class that is hiding it’s contents. I found this CSS being applied:

    @media all and (min-width: 768px) and (max-width:980px) {
        [data-et-multi-view-load-tablet-hidden=true]:not(.et_multi_view_swapped) {
            display:none!important
        }
    }

    I wonder if whatever is adding the feed to the page has some logic applied to it that hides the content for certain screen widths. Does that sound possible?

    – Craig

Viewing 1 replies (of 1 total)
  • The topic ‘Feed not working on tablet’ is closed to new replies.