Skip to content
Public Ticket #2026

Slider

Conversation thread

cyberpisha replied

Customer Reply

thank you very much! 

PenciDesign replied

Staff Reply

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

Customer Reply

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

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

cyberpisha started the conversation

Conversation Start

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

\

It is giving me many loading problems

\

thanks

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