Before you ask please READ THIS

ICON LINKS TO OPEN IN A NEW TAB

edited April 2015 in Blame Posts: 19
Hi,

Could you please tell me how to make my icons links to open in a new tab ?
I don't have such option in the configuration panel.

Thanks
icons links.png
1233 x 592 - 1M

Comments

  • Posts: 19
    Also is it possible to give them a color other than the ones listed ?
  • AirAir
    Posts: 10,970
    Hello:-)
    HMITE said: Also is it possible to give them a color other than the ones listed ?
    You will have to write custom CSS for that.
    HMITE said: Could you please tell me how to make my icons links to open in a new tab ?
    I don't have such option in the configuration panel.
    Yes, there is no option for that. I believe other shortcode will suit your needs. If your theme is up to date you should have Icon element in builder.
    image

    With kind regards.
    ss-2015-04-20_14-43-49.png
    377 x 269 - 17K
  • Posts: 19
    Thanks for the answer but do you have another solution ?
    I have about 150 icons to change :-/ and they don't exactly look the same than the ones that I have
  • AirAir
    edited April 2015 Posts: 10,970
    Hmmm 150, but if you will have to mark this option in every icon it would also be painful :-)

    So you want them to open new window/tab no matter what ?
    OK:-)

    Go to blame/vc_templates/a13_title_with_icon.php line around 51 and change this
    $a13_fa_icon = '<a href="'.$href.'">'.$a13_fa_icon.'</a>';
    to
    $a13_fa_icon = '<a href="'.$href.'" taget="_blank">'.$a13_fa_icon.'</a>';

    With kind regards.
    Post edited by Air on
  • Posts: 19
    it worked !

    Thank you very much !
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion