Forum Replies Created
-
AuthorPosts
-
deesParticipant
Hi,
Could you please provide me with another CSS code that could prevent slider being clickable on mobile view?
Your effort is very much appreciated! Thank you.
deesParticipantPlease ignore this. I have figured it out – turn off prevent scroll button in elementor google maps.
deesParticipantHi
Thank you for the code above however it did not work. I have added the above code you have provided in Admin Panel > Appearance > Customize > Additional CSS, but slider is still clickable and brings me to a ‘Post’ page when browsing through mobile device. How do I prevent this from happening on mobile device?
Also, how do I arrange the picture slider permanently? e.g. picture A is picture number one, picture B is picture number 2 etc ? currently, slier picture order changes every time I refresh the page.
Many thanks.
deesParticipantHi,
The below code that you have provided only allows image and title unclickable when using a desktop/laptop, it is still clickable when browse through phone. How do i have it permanently unclickable regardless or device?
#main-slider .cycle-caption {
pointer-events: none;
}#main-slider img {
pointer-events: none;
}Also, how do I arrange the picture slider permanently? e.g. picture A is picture number one, picture B is picture number 2 etc ?
Please help. Thanks.
deesParticipantAmazing, thank you!
deesParticipantHi,
Currently, I have my home page slider as a ‘post’ (which brings you to another page when click on image – not what I want). How do I have a slider on my homepage without using the ‘post’ option – whereby clicking on image slider does not direct you anywhere else?
Note – Elementor plugin has Image Carousel feature for slider. However, I was not able to include that in my ‘Home’ section because ‘Home’ is not a ‘Page’ and Elementor seems to be only working in a ‘Page’. Thus, I was not able to include Image Carousel in my ‘Home’ section.
Please help. Thanks.
deesParticipantThank you! super helpful.
-
AuthorPosts