This topic contains 34 replies, has 2 voices, and was last updated by pictureworker 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
test
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.
1 user says Thank You to Ninja Lead for this useful post
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.
1 user says Thank You to Ninja Lead for this useful post
Everythings work now, Many thanks for your Support.Best regards
Everythings work now, Many thanks for your Support.Best regards
This topic contains 34 replies, has 2 voices, and was last updated by pictureworker 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum