Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1066781
    Jeremy P
    Participant

    I have an essential grid and I can’t get the links to open in a new page. In the item skin editor I have tried setting the link to media or cover, with the link target _blank

    It’s on this page: http://smartnutrition.ca/happy-healthy-eaters-course/

    #1066782
    Jeremy P
    Participant
    This reply has been marked as private.
    #1067105
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > JavaScript in the Customizer.

    jQuery(document).ready(function($) {
    $('.esg-cc a').each( function() {
      $(this).attr('target', '_BLANK');
     });
    });

    If you want this for specific grid then you can use the Custom JavaScript tab – http://prntscr.com/bn5q55

    Hope this helps.

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