Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871487

    bgrill881
    Participant

    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?

    #872336

    Friech
    Moderator

    Hi 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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Cheers!

    #876209

    bgrill881
    Participant
    This reply has been marked as private.
    #876591

    Paul R
    Moderator

    Hi,

    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