• Resolved DeoThemes

    (@deothemes)


    On my Localhost installation I have 3 menus assigned to the specific term ID’s. Example:

    Footer Menu (solutions) – (ID 24)
    Footer Menu (resources) – (ID 23)
    Main Menu – (ID 25)
    After exporting XML file and importing it in the production demo the ID’s are changing:

    Footer Menu (solutions) – (ID 63)
    Footer Menu (resources) – (ID 62)
    Main Menu – (ID 64)
    After some experiments I found that after activating WooCommerce plugin on a clean installation it creates rows in the wp_terms table and writes it’s data to these ID’s:

    simple (ID 23)
    grouped (ID 24)
    variable (ID 25)
    etc.

    So the menus in my widgets are not assigning to the proper ID’s since ID is different.
    How to prevent this bug?

    Thanks

  • The topic ‘Menus import issue’ is closed to new replies.