Comments Brian started the conversation 2,006Support repliedFebruary 13, 2023 at 9:35amHi,We are not using Line App, but try disabling smooth scrolling in Appearance -> General Settings (smooth scrolling library hijacks the scroll events and therefore my prevent scrolling in Line App). Try this firstThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioBrian repliedFebruary 13, 2023 at 1:55pmIt Work, but I wanna keep smooth scrolling on PC! 2,006Support repliedFebruary 13, 2023 at 2:51pmHello, to disable smooth scrolling only on mobile plz open /include/hooks-config.php and change line 16 from if( ernest_get_theme_options( 'clapat_ernest_enable_smooth_scrolling' ) ){ to if( !wp_is_mobile() && ernest_get_theme_options( 'clapat_ernest_enable_smooth_scrolling' ) ){Thank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio Sign in to reply ...
Hi,
We are not using Line App, but try disabling smooth scrolling in Appearance -> General Settings (smooth scrolling library hijacks the scroll events and therefore my prevent scrolling in Line App). Try this first
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
It Work, but I wanna keep smooth scrolling on PC!
Hello,
to disable smooth scrolling only on mobile plz open /include/hooks-config.php and change line 16 from
if( ernest_get_theme_options( 'clapat_ernest_enable_smooth_scrolling' ) ){
to
if( !wp_is_mobile() && ernest_get_theme_options( 'clapat_ernest_enable_smooth_scrolling' ) ){
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio