How to replace social icons with link icon

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
Wed Feb 25, 2015 12:17 pm
Reply with quote
Report this post
After searching and trying, I need now some help :)

I want to replace the social icons with link icon in the gk.team module/code. It is named in the template "Creativity" "about".

Thx for help and answers

Martina
User avatar
Fresh Boarder

GK User
Wed Feb 25, 2015 4:45 pm
Reply with quote
Report this post
You have posted in Creative forum. Which template exactly are you referring to? Creative or Creativity?
User avatar
Moderator

GK User
Wed Feb 25, 2015 4:56 pm
Reply with quote
Report this post
Cyberek wrote:You have posted in Creative forum. Which template exactly are you referring to? Creative or Creativity?


Oh Sorry. It is Creativity.
Can you move this topic into the right forum?
User avatar
Fresh Boarder

GK User
Thu Feb 26, 2015 4:11 pm
Reply with quote
Report this post
One more thing - 2.x or 3.x J version?
User avatar
Moderator

GK User
Thu Feb 26, 2015 4:40 pm
Reply with quote
Report this post
Cyberek wrote:One more thing - 2.x or 3.x J version?


Oh sorry.
It is newest version 3.4.0
and the site is not online yet. It is still on my local computer.

I just need the codes and in which folder/documents I will find them for changing.

Thx a lot

Martina
User avatar
Fresh Boarder

GK User
Thu Feb 26, 2015 4:43 pm
Reply with quote
Report this post
I have moved your post.
With site on localhost I can't help much. There was some ideas on module modifications, replacing social icons etc here, please search Creativity subforum for threads on that topic. It should be there... Still without live site if you will have any problems - I can't help much :(.
User avatar
Moderator

GK User
Thu Feb 26, 2015 5:09 pm
Reply with quote
Report this post
Cyberek wrote:I have moved your post.
With site on localhost I can't help much. There was some ideas on module modifications, replacing social icons etc here, please search Creativity subforum for threads on that topic. It should be there... Still without live site if you will have any problems - I can't help much :(.


Thank you for moving.
Well, I've searched and read the postings, but the answers did't helped me. Because everyone wanted something different :D
One to change the icons for Xing. One other instead of a link to social media text on the hover.
This page I am working on, is my own and at the moment I don't have any free database.

There is just one code I have to change. After I found it, I will post it here.

Thx
Martina
User avatar
Fresh Boarder

GK User
Thu Feb 26, 2015 5:25 pm
Reply with quote
Report this post
I'm sure I have already replied to exactly same question. To make long thing short - you need to lease only one "link" in html and relpace one of current icons (facebook for example) with a link icon basing on fontawesome icon codes.
User avatar
Moderator

GK User
Thu Feb 26, 2015 5:26 pm
Reply with quote
Report this post
Please edit: /templates/gk_Creativity/css/override.css and add at its end:
Code: Select all
.gkTeamOverlay a[data-type="fb"]:before {
content: "\f0c1";
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Feb 26, 2015 7:03 pm
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_Creativity/css/override.css and add at its end:
Code: Select all
.gkTeamOverlay a[data-type="fb"]:before {
content: "\f0c1";
}

Remember to enable "CSS override" in template settings - advanced section.


You are my hero of the day! :D

Thank you. I've already found that older post, but was to stupid understanding it.

Now it works perfectly and it was so easy! ;)

Thanks and have a nice day :)

Martina
User avatar
Fresh Boarder

GK User
Sat Feb 28, 2015 1:00 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Sat Feb 28, 2015 1:27 pm
Reply with quote
Report this post
Cyberek wrote:Is there anything else I can help you with regarding this topic?


Thank you. Everything is perfect. Creativity is a great template.
Thx a lot

Martina
User avatar
Fresh Boarder

GK User
Sun Mar 01, 2015 9:15 pm
Reply with quote
Report this post
If you will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron