Menu icons

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Thu Oct 11, 2012 3:27 pm
How can i find the meny icons like the homepage icon and then on Additional class what must put there?
User avatar
Gold Boarder

teitbite
Fri Oct 12, 2012 6:27 pm
Hi

Please check this link for informations: http://demo.gavick.com/joomla25/sporter ... menu-icons
User avatar
Moderator

GK User
Sat Oct 13, 2012 5:42 pm
icon-soccer doesnt work. It show the icon-joomla (!). How can i upload another icons? Where are those icons on folder?
User avatar
Gold Boarder

teitbite
Sat Oct 13, 2012 8:06 pm
Hi

A fix for icon-soccer:

Code: Select all
#gkMenu .level0 > li.active > a.icon-soccer > span.menu-title, #gkMenu .level0 > li:hover > a.icon-soccer > span.menu-title {
    background-position: 4px -2716px;
}


Icon images are included in this file: http://demo.gavick.com/joomla25/sporter ... /icons.png
User avatar
Moderator

GK User
Sun Oct 14, 2012 10:43 am
Doesn't work with this code :( ...
User avatar
Gold Boarder

teitbite
Sun Oct 14, 2012 12:02 pm
Hi

Try add !important rule at the end of this line. Like that:

Code: Select all
#gkMenu .level0 > li.active > a.icon-soccer > span.menu-title, #gkMenu .level0 > li:hover > a.icon-soccer > span.menu-title {
    background-position: 4px -2716px !important;
}
User avatar
Moderator

GK User
Sun Oct 14, 2012 12:50 pm
paly only inside... At homepage play tha joomla icon! :(
User avatar
Gold Boarder

teitbite
Sun Oct 14, 2012 3:29 pm
Hi

This is odd :) Please show me Your site.
User avatar
Moderator

GK User
Mon Oct 15, 2012 8:44 am
I send you a pm because my site is offline! Please log in to site with access from pm
User avatar
Gold Boarder

GK User
Mon Oct 15, 2012 8:57 am
This button play only onmouse over. Dont play on mouse out!!!
User avatar
Gold Boarder

teitbite
Mon Oct 15, 2012 6:47 pm
Hi

I can see it now. Please replace the last code with this one:

Code: Select all
#gkMenu .level0 > li > a.icon-soccer > span.menu-title {
    background: url("/templates/gk_sporter/images/icons.png") no-repeat scroll 4px -2756px transparent !important;
}

#gkMenu .level0 > li.active > a.icon-soccer > span.menu-title, #gkMenu .level0 > li:hover > a.icon-soccer > span.menu-title {
    background-position: 4px -2716px !important;
}
User avatar
Moderator

GK User
Tue Oct 16, 2012 8:36 am
Ok, now it play!! Very very thnxxx!!
User avatar
Gold Boarder

teitbite
Tue Oct 16, 2012 6:26 pm
Hi

No problem. Glad I could help.
User avatar
Moderator

GK User
Wed Oct 17, 2012 8:47 am
User avatar
Gold Boarder

teitbite
Thu Oct 18, 2012 2:05 pm
Hi

Looks like Dziudek is helping already. See You next time :)
User avatar
Moderator

GK User
Thu Nov 08, 2012 1:39 pm
Hi, i have the same problem at another menu icon. I tried to display the volleyball icon and display the joomla icon... :( Can you help mea again?
User avatar
Gold Boarder

teitbite
Thu Nov 08, 2012 6:19 pm
Hi

Sure I'll help. Please just use this class along with menu item, tell me which one is it and remind me Your site url.
User avatar
Moderator

GK User
Fri Nov 09, 2012 9:42 am
I send you a pm with access on my site. One of meny buttons have the joomla icon. This is wrong! I want the volleyball icon
User avatar
Gold Boarder

teitbite
Fri Nov 09, 2012 8:44 pm
Hi

Ok. Please try with adding this code to css:

Code: Select all
#gkMenu .level0 > li > a.icon-volleyball > span.menu-title {
    background: url("../images/icons.png") no-repeat scroll 4px -676px transparent;
}

#gkMenu .level0 > li.active > a.icon-volleyball > span.menu-title, #gkMenu .level0 > li:hover > a.icon-volleyball > span.menu-title {
    background-position: 4px -636px;
}
User avatar
Moderator

GK User
Sat Nov 10, 2012 2:11 pm
Now, Nothing appears... Only the title of the button without icon
User avatar
Gold Boarder

teitbite
Sun Nov 11, 2012 8:31 pm
Hi

Please move this code to override.css file than image can be loaded relatively and not using the full path as it's required when You place it in override field. Please remember to allow using override in template settings.
User avatar
Moderator

GK User
Tue Nov 13, 2012 2:10 pm
Ok, now it play! Thnxx!
User avatar
Gold Boarder

teitbite
Wed Nov 14, 2012 10:44 am
Hi

Great. Will You need any other icons ? Because if there will be more it would be better if I talk to programmers first, so maybe we will not have to make it manually.
User avatar
Moderator


cron