Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Can you please do this and let me know. Please do to wp admin dashboard | Frontend dashboard |Status | Bottom of the screen you can find an option table. In that please delete fed_sort_menu. You can see all the menus in the dashboard then you can sort it.

    Thread Starter jean44000

    (@jean44000)

    I do not have fed_sort_menu

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Please update the Frontend Dashboard to version 1.4.2 and then please go to WP Admin | Frontend Dashboard | Status | Delete the Options | Delete “fed_admin_menu_sort” and then you can sort the items.

    Thread Starter jean44000

    (@jean44000)

    I updated 1.4.2
    ? I do not have “fed_admin_menu_sort”
    and still no menu

    Thread Starter jean44000

    (@jean44000)

    my username and password is the same as last time
    comite-kermesse-ndl.fr

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Your issue is fixed in your website. I will update the plugin later. You can check and share feedback if any ??

    Modified Code : Frontend-dashboard | admin | function-admin.php Line 2414

    Code:

    From
    return $user ? $user->roles[0] : false;

    To
    return $user ? reset($user->roles) : false;

    Thread Starter jean44000

    (@jean44000)

    thank you.
    I changed function.php from custom post to translate the notes. You want it ?

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Oh. What you have changed ? Yes please share it to [email protected]

    Thread Starter jean44000

    (@jean44000)

    fed_show_help_message( array( ‘content’ =>

    to be able to translate them

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘user dashboard menu’ is closed to new replies.