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é
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