Tagged Questions
2
votes
1answer
203 views
Make compatible custom menu widget for Twitter Bootstrap
If I configure wp_nav_menu function, I can put the "items_wrap" option to achieve a nice navigation given by Twitter Bootstrap, thus: <ul class="nav nav-pills">%3$s</ul>. But, how to ...
0
votes
1answer
172 views
How to Modify a Widgets UL and/or LI Classes
Im attempting to use twitter UL styles on a custom menu widget.
For example, in BootStrap they have a Nav List Style for UL's
<ul class="nav nav-list">
<li class="nav-header">List ...
0
votes
1answer
42 views
when editing a widget, all previously made options are gone [closed]
here's what 's happening: The widget I'm building is rendering a title, a body and some buttons bellow it. The user can change the title, the body, the label and the link of each button.
When the user ...