Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #762185

    Hi Team,
    I have two questions for your nice magazine element:
    – If it possible to open the links (to posts) automatic in an new tab?
    – how can I change the icon in front of any post (pencil)?
    Thank you and best regards
    Mike

    #762625

    Hey Mike,

    1- Please add following code to Functions.php file in Appearance > Editor

    function av_mag_attr(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.av-magazine-entry a').attr('target','_blank');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_mag_attr');

    2- Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    Best regards,
    Yigit

    #766156

    Hi Yigit,

    works fine, thank you!

    Best regards
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Magazine Element -> Links to new tab?’ is closed to new replies.