FrankM1 / radium-one-click-demo-install

Once Click Install for Wordpress
Other
114 stars 65 forks source link

Widgets import not working + menus does not set after import. #1

Closed Codevz closed 9 years ago

Codevz commented 10 years ago

Hello,

Thanks for this plugin, i tried now and i changed files with my theme files (xml,json,txt) also i've set menus, but after clicking on import = just content.xml imported and nothing else.

also this is my menu codes:

$top_menu = get_term_by('onepage', 'One-page menu', 'nav_menu'); $main_menu = get_term_by('primary', 'Primary menu', 'nav_menu'); $footer_menu = get_term_by('footer', 'Footer menu', 'nav_menu');

set_theme_mod( 'nav_menu_locations', array( 'onepage' => $top_menu->term_id, 'primary' => $main_menu->term_id, 'footer' => $footer_menu->term_id ) );

any help on this ?

FrankM1 commented 10 years ago

Hi,

The import failed because it could not proceed past the theme options step. Your menu setup is actually ok and would have imported if it had gotten there. I've been testing with option tree and hopefully I'll have something working soon.

Codevz commented 10 years ago

Cool! Thanks Frank, i'm waiting for your update.