making text clickable as links - instead of going to next slide
Hi there,
My royal slider - when lciking on image, goes to link correctly, but i have created a button - and that just seems to make the slider scroll to the next one (cursor changes from pointer to move).. can you help?
here is my html -
<div class="rsContent">
{{image_tag}}
{{thumbnail}}
{{html}}
{{animated_blocks}}
{{#link_url}}
<a class="rsLink" href="{{link_url}}">{{title}}</a>
{{/link_url}}
</div>
thanks so much!
JC
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by info on 03 Feb, 2021 11:31 PM
resolved - i put the desc inside the a href - and made it link correctly.
<a class="rsLink" href="{{link_url}}">{{title}}{{description}}</a>
info closed this discussion on 03 Feb, 2021 11:31 PM.