What was would I use to display the menu items side by side on smaller screens? I would like it to look like the menu on this website:
]]>Replace:
$this->WP_Widget
With:
parent::__construct
In each of the nine files.
Regards,
Bill
Hello Tracey,
Is it possible to build in a way, so we can extend the wp_nav?
In other words, can we extend the function widget and replace the wp_nav with a custom one:
wp_nav_menu( array(
'menu' => '',
'container' => false,
'fallback_cb' => false,
'items_wrap' => '%3$s',
'depth' => 0,
'walker' => new my_page_menu
) );
This would be awesome.
]]>Hi
I was using a different widget for menus but it looks like its not being developed anymore. Tried yours and it works great, I did have the other one inserted into the php using do_shortcode, this is what I was using
<?php echo do_shortcode('[advMenu nav_menu="submenu"]'); ?>
Is there a way of doing this with your widget as I can’t seem to get it working.
Thanks.
]]>When adding a page to the menu, there is an option for a “Title Attribute”. I’m assuming this would allow me to indicate that this menu item should be BOLD or ITALIC, but none of the known HTML attributes work here…am I not using the right attribute possibly?
]]>Hello !
When I create a “better menu” in my sidebar, it doesn t add a theme location in EDIT MENU > MENU SETTINGS > THEME LOCATIONS. I need it to translate my better menus with “Polylang”. With this plugin each menu has to be link to a theme location for each language.
Not sure I m clear… Don t hesitate to ask me some questions.
Thanks in advance!
]]>I have no setting are for this plugin and when I go to custom menus in the widgets page it is just the same old standard WP options
]]>I had to disable this plugin because it caused random white screens, without any output, without errors, or debug information of any kind.
It happened both in the frontend and in the wp-admin, when loading any kind of page, saving a post, listing pages, saving menus, etc. In average, every 5-7 times I performed any operation that loaded a page, it just returned a white page.
I spent a long time enabling and disabling plugins until I confirmed it was this one the culprit. It happened in 4.01 and also in 4. I’m sorry I can’t give more useful information. This is all I have.
Thank you
]]>Could you add support for multiple css classes? This would be super handy for mimicking the styling of other menus in my theme without adding more css to the page. Thanks!
]]>Hi Tracy,
Would you be so kind to let me know how can I make flyout menus in the sidebar?
I have troubles with this for days… ??
Thank you so much!
]]>Hi Tracy.
Just a couple of CSS questions.
Is it possible to get rid of the ul bullet points?
Also, how do I change the font size & font type?
Thanks!
]]>Awesome plugin!
Can you please tell me how to set up the css, to get the same look on the menu that you have on your “screenshot”-page.
/Cirtap
]]>Someone set up my blog for me using your widget, but I would like to increase the font size. I am assuming I would do it in the custom CSS, but I am not an expert in this, so not sure how to do it. I have been “playing” with making adjustments in the custom CSS, so I am not worried about making a mistake, as I feel comfortable undoing anything I do wrong ;). But, I am not a programer, and don’t know what sort of code to add to it modify the ‘sub-menu’ (?).
PS What I have now in custom CSS is:
.menu {
display: none !important;
}
Thanks.
]]>allow me to add pictures to the menu?
Hi
I would love to have some rather large pictures on my menu, say 100×100 px. Can Better Menu Widget do this for me?
Kind regards J;-)
]]>