gkicons
Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Mon Jun 24, 2013 8:46 pm
- Reply with quote
- Report this post
Are other icons available for the icon area of the front page other than: gkCrop, gkRocket or gkMobile?
-
- Fresh Boarder
- GK User
- Mon Jun 24, 2013 9:19 pm
- Reply with quote
- Report this post
Hi,
none, only those three. But you can change it /overwrite by your own/ or add more.
none, only those three. But you can change it /overwrite by your own/ or add more.
-
- Platinum Boarder
- GK User
- Mon Aug 12, 2013 3:25 pm
- Reply with quote
- Report this post
Pawel F wrote:Hi,
none, only those three. But you can change it /overwrite by your own/ or add more.
How I can add or overwrite my own icons?
Thank you!!
-
- Fresh Boarder
- GK User
- Tue Aug 13, 2013 7:48 am
- Reply with quote
- Report this post
Those icons you will find here:
templates/gk_simplicity/images/style1/ (or style2 if you're using this style)
gkcrop.png, gkrocket.png and gkmobile.png
Always all graphic you should find in template images folder.
templates/gk_simplicity/images/style1/ (or style2 if you're using this style)
gkcrop.png, gkrocket.png and gkmobile.png

-
- Platinum Boarder
- GK User
- Wed Aug 21, 2013 12:59 pm
- Reply with quote
- Report this post
How can i add another gkicon to the three thats there already
-
- Junior Boarder
- GK User
- Thu Aug 22, 2013 11:00 am
- Reply with quote
- Report this post
General tip: Upload in this same place a new one.
As you see rocket image have two image inside blue and white on transparency background (PNG 24bit)
so you have to use original image and use photoshop layers to insert your in this same place and delete old.
Below it is only screenshot don't use it!
Then check styles here: templates/gk_simplicity/css/style1.css
for .gkrocket and do this same, but with different class name & image filename
As you see rocket image have two image inside blue and white on transparency background (PNG 24bit)
so you have to use original image and use photoshop layers to insert your in this same place and delete old.
Below it is only screenshot don't use it!
rocket.png
Then check styles here: templates/gk_simplicity/css/style1.css
for .gkrocket and do this same, but with different class name & image filename
-
- Platinum Boarder
- GK User
- Thu Aug 22, 2013 11:21 am
- Reply with quote
- Report this post
Pawel F wrote:General tip: Upload in this same place a new one.
As you see rocket image have two image inside blue and white on transparency background (PNG 24bit)
so you have to use original image and use photoshop layers to insert your in this same place and delete old.
Below it is only screenshot don't use it!rocket.png
Then check styles here: templates/gk_simplicity/css/style1.css
for .gkrocket and do this same, but with different class name & image filename
I got that one. By my question was that, you know there are 3 icons which are "the gkrocket, gkmobile, gkcrop". My question is how can i add another one to make it four "GK" instead of the three thats there now
-
- Junior Boarder
- GK User
- Thu Aug 22, 2013 11:52 am
- Reply with quote
- Report this post
I assume that you have created the icon in accordance with my instructions.
Did you create also a new class for this new icon ?
Did you create also a new class for this new icon ?
-
- Platinum Boarder
- GK User
- Thu Aug 22, 2013 12:14 pm
- Reply with quote
- Report this post
Now add HTML code inside "Everything you need to know" module
I used "gkNewIcon" class for example purposes only.
So after that you should get this
Time to reduce some width to fix it.
- Code: Select all
<div>
<div class="gkIconArea">
<a href="#" class="gkNewIcon">New 4</a>
</div>
<h2>Powerful Control 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus eget elit eu velit vehicula feugiat. </p>
</div>
I used "gkNewIcon" class for example purposes only.
So after that you should get this
4.png
Time to reduce some width to fix it.
-
- Platinum Boarder
- GK User
- Thu Aug 22, 2013 12:19 pm
- Reply with quote
- Report this post
default css value , looks like this:
33.3%+33.3%+33.3% = 99.9% of total width but you have divide into 4 not 3.
99.9% : 4 = 24.9% (You need change 33.3% to 24.9%)
I hope that you learned before how to use custom css code from our wiki.
- Code: Select all
.gkIcons > div {
-moz-box-sizing: border-box;
float: left;
padding: 0 10px;
width: 33.3%;
}
33.3%+33.3%+33.3% = 99.9% of total width but you have divide into 4 not 3.
99.9% : 4 = 24.9% (You need change 33.3% to 24.9%)
ready.png
I hope that you learned before how to use custom css code from our wiki.
-
- Platinum Boarder
- GK User
- Thu Aug 22, 2013 5:34 pm
- Reply with quote
- Report this post
Thats great and it works perfect. Thanks.
I posted a question on https://www.gavick.com/forums/template- ... 28216.html
but didnt have a rply in two days now. can you help me?
the question was "How can i put the image in the MENU LINK OPTIONS above the menu text. At the moment i have the images on the left side of the menu text.
Can you provide me with the "Link CSS Style" to move the image above the menu text please. Thanks "
I posted a question on https://www.gavick.com/forums/template- ... 28216.html
but didnt have a rply in two days now. can you help me?
the question was "How can i put the image in the MENU LINK OPTIONS above the menu text. At the moment i have the images on the left side of the menu text.
Can you provide me with the "Link CSS Style" to move the image above the menu text please. Thanks "
-
- Junior Boarder
- GK User
- Tue Sep 17, 2013 6:22 am
- Reply with quote
- Report this post
Thanks a really helpful post - thanks Mod!
-
- Gold Boarder
12 posts
• Page 1 of 1