You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Hello,
I followed these instructions to add buttons in the top bar:
/**
* Add support for buttons in the top-bar menu:
* 1) In WordPress admin, go to Apperance -> Menus.
* 2) Click 'Screen Options' from the top panel and enable 'CSS CLasses' and 'Link Relationship (XFN)'
* 3) On your menu item, type 'has-form' in the CSS-classes field. Type 'button' in the XFN field
* 4) Save Menu. Your menu item will now appear as a button in your top-menu
*/
The first button (second to last menu item) had rel="button" and class="button" applied properly, but the second button (last menu item) doesn't get class="button".
Hello,
I followed these instructions to add buttons in the top bar:
The first button (second to last menu item) had rel="button" and class="button" applied properly, but the second button (last menu item) doesn't get class="button".
If I change the order of the buttons in the menu, the second to last menu item always has the button class.
Do you know what could be causing this? Let me know if there's any additional information I can provide.
Thanks!
The text was updated successfully, but these errors were encountered: