Linking to an external with NSP module

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
Fri Dec 06, 2013 4:45 pm
Reply with quote
Report this post
Hello,

How can i have the News Show Pro GK5 module on the frontpage linking to an external site so when i click on one of the images it automatically goes to http://www.whateversite.com ?
User avatar
Junior Boarder

GK User
Fri Dec 06, 2013 6:06 pm
Reply with quote
Report this post
Hi.
It requires to use XML file as a source of content. This XML must be generated by you .

or maybe you will use GK Image Show module - where you can add image + whichever link
User avatar
Platinum Boarder

GK User
Fri Dec 06, 2013 8:02 pm
Reply with quote
Report this post
In that case, i´d rather use the design in the "About" section on the frontpage and change it to "What we do" section, but i need to know where the Facebook, Twitter nad Google+ images are so i can change one of them to a different one related to sites like instead of the Facebook symbol i would like a www in the "ball", can you tell me where those images are stored?
User avatar
Junior Boarder

GK User
Mon Dec 09, 2013 4:57 pm
Reply with quote
Report this post
I've checked the file gk.stuff.css but the code does not tell where the images are:

.gkTeamOverlay a[data-type="fb"]:before {
content: '\f09A';

Where can i change those? (Facebook, Twitter ou Google+ logos)
User avatar
Junior Boarder

GK User
Mon Dec 09, 2013 8:31 pm
Reply with quote
Report this post
Oh, yes... there are not a typical graphic icons -- we used Font Awesome for it.

1) As you can see we used the content property (from CSS)
More about: https://developer.mozilla.org/en-US/doc ... SS/content
and here: http://css-tricks.com/css-content/
2) So if you need "ball" - check Font Awesome 3.0.2 collection : http://fontawesome.io/3.2.1/
and
you can also check this page: http://astronautweb.co/snippet/font-awesome/
but this collection wasn't update since 2012.

For example basketball font code
Code: Select all
"\f17d"



p.s.
Fortunately, in newer templates is done in a simpler way.
User avatar
Platinum Boarder

GK User
Sun Dec 15, 2013 4:13 pm
Reply with quote
Report this post
Ok, can you some me which Awesome Font icons are available in this template?
User avatar
Junior Boarder

GK User
Sun Dec 15, 2013 11:44 pm
Reply with quote
Report this post
About 303 Icons from Font Awesome 3.0.2 collection,
check file: gk_creativity\css\font-awesome.css

but you can replace file (package) with v3.2.1, which added extra 58 icons ==> and you will get 361 in summary.

Cheatsheet (for version 3.2): http://fontawesome.io/3.2.1/cheatsheet/
User avatar
Platinum Boarder


cron