Module "ABOUT"

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
Mon Apr 14, 2014 12:36 pm
Reply with quote
Report this post
dudas1.jpg
How can I manipulate or remove links to facebook, twyter, etc in the module template "About" Creativity.
Me would like to place a link to a page of the web...Where are handled all that information...Thank you
User avatar
Senior Boarder

GK User
Mon Apr 14, 2014 3:02 pm
Reply with quote
Report this post
If you edit this module with tinyMCe editor disabled (editor - none in global configuration) - each figure looks this way:
Code: Select all
<figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
      <img src="/gavick.com/j3/creativity/images/demo/about/2.jpg" border="0" alt="Julia Morena" />
      <figcaption>
         <h3>Julia Morena</h3>
         <small>Creative Director</small> </figcaption>
   </figure>

You can remove any icon by removing its data- property. You can also change links this way.
User avatar
Moderator

GK User
Mon Apr 14, 2014 7:27 pm
Reply with quote
Report this post
dudas2.jpg

OK thank you.
Now I have another question how do I put the link icon in the center of the box similarly to in the News Show Pro GK5 module.
Thanks again
User avatar
Senior Boarder

GK User
Mon Apr 14, 2014 7:53 pm
Reply with quote
Report this post
Please search creativity forum for my post about that kind of change. In short - you need to do some override.css modification and change on javascript file.
User avatar
Moderator

GK User
Tue Apr 15, 2014 3:23 pm
Reply with quote
Report this post
dudas3.jpg
Hi. He got to do several things, but one thing I can not in any way... put the"[size=150link icon[/size]" within the circle...Is there anyone who can help me to fix this code and where.I do not understand how to put the icon...Please help... thank you
User avatar
Senior Boarder

GK User
Tue Apr 15, 2014 5:15 pm
Reply with quote
Report this post
Could You please post an url to your site? Ill check whats wrong.
User avatar
Moderator

GK User
Tue Apr 15, 2014 6:34 pm
Reply with quote
Report this post
Yes of course...
http://www.prueba.cyangraf.es/

Thanks
User avatar
Senior Boarder

GK User
Tue Apr 15, 2014 6:49 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="link"]:before {
content: '\f0c1';
}

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

GK User
Tue Apr 15, 2014 7:07 pm
Reply with quote
Report this post
It is perfect!
Thank you very much for everything.
User avatar
Senior Boarder

GK User
Thu Apr 17, 2014 1:07 pm
Reply with quote
Report this post
No problem.
If You will have any other questions, feel free to post new forum threads - it helps us answer you faster.
User avatar
Moderator


cron