Okay
  Public Ticket #1214615
Blog Link Element Opening in New Tab or Window
Closed

Comments

  • bobbycornes949 started the conversation

    I simply need the blog post element when set as a "link" to open in a new tab or window. I am currently using the blog. I am currently using the masonary blog element on the URL in question. Also attached screenshot. 

    Thanks. 



  •  8,402
    Tahir replied

    Hey Again,

    Add this JS code in the Google Anlaytics Section :  

    <script type='text/javascript'>
    jQuery( document ).ready(function() { 
    jQuery('#post-area.masonry.classic_enhanced article.post.link a').attr('target',"_blank");
    });
    </script>

    If you have Page Transitions Turned On Please Switch the Animated Transition Method to "Standard" in Salient Theme Options -> Page Transition Section.

    Also be sure to check/uncheck this Disable Fade Out On Click option : http://prntscr.com/8f3bj7

    Thanks


    ThemeNectar Support Team