Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1994578
Disable Featured Slider on Mobile
Closed

Comments

  • altenew started the conversation

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

  •  2,699
    PenciDesign replied

    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 replied

    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?

  •  2,699
    PenciDesign replied

    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

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

  •  2,699
    PenciDesign replied

    Hi,

    Unfortunately, that's impossible for any WordPress theme.


    Best Regards,

    PenciDesign