Is there anyway to specify which menus have the Superfish functionality and which do not? I'm using 'wp_page_menu' to generate the menu for a Thematic child template and really need only one menu to have a drop-down. Please advise.
ThemeShaper Forums » Thematic
Superfish menu default for wp_page_menu
(4 posts)-
Posted 13 years ago #
-
Hi,
Superfish has nothing to do with the drop-down. It's only responsible for the bells and whistles. The drop-down is controlled by the CSS.
Chris
Posted 13 years ago # -
Hi Chris,
I thought the same thing, and correct me if I'm wrong, but it seems that when I use the 'wp_page_menu' to generate a menu, Thematic adds the following classes to the
- :
"sf-menu sf-js-enabled"
And I believe that is what is generating the drop-down function for then generated menu not the style. Which, like I said, is fine for one of my menus, but not the other. Is there anyway to override these class additions without deactivating the sf-menu function altogether?
Does that make any sense?
Thanks
Posted 13 years ago # -
Nevermind, I just used the 'wp_list_pages' call and it fixed the issue... thx!
Posted 13 years ago #
Topic Closed
This topic has been closed to new replies.