Comments cyberpisha started the conversationMarch 16, 2018 at 7:42pmHi, is there any way to disable the slider (only) in the mobil version? It is giving me many loading problems thanks 2,700PenciDesign repliedMarch 17, 2018 at 7:12amHi,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,PenciDesign1 Likecyberpisha repliedMarch 18, 2018 at 5:14pmok thanks, the problem is this code only hides it, but it continues "loading" 2,700PenciDesign repliedMarch 19, 2018 at 9:45amHi,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,PenciDesign1 Likecyberpisha repliedMarch 19, 2018 at 11:46pmthank you very much! Sign in to reply ...
Hi, is there any way to disable the slider (only) in the mobil version?
It is giving me many loading problems
thanks
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
ok thanks, the problem is this code only hides it, but it continues "loading"
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:
Best Regards,
PenciDesign
thank you very much!