Hello plz do open /js/scripts.js (path relative to root theme folder) and go to line 988 where the slider is initialized and then add the following parameter for example after snap:true
Send us wp admin access if possible (login url, admin username and password) in a private comment so we can have a look and help you further. Make sure we have full rights using Appearance -> Theme File Editor.
Hello Team
I am trying to hide the pagination (three dots on the lower end of the view) with CSS:
#clapat-pagination fadeout-element {
opacity: 0; !important;
}
but this not working.
Any thoughts are welcome.
Thanks,
Mucho
Attached files: Bildschirmfoto 2024-06-05 um 17.38.27.png
Hi there,
try
#clapat-pagination fadeout-element {
opacity: 0 !important;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
thanks, but that didn't work. Other ideas?
Thanks,
Mucho
Sorry, what is the page URL can you share it with us?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
sonapa.ch
Hello plz do open /js/scripts.js (path relative to root theme folder) and go to line 988 where the slider is initialized and then add the following parameter for example after snap:true
pagination: false,
which will disable the pagination bullets.
Hard refresh the content (Ctrl+F5) before testing
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi, thanks, I did that, but changed nothing.
any other ideas?
The adapted script will disable everything, all visuals, essentially there will be a white screen
Hi,
Send us wp admin access if possible (login url, admin username and password) in a private comment so we can have a look and help you further. Make sure we have full rights using Appearance -> Theme File Editor.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you, I've made those changes and the slider *** are now hidden.
Thanks for checking in.