Corporate 2 tooltip

GK User
Sun Jul 11, 2010 4:24 pm
How to add logo tooltip on corporate 2 template, and how to control the dropdown of megamenu. I dont want the sublevel of the megamenu off page, just like the "Information" section of our site. Is it possible to make its direction to the left (sublevels)?

site: http://123egypttours.com/

Thanks in advance..
User avatar
Junior Boarder

teitbite
Mon Jul 12, 2010 12:44 pm
Hi

Please send me joomla panel acces so I will try to change the direction of showing submenus.

Please tell me also what do You mean by this logo for tools.
User avatar
Moderator

GK User
Tue Jul 13, 2010 3:26 pm
Could it be possible you can teach me how without giving you access of the joomla panel :( ? It is for security issues. Also about the logo thing, just forget it. Please help me on mega menu submenus direction.

Thanks. :)
User avatar
Junior Boarder

teitbite
Wed Jul 14, 2010 10:48 am
Hi

Ok. Please tell me which type of menu are You using.
User avatar
Moderator

GK User
Sat Jul 17, 2010 3:36 am
I am using the megamenu..

BTW, Sir is there a way on how to speed-up the page loading of our site? The site loads many images from the template that I did not use. Is there any way on how to stop them from loading if they are not in use?

site = http://123egypttours.com/

Test url from pingdom

http://tools.pingdom.com/?url=http://12 ... &save=true
User avatar
Junior Boarder

teitbite
Mon Jul 19, 2010 2:40 pm
Hi

For the menu please try firstly to change in templates/gk_partyfreak/js/menu/mega.js

the line 46:

Code: Select all
         rtl: 0, //right to left mode


If this will not give You the wanted thing You will need to change in whole this file "left" to "right" (it's just an idea too). Please try it.
User avatar
Moderator

GK User
Fri Jul 23, 2010 4:04 am
Sir It did not work... :(
User avatar
Junior Boarder

teitbite
Fri Jul 23, 2010 2:03 pm
Hi

Yes I was intrested if this work too :) The code doesn't look like it should. Please send me ftp access details to Your site.


Your site loads pretty fast. The only thing stopping it for a while is Google Analitict, but it's just that way always.
User avatar
Moderator

teitbite
Mon Jul 26, 2010 9:31 pm
Hi

I couldn't catch You on Skype since our last talk. Please tell me what type of menu are You using. My changes done for megamenu has no effect.
User avatar
Moderator

GK User
Wed Jul 28, 2010 4:12 am
I am using mega menu
User avatar
Junior Boarder

teitbite
Thu Jul 29, 2010 2:29 pm
Hi

Ok. We did solve this during the Skype talk :)

With this code:

Code: Select all
#gk-nav ul.level0 > li, #gk-nav #gk-cssmenu > li, #gk-nav #gk-splitmenu > ul > li, #gk-nav #gksdl-mainnav > ul > li {
   position:relative;
}

#gk-nav ul.level0 > li.last > div.childcontent {
   position:absolute;
   right:11px !important;
}

#gk-nav ul.level0 > li.last li div.childcontent {
   position:absolute;
   right:200px !important;
}



and couple of changes in mega.js file, but the code above should work for most people.
User avatar
Moderator


cron