Set a custom url link. Integrity slides

Hello, how can I set a custom url link to a integrity slide shortcode. For example in this shortcode. I want to be able to click in the slide and redirect the costumer to another page

[slider animation=“slide” slide_time=“2500” slide_speed=“600” slideshow=“true” random=“false” control_nav=“false” prev_next_nav=“true”] [slide]Example[/slide]

Hi There,

You can wrap the image in a anchore tag like the below.

[slider animation="slide" slide_time="2500" slide_speed="600" slideshow="true" random="false" control_nav="false" prev_next_nav="true"] [slide]
<a href="#"><img src ="Image URL"><a/>
[/slide]

Hope this helps!

1 Like

Thanks for the quick answer, it work, the only thing is that the sliders stop working :frowning:
this is the code, can you see something that im missing??

Hi there,

Please make sure you did not miss any closing [slider] and [slide] shortcode including the closing <a> tag that wraps the image.

I have tried this and this works:

[slider animation="fade" slide_time="5000" slide_speed="600" slideshow="false" random="false" control_nav="false" prev_next_nav="true"]
[slide]<a href="http://google.com"><img src="http://yourdomain.com/image.jpg" alt="Example"></a>[/slide]
[slide]<a href="http://google.com"><img src="http://yourdomain.com/image.jpg" alt="Example"></a>[/slide]
[slide]<a href="http://google.com"><img src="http://yourdomain.com/image.jpg" alt="Example"></a>[/slide]
[/slider]

Kindly double check your code.

Thank you,

1 Like

Hey, jeje, sorry, I just had to change the other parts of the code .
Thanks it works perfect now :slight_smile:

You are most welcome. :slight_smile:

1 Like

You’re welcome!
We’re glad we were able to help you out.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.