Plugin Author
eedee
(@eedee)
@og-s you can hyperlink individual slides.
1. select a slide by clicking on it ( the block settings show “Gutenslide” )
2. change the “Slide Link” (located under the “Background Settings” Panel”)
If you like the plugin, you can help us with a review: https://ww.wp.xz.cn/support/plugin/gutenslider/reviews/#new-post
Niklas
Thread Starter
OG-S
(@og-s)
Thank you. I added it with ACF for each sliders in my page 🙂
Sry to break into this topic but my question is related, once set, how can I remove the hyperlink from the slide?
Unfortunately you will have to do this in Code-Editor view and delete the link manually. Looks like a bug to me.
Click on the three dots on the right top of your admin-area and select “Code-Editor”.
You should now see your raw code – now look for your slide-link. If you mess something up here, you will be able to restore to a previous version, so don’t worry.
If you change your link to something unique, you will be able to find it more easy.
Your slide is wrapped inside code like this:
<!-- wp:eedee/block-gutenslide {"background":{"backgroundType":"none","backgroundOverlayImage":"","backgroundOverlayVideo":"","backgroundOverlayOpacity":50,"backgroundGradient":{},"backgroundImage":{},"backgroundPosition":"center center","backgroundRepeat":"no-repeat","backgroundImageSize":"cover","backgroundVideoSize":"cover","customBackgroundColor":"","hasParallax":false,"backgroundFocalPoint":{"x":0.5,"y":0.5},"backgroundVideoFocalPoint":{"x":0.5,"y":0.5},"backgroundVideo":{},"backgroundVideoMuted":true,"backgroundVideoLoop":true,"backgroundVideoAutoplay":true,"openPopover":true},"linkUrl":"http://lala"} -->
Things are seperated with a colon. In the above example you would delete ,"linkUrl":"http://lala".
Now save and publish.