• Resolved inewton24

    (@inewton24)


    First of all – this is so useful plugin for complicated websites, thank you so much! I have one bug when i am using Admin Menu Editor plugin. I add new and rearrange other plugins pages. When i turn on Admin Menu Editor plugin there is my order of menu items, but no disabled by FDP plugins pages. I think FDP internal cache is incompatible with Admin Menu Editor plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author Jose

    (@giuse)

    Hi @inewton24, many thanks to you!
    FDP needs to show the menu from the cache, in another case you would not see all those menu items added by the plugins that are disabled in the backend.
    You can by-pass the FDP cache by adding this line of code in wp-config.php before the comment “/* That’s all, stop editing! Happy publishing. */”:

    define( 'FDP_SHOW_ADMIN_MENU_DISABLED_PLUGINS', false );

    If Admin Menu Editor has its cache, it can work, but be sure Admin Menu Editor builds the cache after visiting a backend page where you have all the plugins active, because probably it doesn’t take into account some plugins are disabled in the backend.

    I hope it helps

    Have a great day!

    Jose

Viewing 1 replies (of 1 total)
  • The topic ‘Bug with Admin Menu editor’ is closed to new replies.