• Resolved oneguy

    (@oneguy)


    Hi There
    I’m using twenty13 and Avada for my website.
    Avada is using the the main menu but twenty13 doesn’t for some reason.

    I tried registering 2 menus in my avada ( which is the main theme )

    This is my avada function php file –

    register_nav_menu(‘main_navigation’, ‘Main Navigation’);
    register_nav_menu(‘main_main_navigation’, ‘Main Main Navigation’);

    This is my twety13 function file
    register_nav_menu(‘main_main_navigation’, ‘Main Main Navigation’, ‘twentythirteen’);

    and this is my call for the menu in the twenty13 page –
    <?php wp_nav_menu(array(‘theme_location’ => ‘main_main_navigation’, ‘depth’ => 4, ‘menu_class’ => ‘nav-menu’ , ‘container’ => false, ‘menu_id’ => ‘nav’));

    But nothing seems to work…

    If you need my login I think it will be easier…

    tHANKS

    guY

    http://wordpress.org/plugins/jonradio-multiple-themes/

Viewing 2 replies - 1 through 2 (of 2 total)
  • As the FAQ entitled “How do I change the Theme Options (Widgets, Sidebars, Menus, Background, Header, etc.) used for each Theme?” implies, the plugin does not, and cannot, control Menus. http://wordpress.org/plugins/jonradio-multiple-themes/faq/

    I think the support for this issue will have to come from the Avada side, as they don’t list compatibility with this or any other plugin that provides multiple themes. Here is the place to start: http://theme-fusion.com/support/

    They, at least, have on-going access to this and future versions of my plugin, as it is Open Source. But I do not have (legal) access to the source code of their Theme as it is a Paid Theme. The “Will this plugin work with Paid Themes?” item in the above mentioned FAQ page for this plugin explains the challenge I face in more detail.

    If all else fails, you may want to consider using a WordPress Network (Multi-site) to create two WordPress sites that look like one web site, each WordPress site having only one Theme, which would solve your problem by eliminating multiple themes conflicts, and this plugin.

    Thread Starter oneguy

    (@oneguy)

    Thanks a lot for the elaborate answer…
    I will dig into it.
    Guy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Same Menu for different themes’ is closed to new replies.