Open social links in About section in new tab

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Nov 14, 2015 9:52 pm
Reply with quote
Report this post
This is my website http://socionetnography.net/
I need to open social links (FB, Twitter...) on new tab in About__Meet the team section. How can i do this?
User avatar
Fresh Boarder

GK User
Mon Nov 16, 2015 9:47 am
Reply with quote
Report this post
You need to edit this file:
Code: Select all
/templates/gk_creativity/js/gk.scripts.js

and find partthat creates anchors:
Code: Select all
htmloutput += '<a href="'+figure.attr('data-fb')+'" data-type="fb">Facebook</a>';
htmloutput += '<a href="'+figure.attr('data-twitter')+'" data-type="twitter">Twitter</a>';
htmloutput += '<a href="'+figure.attr('data-gplus')+'" data-type="gplus">Google+</a>';

and add target="_blank" to them.
User avatar
Moderator

GK User
Mon Nov 16, 2015 2:35 pm
Reply with quote
Report this post
Thanks, works perfectly now!
User avatar
Fresh Boarder

GK User
Fri Nov 20, 2015 2:34 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron