Home > WordPress Menubar > Menubar 4.2 and Superfish

Menubar 4.2 and Superfish

October 25th, 2009 Leave a comment Go to comments

WordPress Menubar 4.2 adds support for the FORCE_SSL_ADMIN mode (defining FORCE_SSL_ADMIN in wp-config.php makes WordPress require HTTPS for the backend). Thanks to David for the bug report and the beta testing!

The 4.2 version also supports the new Superfish template. Superfish is a jQuery menu plugin, written by Joel Birch, that improves a Suckerfish menu in many ways.

The Superfish template for Menubar 4.2 integrates Superfish to offer a dropdown menu with two much requested enhancements: first, adds a delay on mouseout before hiding the sub-menus, to be more forgiving of mouse movement errors, and second, indicates the presence of sub-menus by adding arrow images to the relevant menu items.

Superfish also adds animation of sub-menu reveal, and drop shadows for sub-menus in capable browsers (not IE6).

Other improvements: long menu names are not truncated, menu items can be right aligned specifying the class name right in the CSS class field, and four different color variations are available (red, yellow, green, blue); and, as usual, you can customize the template CSS according to your needs.

Menubar 4.2 is available in the WordPress Plugin Directory. To preview the new Superfish template you can visit the WP Menubar demo site, and to download it you can visit the template Download page.

Categories: WordPress Menubar
  1. October 27th, 2009 at 09:29 | #816

    Just discovered this and now starting to play with it on a client site. Seems great so far – many thanks for sharing with the WordPress community.

    Quick question: I’m using the Superfish template, and I want my own colours. If I add a new CSS file (by copying ssf-blue.css to “mynew.css”, do I have to rename all instances of ssf-blue in the class names to “mynew”?

  2. October 27th, 2009 at 11:51 | #817

    Hello ZigPress,

    you are right, the class name must match the CSS file name. Of course you could just edit an existing CSS file, and change the colors.

    Thank you for using Menubar!

  3. October 27th, 2009 at 17:09 | #818

    Brilliant, thanks. It’s really coming together nicely. When it’s launched (December or January) I’ll send you the URL.

    One further question: I’m using a really light coloured background, and I need my submenu indicator arrows to be a dark colour.

    But when I open arrows-ffffff.png in Paint Shop Pro to make the triangles darker, it’s just a big white rectangle (no transparency)… can you give me some advice (or better still, an image URL)?

  4. October 27th, 2009 at 17:40 | #819

    I’m sorry ZigPress, but the arrows magic is part of the Superfish jQuery plugin I integrated, I’m afraid I can’t help. Anyway I think the arrows-ffffff.png image is 100% transparent, and the arrows in it are white or translucent white. Maybe try a different image editor?

  5. October 28th, 2009 at 16:00 | #820

    I’m new to Menubar. I just installed it today and I have some problems. When I select Page: A static page – it still just puts it as type PageTree!

    Also the menu goes behind my content text so it’s not visible beyond one entry down.

  6. October 28th, 2009 at 18:13 | #821

    Hello Barry,

    only when you select All Pages in the Page dropdown, a Page type becomes a PageTree type. For the menu behind content issue, I think that’s a CSS problem, if you send me your URL I can try and find a solution. Please let me know!

  7. October 28th, 2009 at 19:57 | #822

    Hi Andrea.
    thanks for your reply. I found the problem, it was a css issue. I’m using Artisteer created theme. I edited the header.php file and included the wp_menubar code within a div and it sorted the problem, not 100% sure why as I’m not much of a coder – I’d imagine it’s applying the artisteer class art-nav settings which make it come to the forefront.

    Two other questions.

    1. I’d like to be able to keep most of the look of my artisteer menu – particularly the style of the tabs, can this be done?

    2. What I really like about menubar is having a non clickable item as a heading. Is it possible to get the code for this part only?

  8. October 28th, 2009 at 20:24 | #823

    Hi Andrea.
    On my last point. I’ve added the Superfish ssf-blue.css to my live site http://www.makingapokerwebsite.com . Though it’s a very nice menu and I really love the non clickable item About, I don’t think the look fits in totally with the site. Any ideas you might have for it to blend in better with the site, I’d be glad to hear.
    Cheers,
    barry.

  9. October 29th, 2009 at 00:31 | #824

    Hi Barry,

    I’m working on integrating Menubar with Artisteer themes, keeping the looks of the Artisteer menu and the configurability of Menubar. If you wish you could be a beta tester!

  10. October 29th, 2009 at 10:50 | #825

    Yeah that would be great Andrea :D

  11. November 1st, 2009 at 11:41 | #827

    Yippee, that beta works andrea. Great work :D

  12. January 3rd, 2010 at 14:57 | #828

    Hi Andrea,
    I’m using menubar with suckerfish (I altered the colors) menu on a new site of mine http://www.barryocallaghan.com . Once again the submenu (Poker Strategy dropdown) is appearing behind the main content in IE7, also IE8 in IE7 compatability mode, but this time I can’t seem to fix the problem. any ideas please?
    Thanks,
    Barry.

  13. January 6th, 2010 at 00:16 | #829

    Hi Barry,

    it looks like there is a known IE7 problem here. I tried searching for “IE dropdown behind content” and found many results, but I’ve not been able to find a working fix. Still trying!

  14. January 6th, 2010 at 12:23 | #830

    Hi Andrea,
    There is a very easy fix. I got it last night on my theme’s forum http://www.pagelines.com/forum/topic.php?id=332 from its creator. It involves a simple change to the menubar-template – in my case that’s the file ssf-red.css and you just need to add one line

    .ssf-red-wrap {position:relative; z-index: 50;}

    While we’re on this topic is there a way to get the dropdown to be the same width as its parent?

  15. January 6th, 2010 at 15:30 | #831

    Hi Barry,

    thank you for the fix! I’m going to add it to the Superfish templates.

    To change the width of the dropdown, you can follow the instructions in http://www.dontdream.it/superfish-questions-answers but you’ll get the same new width for all the dropdowns, they won’t be matching the width of each parent item.

    Thanks again for your feedback!

  16. January 29th, 2010 at 18:34 | #832

    First, thank you… this is brilliant! I was wondering if you might have any plans to port the nav-bar style Superfish menu to work with Menubar… I could really use it, and would be quite happy to make a donation to see it happen :) . Any thoughts?

    http://users.tpg.com.au/j_birch/plugins/superfish/#sample4

    (4th tab)

    Thanks again so much!

  17. January 29th, 2010 at 23:59 | #833

    Hi Mick,

    the Superfish navbar is a much requested feature, and I hope I’ll be able to release it soon. Please stay tuned!

  1. No trackbacks yet.

Spam Protection by WP-SpamFree