solohelp1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CSS Dropdown Navigation MenuAnd just for anybody that stumbles on this later…
Edit wp-includes/template-functions-post.php
around line 326 comment out or replace
$output .= ‘<li class="pagenav">’ . $r[’title_li’] . ‘
<ul>’;<br />
with
$output .= '<ul id="udm" class="udm">';To use this with UDM4. http://www.udm4.com NOT FREE but a kick ass dynamic degradable accessable menu.
Forum: Fixing WordPress
In reply to: CSS Dropdown Navigation MenuNope got it.
Thanks!Nice to see an active, helpful forum.
Forum: Fixing WordPress
In reply to: CSS Dropdown Navigation MenuOh I remeber why I didn’t use them.
They dont validate as xtml. I’m trying to be anal about it. Maybe if I include the JS instead of embeding it in the page… Well see.Forum: Fixing WordPress
In reply to: CSS Dropdown Navigation MenuYUP!!!!
Where the h%#$@ did you find it. I’m pretty good at searching…
“I feel like I’m taking CRAZY PILLS”
Thanks A TON. I was starting to get annoyed. 😉
Forum: Fixing WordPress
In reply to: CSS Dropdown Navigation Menunah-
That one is cool though. I’d use UDM4 if I can’t find this one I saw before. It was already half a plugin.. I’d have to seriously tinker to get the one above to work, which is why I haven’t been using UDM4 yet.