Where is GK4 and animated icons?

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
Tue Mar 18, 2014 2:04 pm
Reply with quote
Report this post
Hello, good morning. :D

First of all congratulations for your work.

I am new to joomla :unsure: and I have three questions ....

1 -. GK4 the module is installed on quickstart?
2 - as I can access it to edit the text boxes (WHAT WE DO, SEE MORE, LEARN MORE, GET IN TOUCH)?
3 - Where I can see animated and not animated icons available in to the template?

I have seen the link "http://www.gavick.com/documentation/joomla-extensions/extensions-for-joomla-1-6/image-show-gk4/".........and can not find the location of the text to modify.

Thank you very much for everything.
User avatar
Fresh Boarder

GK User
Tue Mar 18, 2014 4:54 pm
Reply with quote
Report this post
I have managed to change the text of the first box!
I had the wrong tutorial and was looking at the "Creative" Theme......sorry

But...where are the animated (and not animated) icons to select?

Thank you so much!!
User avatar
Fresh Boarder

teitbite
Thu Mar 20, 2014 9:39 pm
Reply with quote
Report this post
Hi

1. GK4 Image Show and GK5 News Show Pro are used in quickstart

2. WHAT WE DO is an option to set in Image Show module
SEE MORE is an option in News Show Pro
LEARN MORE is a part of content of Custom HTML module
GET IN TOUCH is also a part of the content of Custom HTML module

3. Animated icons are Awsome Fonts characters and are entered with this code from gk_stuff.css:

Code: Select all
.gkTeamOverlay > a:before {
    color: #FFFFFF;
    display: block;
    font-family: FontAwesome;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-indent: 0 !important;
    width: 50px;
}
.gkTeamOverlay a[data-type="fb"]:before {
    content: "";
}
.gkTeamOverlay a[data-type="twitter"]:before {
    content: "";
}
.gkTeamOverlay a[data-type="gplus"]:before {
    content: "";
}
User avatar
Moderator


cron