Add modulepos for lang flags in mainmenu

GK User
Tue May 29, 2012 8:30 am
Hello, I want to add the modulepos for the lang flags to the right in the template built-in main menu.

This topic is the same question: https://www.gavick.com/forums/topic.html?p=53924
but I need the specific code for the Financial Business J 2.5 template.

Would you please provide the codeblocks for this?

Thanks in advance!
Rgds
User avatar
Fresh Boarder

GK User
Tue May 29, 2012 3:25 pm
User avatar
Platinum Boarder

GK User
Tue May 29, 2012 4:27 pm
Thank you! that worked, I just have to change the examplecode with the right menu-ID for my template.

I tried to move the block to the right in the menu by this codeblock in override.css

#mytop {
float: right;
margin-right: 40px;
position: absolute;
right: 0;
top: 0;
}

Now I got the problem that the flags are not clickable, is there any JS confict or something similar that i have to notice in this case?

Rgds
User avatar
Fresh Boarder

GK User
Thu May 31, 2012 7:55 am
Any suggestions?

Rgds
User avatar
Fresh Boarder

GK User
Thu May 31, 2012 11:33 pm
Hi,

It's hard to say now, please give me the link to your site then I will check for you.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jun 01, 2012 12:41 pm
Hello,

I provide the details by PM, but the message is still in "outbox" is there any problem with the forum?

Rgds
User avatar
Fresh Boarder

GK User
Fri Jun 01, 2012 7:21 pm
Message should be send, @Don Lee could you confirm that you get details ?
User avatar
Platinum Boarder

GK User
Sat Jun 02, 2012 12:29 pm
Hi,

I've got the PM now, thanks for that. Please add this code to CSS Override to decrease padding value of your menu items to get more room for the module:
Code: Select all
div.gk-menu > ul.level0 > li > a{
padding:0 15px!important;
}

Remove this line in your override.css
Code: Select all
 margin-right: 40px;

Then it will look like http://easycaptures.com/fs/uploaded/554/5173585038.jpg
User avatar
Platinum Boarder

GK User
Sun Jun 03, 2012 10:19 am
Hello, thanks I applied the code and it's looking good but the lang buttons are still not clickable...

Rgds
User avatar
Fresh Boarder

GK User
Sun Jun 03, 2012 12:11 pm
Sorry I didn't check that, here you go add this code to CSS Override plus:
Code: Select all
#mytop {
    z-index: 999999;
}

Cheers,
User avatar
Platinum Boarder

GK User
Sun Jun 03, 2012 3:03 pm
Perfect, issue solved!

Rgds
User avatar
Fresh Boarder

GK User
Mon Jun 04, 2012 10:11 am
I'm glad to know that, feel free to let me know if you need any other helps.

Have a nice day,
User avatar
Platinum Boarder


cron