[SOLVED] Menu Separator and CSS footer fix

August '08 Joomla Templates
GK User
Sat Sep 27, 2008 3:49 pm
Hi,

http://7211.go-justkid-ding.be/


Hi,

I'm confronted with two errors when using Aumi:

1. When setting up submenu's by using a separator, the name of the separator is showed on a different vertical posititon in the topmenu. Also the submenu isn't showed correctly and cannot be clicked.

You can see this on the right side of the topmenu. I created a menu-item (separator) "test" with a submenu-item "test2".

2. When I disable the Aumi Style switcher in the footer, the lay-out is not correct anymore.

For example, in this case the word 'Template" is showed on the right side and the word "Design" is showed on the left side of the footer.

Can you please tell me how I can fix these two errors or can you place an Aumi-update online please?

Thanks in advance.

Best Regards,

Stoffel
User avatar
Fresh Boarder

GK User
Tue Sep 30, 2008 9:51 am
Hi

Just give me some minutes and i will try to fix this.

Cheers
User avatar
Platinum Boarder

GK User
Tue Sep 30, 2008 11:11 am
OK. Thanks in advance.
User avatar
Fresh Boarder

GK User
Tue Sep 30, 2008 10:00 pm
Hi

Sorry about the delay.

For the separator fix, do this steps:

Open the suckerfish.css file on the gk_aumi/css/...
and add this code:

Code: Select all
span.topdaddy {
height: 51px;
line-height: 51px;
padding: 0 10px;
}

span.topdaddy:hover {
background: transparent url('../images/menu_bullet.png') no-repeat bottom;
}


Open the style1.css in same folder and add:

Code: Select all
span.topdaddy:hover {
color: #3491D3 !important;
}


Open style2.css and add:

Code: Select all
span.topdaddy:hover {
color: #e3851f !important;
}


Open style3.css and add:

Code: Select all
span.topdaddy:hover {
color: #89bb28 !important;
}


That should fix it.

About the other problem, let see...

Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Sep 30, 2008 10:53 pm
OK

So, the other error can be fix doing this:

Open the template_css.css file on /gk_aumi/css/...
and add this code:

Code: Select all
#copyright {
width: 93%;
float: left;
}


On the same folder, open the ie7.css file and add this code:

Code: Select all
#copyright {
margin-top:-10px!important;
}


Done !

thanks for the bugs notices.

We will upgrade soon the files with this fix.


Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Oct 01, 2008 3:59 pm
THANKS!
:)

Best regards,

Christophe
User avatar
Fresh Boarder

GK User
Fri Oct 03, 2008 10:45 pm
Testsite: http://lacasa.go-justkid-ding.be/

Hello,

I changed the code as suggested but one issue/bug still remains...

I cannot click/choose any of the submenu-items of (in this case) the topmenu-item "Aanbod" on the right site of the topmenu ...

Can you please post the code to fix this issue/bug?

Thanks in advance.

Best regards,

Stoffel
User avatar
Fresh Boarder

GK User
Sun Oct 05, 2008 9:44 pm
Hi again

Try replacing this code:

Code: Select all
span.topdaddy {
height: 51px;
line-height: 51px;
padding: 0 10px;
}



with this:

Code: Select all
span.topdaddy {
height: 51px!important;
line-height: 51px!important;
padding: 0 10px;
}


I didn't test this, but i think this will work.

Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Oct 15, 2008 9:51 am
THANKS!

Solved

Best regards,

Stoffel
User avatar
Fresh Boarder

jam900blue
Tue Jan 27, 2009 10:07 pm
Hi i have tried this solution and others for the past 2 hours and still cannot fix it! Can anyone post the actuall updated CSS files? Thanks
User avatar


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.