• Resolved eastrivercotton

    (@eastrivercotton)


    Hello,
    I attempted to fully uninstall and re-install the latest Responsive Menu by both deleting the plugin and REMOVING THE RESPONSIVE MENU TABLE IN mySQL.

    Re-installing the latest RM did not recreate the table and the RM Settings dashboard tab is broken.

    Is there a fix for this, short of resorting to backups? Unfortunately, I was a dummy and did not back up the DB before attempting this.

    thanks,
    -Andy

    https://ww.wp.xz.cn/plugins/responsive-menu/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey Andy,

    You also need to remove the “RMVer” option from the wp_options table as this determines whether you have version 3 installed or not.

    Let me know if that still doesnt work.

    All the best

    Thread Starter eastrivercotton

    (@eastrivercotton)

    THANK YOU for the response.

    I installed the RM plugin in a fresh WP install and copied the newly created DB into the current WP DB. This fixed the problem I was having.

    Another problem I was having was that the old PHP shortcode worked like this:
    do_shortcode('[responsive_menu]');

    While the updated PHP required this (as I found in the documentation linked in the settings):
    echo do_shortcode('[responsive_menu]');

    Sorry that I can not check if the solution works, but hopefully this will help someone else at some point.

    best,
    Andy

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey Andy,

    You are more than welcome, as you said hopefully it will help others in future!

    It is better practise to have to echo the shortcode as in the new example as that way you can save the output to a variable to display or edit etc. for later use.

    Hope you enjoy it!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uninstall / Reinstall’ is closed to new replies.