Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29145

    Hi!

    I will use the “Fixed Header with Social Icon and additonal Navigation”. I need some help to put the RSS Icon as target blank like the Social Icons… Where must i put the target blank code?

    Thank you so much

    #139835

    Hey,

    Edit includes > helper-social-media.php, find this code on line 73:

    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Replace it with:

    $html .= "<a target='_blank' href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Open Rss Icon in new window on Top of the Header’ is closed to new replies.