• Resolved Yorick Brown

    (@ybrown)


    This plugin is doing a great job exporting and importing menus with nested items and classes, but it seems to be returning an empty description field. Please let me know if you need more details.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Akshay Menariya

    (@akshay-menariya)

    Hi @ybrown ,

    Thanks for letting me know the issue. i will check it and update you soon on this.

    Thanks,
    Akshay Menariya

    Hi @ybrown and @akshay-menariya,
    If you want the description field to be imported, you can add the following lines to the DspExportImportModel.php file3
    These lines are to be inserted just after line 192.
    if(!empty($post->post_content)) {
    $custom_post_meta[‘menu-item-description’] = $post->post_content;
    }
    In my case this allowed me to integrate the description of my menus.
    I hope you find this useful, although it may not be the best solution.
    Thanks.
    Hervé

    Plugin Author Akshay Menariya

    (@akshay-menariya)

    Hi @ybrown and @herveh2c ,

    We have added the Menu description field in yesterday release. Please update the plugin to the latest version i.e 1.6.0 version to fix the menu description issue.

    Thanks,
    Akshay Menariya

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not exporting menu description fields’ is closed to new replies.