This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

User Dropdown Menu

विवरण

Features

  • Build your menu from the standard interface and assign it to User Dropdown Menu
  • All settings found in your Theme Customizer
  • Option to change the default icon image
  • Option to display login form that is customizable
  • Option to display header above login form
  • Option to display current username in menu
  • Option to display header above username
  • Option to display logout link
  • Lots of more options when it comes to styling

Are you missing an option? Head over to https://github.com/sagaio/user-dropdown-menu and submit an issue.

स्क्रिनसटहरू

  • Default settings while logged in with the exception of 2 menu links added (Test, Demo) and menu content aligned left.
  • Default settings while logged out.

स्थापना

From your WordPress dashboard

Visit ‘Plugins > Add New’
Search for and download ‘User Dropdown Menu’
Activate User Dropdown Menu from your Plugins page.

From other sources

Download User Dropdown Menu.
Upload the ‘user-dropdown-menu’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
Activate User Dropdown Menu from your Plugins page.

प्रश्नोत्तर

How do I use it?

Through a shortcode: [user_dropdown_menu]

How do I configure it?

All settings can be found in the Theme Customizer

Which icons are available?

For the moment being, only 1 icon is available and is loaded as a .png image. If you’d like more icons, submit them as an issue in the github repo: https://github.com/sagaio/user-dropdown-menu.
You can also add your own icon images.

I have an idea / I found a bug

Create an issue at github: https://github.com/sagaio/user-dropdown-menu

I need help

Start a topic in the support section

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“User Dropdown Menu” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

1.1.0

2016-12-07

  • Fix: Added some internationalization
  • Fix: Added text-domain to enable translations
  • Removed: Removed placeholder functionality
  • Fix: Default colors for login button are now correctly displayed

1.0.7

2016-12-05

  • Fix: Menu container location was not respected when logged out

1.0.6

2016-11-19

  • Fix: Readme markup

1.0.5

2016-11-17

  • New: Choose at what side the dropdown content shall appear (right / left)
  • New: Control margin of the icon
  • New: Set dropdown content width
  • New: Set alignment (text-align left/center/right) of username and user header
  • New: Set line-height of user header and user text
  • New: Choose to display border-bottom for username (same settings as menu item border)
  • Fix: Set line-height of menu items
  • Fix: Refactor get_option statements
  • Fix: Readme markup

1.0.4

2016-11-17

  • New: Choose at what side the dropdown content shall appear (right / left)
  • New: Control margin of the icon
  • New: Set dropdown content width
  • New: Set alignment (text-align left/center/right) of username and user header
  • New: Set line-height of user header and user text
  • New: Choose to display border-bottom for username (same settings as menu item border)
  • Fix: Set line-height of menu items
  • Fix: Refactor get_option statements
  • Fix: Border bottom of menu items now appear more accurate

1.0.3

2016-11-17

  • Fix: CSS for outer and inner wrapper

1.0.2

2016-11-17

  • Fix: Shortcode was using echo and is now using return instead.
  • Fix: Position of inner wrapper changed to relative to contain dropdown menu.
  • Update: #sagaio-udm-menu-wrapper changed name to #sagaio-udm-menu-inner-wrapper.
  • New: Added outer wrapper and options for configuring its position, id: #sagaio-udm-menu-wrapper.

1.0.1

2016-11-14

  • Fix: Typo in “`

<

div class=”sagaio-udm-menu-header”>.
* New: Options for configuring the login header, class:
.sagaio-udm-menu-header“`.

1.0.0

2016-11-14

  • First beta release