GKMenu slide and font size

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 Nov 19, 2012 11:35 am
Reply with quote
Report this post
We have published a menu with submenus at gkmenu, throught the template. the submenus don't show.
Then the Font size of the gkmenu. Were can we alter the size and that the caracters are capitals, like your demo,
Thanks in advance for your reply.
Regards, Angelo
User avatar
Fresh Boarder

Konrad M
Mon Nov 19, 2012 12:51 pm
Reply with quote
Report this post
Hi,
can you give mue url to your site ?
User avatar

GK User
Mon Nov 19, 2012 12:57 pm
Reply with quote
Report this post
Hello,

thank you for fast reply.
The urls is www.trinacria.nl

Kind regards, Angelo
User avatar
Fresh Boarder

Konrad M
Tue Nov 20, 2012 10:42 am
Reply with quote
Report this post
To achieve same font effect as on demo site please go to template settings. Here in font section please find 'Headers-font' section and set squirrel BebasNeue font. Then please paste this code to 'Headers -selectors':
Code: Select all
h1, h2, h3, h4, h5, h6,
#gkLogo.text,
#gkMainMenu,
.gkMenu > ul div.childcontent header a,
.box .header,
.readon,
.gkTabsNav


If you still want to change font size after this please try add to override.css
Code: Select all
.gkMenu > ul > li {
font-size: 20px;
}

and decrease size to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Nov 20, 2012 11:37 am
Reply with quote
Report this post
Dear Konrad,

Thank you for your reply, but it does not work.
I have set on the templates "ALL", Dutch and English the font according your instructions, selected the code and pasted it into 'Headers -selectors'. I used also the override put it on 2px and 60px just to try. It still didn't work.
Then we have the issue with the menu's what do not show the submenus. The slide is not opening. Is this working with Ajax?
User avatar
Fresh Boarder

Konrad M
Tue Nov 20, 2012 11:50 am
Reply with quote
Report this post
Please send me Private Message with access to your Joomla back-end.
User avatar

GK User
Tue Nov 20, 2012 1:29 pm
Reply with quote
Report this post
Hello Konrad,

the caracters of gkmenu are now capitals. In the body selector was the following code: .gkMenu > ul > li,
Removing this solved this issue.
I still have the issue with the menu not sliding and the font of module/menu titles on bottom2 position is too small.
User avatar
Fresh Boarder

Konrad M
Wed Nov 21, 2012 10:54 am
Reply with quote
Report this post
To fix font in module/menu please try add to override.css
Code: Select all
#gkBottom2 .header > span {
line-height: 40px;
}
#gkBottom2 .header, #gkBottom2 .header > span > a {
font-size: 32px;
}

and increase or decrease font value to fit your needs. Remember to enable override.css option in template settings.
User avatar

Konrad M
Thu Nov 22, 2012 10:33 am
Reply with quote
Report this post
I checked your menu and it is working ok. I added some test submenu and it shows up.
User avatar

GK User
Thu Nov 22, 2012 10:45 am
Reply with quote
Report this post
Hello Konrad,

first of all thanks for your help.
The size of the font in the bottom is solved through the suggested override in the CSS.
Regarding the gkmenu can you leave the testmenu so that I can understand what I am missing.
I have put in gkmenu virtuemart categories with subcategories. The subcategories don't show. If it is not too much asked could you explain how I can make the subcategories to show.
User avatar
Fresh Boarder

GK User
Thu Nov 22, 2012 11:13 am
Reply with quote
Report this post
Hello Konrad,
to clearify the issue. I know how to make menus and submenus, what I would like is to let the subcategories show up. If this is possible. If not I have to solve by making a lot sub menu's.
User avatar
Fresh Boarder

Konrad M
Thu Nov 22, 2012 11:16 am
Reply with quote
Report this post
I'm afraid that you have to make a lot of subcategories.
User avatar

GK User
Thu Nov 22, 2012 11:18 am
Reply with quote
Report this post
Ok thanks, if that is the best or right way to do it.
User avatar
Fresh Boarder


cron