• Resolved indrabhusanroy

    (@indrabhusanroy)


    Hi,

    In the Account page, the menus present in left hand are—Dashboard, posts, Edit profile, subscription, billing Address, Submit posts.

    I want to rearrange this menu so that after Dashboard comes Submit posts and the rest remains in the same order.

    Can you please help me to re-arrange this.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Saiful Islam

    (@saifislam01)

    Hi @indrabhusanroy,

    How to re-arrange Dashboard, Posts, Edit profile, Subscription, Billing Address, and Submit posts.?

    Right now, it is not possible by default to re-arrange Dashboard, Posts, Edit profile, Subscription, Billing Address, and Submit posts.

    To re-arrange the menus, you need to customize the plugin.

    Hope you understand.

    Cheers!

    Thread Starter indrabhusanroy

    (@indrabhusanroy)

    Hi, can you tell me where exactly this code is like which page and line no e.t.c, so that I can customize it.

    Regards.

    Plugin Support Saiful Islam

    (@saifislam01)

    Hi @indrabhusanroy,

    To re-arrange the Dashboard, Posts, Edit profile, Subscription, Billing Address, and Submit post menus item, you need to customize the following templates:

    wp-content/plugins/wp-user-frontend/templates/dashboard

    Hope this information will help.

    Cheers!

    Thread Starter indrabhusanroy

    (@indrabhusanroy)

    Hi, this location: wp-content/plugins/wp-user-frontend/templates/dashboard–shows individual elements. I’m looking for the wpuf-dashboard-navigation so that I can re-arrange the menus listed there like Dashboard, Posts, submit post.

    So can you help with the location of wpuf-dashboard-navigation.

    Thanks.

    Plugin Support Saiful Islam

    (@saifislam01)

    Hi @indrabhusanroy,

    To re-arrange the menus from the frontend, you need to customize the following templates:

    wp-content/plugins/wp-user-frontend/class/frontend-account.php

    Hope this helps.

    Cheers!

    @indrabhusanroy If you want to keep the plug-in up to date, you shouldn’t modify its files directly. You can achieve what you want using CSS. Use display: flex; and flex-direction: column; on the wrapper element, and then set each menu item’s order with order: 1;, order: 2;, etc. So, if it’s a list, the ul would be the wrapper and the li‘s would be the items to order.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Rearrange menu in Account Page’ is closed to new replies.