Tagged: x
-
AuthorPosts
-
April 7, 2016 at 11:52 am #871487
The website we are building afrlsbhub.com/home has a soliloquy slider on the home page. We have the caption and buttons set with the “open link in new tab” option checked on each, but the links are not opening in a new tab. Do you have any idea as to why or any suggestions?
April 8, 2016 at 12:11 am #872336Hi There,
Thanks for writing in! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Cheers!
April 11, 2016 at 5:20 am #876209This reply has been marked as private.April 11, 2016 at 10:19 am #876591Hi,
Thank you for providing your login credentials.
To make it open in new tab, you need to add
target="_blank"
to all your button links.eg.
<a target="_blank" class="soliloquy-button" href="http://afrlsbhub.com/about/" title="About the Hub">About the Hub</a>
Hope that helps
-
AuthorPosts