Home → Knowledge Base → WordPress RoyalSlider FAQ →
[WP] How to open full slide link in new window?
Click on "Edit Slide Markup" in slider options. Find part where
slider adds full-slide link:
<a class="rsLink" href="{{link_url}}">{{title}}</a>
and add target="_blank"
attribute to it, e.g.:
<a class="rsLink" target="_blank" href="{{link_url}}">{{title}}</a>
Read more about a
tag - http://www.w3schools.com/tags/tag_a.asp
- Section:
- WordPress RoyalSlider FAQ
- Last Updated:
- 17 Mar, 2013 10:01 PM
Sending your feedback
Thank you!
- [WP] How to install slider plugin to WordPress?
- [WP] Slider looks correctly in preview, but when I add it to site it doesn't work
- [WP] Admin area isn't working
- [WP] How to change background of slider
- [WP] Why slider looks a bit different when embedded to site
- [WP] How to open full slide link in new window?
- [WP] How to upgrade from old (v2 and less) to New RoyalSlider
- [WP] How to clear or modify cache
- [WP] Image thumbnails are blank
- [WP] How to get Instagram "client ID" and "client secret key"?
Recent Discussions
29 Jun, 2022 12:19 PM | Slider looks correctly in preview, but when I add it to site, thumbnail image blank. | |
15 Jun, 2022 05:34 PM | Slides not centred in container | |
09 Jun, 2022 04:13 PM | Full screen | |
08 Jun, 2022 04:24 AM | Show titles on mouse over thumbnail in dashboard | |
02 Jun, 2022 04:06 PM | Youtube video embed |