| 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, 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. $tech_acc_color
to: $tech_nav_ul_bg_color
which fixed the menu background color. #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. |
You must be logged in to reply to this topic.
