Skip to content
Public Ticket #7941

Disable Featured Slider on Mobile

Conversation thread

PenciDesign replied

Staff Reply

Hi,

Unfortunately, that's impossible for any WordPress theme.

Best Regards,

PenciDesign

altenew replied

Customer Reply

Would it be possible to use a different style of slider on mobile than on desktop?

PenciDesign replied

Staff Reply

Hi,

Ahh, if so - there is no way to do that... I think you should keep use the slider on mobile...

Best Regards,

PenciDesign

altenew replied

Customer Reply

Thank you for the quick response. I tried this code however it creates another issue. We use the featured slider for our latest posts (pulling them from a master category) and we use the "Exclude All Posts on the Featured Slider in Latest Posts on Homepage" so the posts are not displayed twice. By removing the slider completely with this code, the latest posts are not visible at all in mobile view. Is there a way to enable this setting only on desktop and have all posts displayed normally on mobile?

PenciDesign replied

Staff Reply

Hi,

Please add more this code to Customize > Custom CSS to do that:

@media only screen and (max-width: 480px){
.featured-area{ display: none; }
}

Best Regards,

PenciDesign

altenew started the conversation

Conversation Start

Is it possible to disable the featured slider on mobile only and display all posts normally or chose a different slider style than desktop?

Want to join this conversation or access attachments? Sign in first.