• Resolved stevec0023

    (@stevec0023)


    Hi

    Is there a way that the left hand menu on the Event Dashboard page can be re-ordered?

    I’ve looked into the template that creates this menu in the core plugin, but this only allows for the core menu items to be moved about. I have ALL of the Addons installed and when this is the case, the order of the menu items is rather messy.

    I’m looking to understand how to re-order these items to the order I want them in.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Rita Kikani

    (@kikanirita)

    Hi stevec0023,

    to customize event-dashboard left hand menu for front-end, you need to customize event-dashboard.php file at your theme side, you can get idea about how to override template file from : https://wp-eventmanager.com/knowledge-base/template-files-override/

    Then at your theme side event-dashboard.php file, you need to re-order $menus variable(which is array of your dashboard) by programmatically like asc-order or as per your choice order after $menus = apply_filters(‘wpem_dashboard_menu’, $menus); line.

    I hope your issue would be resolve as per given guidance, if you have further query then please continue in this thread.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Event Dashboard Menu Order’ is closed to new replies.