awesomemotive / one-click-demo-import

One Click Demo Import plugin
https://www.awesomemotive.com/
195 stars 83 forks source link

max mega menu #255

Closed yash19070 closed 2 years ago

yash19070 commented 2 years ago

hello i develop custom WordPress theme and using wp max mega menu plugin when importing demo data with ocdi its fine but not importing mega menu data and settings also is there any hook or tweak available

thank you

capuderg commented 2 years ago

Hi @yash19070,

you'll have to import your mega menu settings after the demo import is finished. Please read our docs for after import hook.

So, using the ocdi/after_import hook, you should execute the mega menu settings configuration.

Note: imported menu items will most probably have different IDs than your original demo site, so keep that in mind if you have to select and configure some menus based on the ID. It's best to use get_term_by to get the menu object and get the ID from it. Just like we show in the example in the doc page linked above.