Skip Navigation

[Resolved] Endorsements / Mobile

This support ticket is created 2 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by Maria_L861 2 years, 6 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2382927

Could you please advise why the endorsements only show on Desktop and not on mobile and tablets? Here is a link to the page with the issue:

hidden link

The endorsements are located on the left side below

"FOREIGN LANGUAGE
French"

The endorsements are images.

Thank you.

#2383215

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

The issue is because of the theme that you use. In the smaller screens the sidebar is hidden by css code below:

@media only screen and (min-width: 480px) and (max-width: 767px)
.s4u-ful {
    display: none;
}

So it seems that there are other places that are mobile-specific for your theme. You need to add the content there too.

But I am not sure and this is something that you need to contact your theme developer to know more about.

You can test by changing the theme to something else and add the same content to sidebar and it will show ok on smaller screens

Thank you.

#2383295

My issue is resolved now. Thank you for your expertise, Christopher!