I have this piece of shortcode that I would like to use to link to an internal page within the easy slider. Can someone point out where I can add the url as my shortcode does not work?
[av_slide slide_type='image' id='46278' attachment=',' video='' mobile_image='' video_ratio='' title='' link_apply='yes' link='/mypage' link_target=''][/av_slide]
thanks
Jonathan
Hey jjma!
It would be more like this:
[av_slideshow size='featured' animation='slide' autoplay='false' interval='5']
[av_slide slide_type='image' id='4654' attachment=',' video='' mobile_image='' video_ratio='' title='caption title' link_apply='image' link='page,405' link_target='']
caption text
[/av_slide]
[/av_slideshow]
the link is a page type with the ID of 405 in my example. You should however be able to use the magic wand tool and the popup for that shortcode to build your own correctly.
Cheers!
Devin
Thanks.
Jon
Glad we could help. Let us know if you have any other questions or issues.