Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #705968

    I added the new css style into templates/ja_nuevo/css/custom.css file


    .plain-style .contact-links ul li a.linkedin:after {
    content: "f0e1";
    }

    and change the source code into contact link on your site, find the following file: templates/ja_nuevo/html/com_contact/contact/default_links.php and see the highlight text

    from

    <a href="<?php echo $link; ?>" class="<?php echo str_replace(" ","-",strtolower($label));?>">

    to

    <a href="<?php echo $link; ?>" class="<?php echo str_replace(" ","-",strtolower($label));?>" target="_blank">

    Now, you can see the Linkedin icon and _blank link on that.

    Ninja Lead Moderator
    #752234

    I added the new css style into templates/ja_nuevo/css/custom.css file


    .plain-style .contact-links ul li a.linkedin:after {
    content: "f0e1";
    }

    and change the source code into contact link on your site, find the following file: templates/ja_nuevo/html/com_contact/contact/default_links.php and see the highlight text

    from

    <a href="<?php echo $link; ?>" class="<?php echo str_replace(" ","-",strtolower($label));?>">

    to

    <a href="<?php echo $link; ?>" class="<?php echo str_replace(" ","-",strtolower($label));?>" target="_blank">

    Now, you can see the Linkedin icon and _blank link on that.

    pictureworker Friend
    #706070

    Everythings work now, Many thanks for your Support.Best regards

    pictureworker Friend
    #752287

    Everythings work now, Many thanks for your Support.Best regards

Viewing 4 posts - 31 through 34 (of 34 total)

This topic contains 34 replies, has 2 voices, and was last updated by  pictureworker 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum