Putting full width slide show in Wix site, however I’m looking to replace ‘arrows’ with image. I believe the navigation arrows are text elements (symbols), but I would like them to become icon/images.
In Corvid trying to find correct place to edit this, but could also use tips on code to reference image vs. text symbol.
https://www.wix.com/corvid/reference/$w.Slideshow.html
How do I control which navigation buttons appear in my slideshow?
Set the showNavigationButtons property to true to show navigation arrows on your slideshow.
Set the showSlideButtons property to true to show slide buttons on your slideshow.
I appreciate your comment, but the links seem to be about making the arrows visible or not visible - they are however, still text/symbol arrows. I am trying to change them so they are graphic icons, NOT text. Or are you suggesting the underlying functionality will stay the same if I hide the text arrows and then just insert a graphic to that location to act as the mechanism?
You won’t be able to change the icons in the slider etc, you will just have them set to hidden and use your own icons instead.
Then you will have to use the slideshow functions of changeSlide, next or previous etc on your icons, so that they will work when clicked on.
Got it – Thanks!
can i hide an showNavigationButtons on an individual slide? something like this?
let slide = $w(“#fullWidthSlides1”).currentSlide
let slideName = slide.name(8).showNavigationButtons = false ; // “Slide 1”
How do we add custom navigation arrows?
Is there anyway someone could show me how to change the arrows on a slideshow? I understand I need to set the existing ones to hidden, add my own and code them to work, just not sure how to. any assistance would be great!