Menu Problems

HomeForumsTechozoicMenu Problems

This topic has 3 voices, contains 4 replies, and was last updated by  ThorsDad 369 days ago.

Viewing 5 posts - 1 through 5 (of 5 total)
Author Posts
Author Posts
May 5, 2011 at 11:43 am #1523

ThorsDad

First let me say that I am fairly new to WordPress and so far have been sticking to themes like Twenty Ten. I just came across your Techozoic theme and am blown away as to how versatile it is.

I’ve been having menu problems since I first installed the theme. I’m using the built in WordPress menu widget. The dropdown menu didn’t work and the font/background colors on the custom menu items were wrong.

To fix the dropdown menu problem I added:

/*************************************
Nav Menus
*************************************/

#dropdown li:hover ul,
#dropdown li li:hover ul,
#dropdown li li li:hover ul,
#dropdown li li li li:hover ul,
.menu li:hover ul,
.menu li li:hover ul,
.menu li li li:hover ul,
.menu li li li li:hover ul {
display:block;
}

to the Custom CSS box in the Style Settings section. That got the drop downs working.

To fix the colors on the custom menu items I edited the css-build.php file.
On line 292 I changed:

$tech_acc_color

to:

$tech_nav_ul_bg_color

which fixed the menu background color.
On line 301 I changed:

#f7f7f7

to:

{$tech_acc_color}

which fixed the menu font color.

Honestly I don’t really know what I am doing but my hacks seemed to have fixed my problems. Is there a better way to go about this?

May 9, 2011 at 10:31 am #1524

gotskov

Thanks for posting this, just what i needed :)

May 11, 2011 at 8:07 am #1525

ThorsDad

Glad to help. I love this theme but the broken menus were a deal-breaker until I got them fixed.

Stuffing new CSS into the Custom CSS box seems like a band-aide fix to me. I wish I knew how to do a proper fix. Hopefully someone will come along and show us how to do a proper fix.

May 13, 2011 at 9:24 am #1526

Jeremy Clark

It will be fixed in the next version. Thanks for the report and for posting the temporary fix.

May 13, 2011 at 11:03 am #1527

ThorsDad

Looking forward to the next version.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.