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 #1507077
Slider
Closed

Comments

  • cyberpisha started the conversation

    Hi, is there any way to disable the slider (only) in the mobil version?  

    It is giving me many loading problems

    thanks

  •  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

  • cyberpisha replied

    ok thanks, the problem is  this code only hides it, but it continues "loading"

  •  2,699
    PenciDesign replied

    Hi,

    The browser will load all elements hided later with others so you don't need to worries more about this. 

    If you want to remove it completely on the mobile, you need to edit the file in this theme. 

    Please replace this line to this code to do that:

    if( !wp_is_mobile() && ( is_home() || get_theme_mod( 'penci_featured_slider_all_page' ) ) ) {

    Best Regards,

    PenciDesign

  • cyberpisha replied

    thank you very much!