Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #990963
    CrystalTiffanyTan
    Participant

    Hello!

    Using the RSS widget, the links generated open in the current window taking users away from my site. Is it possible to make them open in a new window?

    Can I add a target=”_blank” code somewhere? Thank you!

    #990964
    CrystalTiffanyTan
    Participant
    This reply has been marked as private.
    #990988
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> JavaScript :

    jQuery(".rsswidget").attr("target","_blank");

    Hope it helps.

    #990989
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    To open the rss links to a new window, please edit your news page in Cornerstone, go to the settings tab, Settings > Custom JS and insert the following custom js code

    (function($){
      $('a.rsswidget').attr('target', '_blank');
    })(jQuery);

    Please let us know if this works out for you.

    #991008
    CrystalTiffanyTan
    Participant

    They both work! Thank you very much for your prompt support

    #991013
    Rue Nel
    Moderator

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

  • <script> jQuery(function($){ $("#no-reply-990963 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>