Hi, as you can see from mobile (not from the browser preview, but from your mobile) the various sliders in the projects do not work, they do not go forward and back, can you help me please?
In case I can also give you the credentials
Thank you very much and congratulations for the theme, my portfolio is taking shape and I am very happy with it
Not an elegant solution, but I solved it by removing smooth scrolling and hiding everything on mobile, leaving only one slider per portfolio page, thanks anyway
Hi, as you can see from mobile (not from the browser preview, but from your mobile) the various sliders in the projects do not work, they do not go forward and back, can you help me please?
In case I can also give you the credentials
Thank you very much and congratulations for the theme, my portfolio is taking shape and I am very happy with it
Hello Dario,
We are really glad you like our theme and that the project is moving forward.
Can you give us an example of a slider that does not work (screenshot, page URL containing the slider etc)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
https://streamable.com/qtq4ck
Good morning, I made a video where I enter the portfolio pages and try to scroll some sliders between the projects, none of them work
Also there is a problem with the scroll speed in the single pages, I think I will be forced to remove the smooth scroll.
Thanks for the support, if you prefer I will make the ticket private and provide you with the login credentials.
Not an elegant solution, but I solved it by removing smooth scrolling and hiding everything on mobile, leaving only one slider per portfolio page, thanks anyway
Ok, but do you jknow that we can help you disable smooth scrolling only on mobile?
replace the following line in /include/hooks-config.php (line 16)
if( montoya_get_theme_options( 'clapat_montoya_enable_smooth_scrolling' ) ){
with
if( !wp_is_mobile() && montoya_get_theme_options( 'clapat_montoya_enable_smooth_scrolling' ) ){
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
This is a great answer, thank you