Comments 1David NAIZOT started the conversationFebruary 21, 2024 at 11:58amHi, i would like to disable the smooth scroll only for PC, is it possible ? And if it is, how can i achieve this ? Thank you very much 1,973Support repliedFebruary 21, 2024 at 12:05pmHello David,to disable smooth scrolling only on PC, plz open /include/hooks-config.php file and replace line 16if( serano_get_theme_options( 'clapat_serano_enable_smooth_scrolling' ) ){withif( wp_is_mobile() && serano_get_theme_options( 'clapat_serano_enable_smooth_scrolling' ) ){https://prnt.sc/nRq_cSUdrg1Rthis will enable smooth scrolling only on mobile (if the smooth scrolling options is enabled in customizer -> general settings)Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 1David NAIZOT repliedFebruary 21, 2024 at 1:28pmHello, Thank you very much, works just fine! 1 Like Sign in to reply ...
Hi, i would like to disable the smooth scroll only for PC, is it possible ? And if it is, how can i achieve this ?
Thank you very much
Hello David,
to disable smooth scrolling only on PC, plz open /include/hooks-config.php file and replace line 16
if( serano_get_theme_options( 'clapat_serano_enable_smooth_scrolling' ) ){
with
if( wp_is_mobile() && serano_get_theme_options( 'clapat_serano_enable_smooth_scrolling' ) ){
https://prnt.sc/nRq_cSUdrg1R
this will enable smooth scrolling only on mobile (if the smooth scrolling options is enabled in customizer -> general settings)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello,
Thank you very much, works just fine!