Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #212025

    Hi guys,

    I cannot create a menu in a subdomain MS WP install and Enfold Version 2.4.5

    The WP menu system works perfectly in the main site but not in a subdomain site.

    I’ve tested all combination of plugins (deactivating them all and reactivating them one by one) and checked with the official Twenty Thirteen and Twenty Twelve themes and the problem only appears when I activate the Enfold theme.

    Any ideas or suggestions ?

    With thanks
    John

    #212649

    Hey lemedia!

    Can we login and take a look at the setup? You can create a temporary admin account and reply here with the credentials as a private reply so that only we can see it by clicking on the checkbox for “set as private reply” under your post.

    Best regards,
    Devin

    • This reply was modified 10 years, 10 months ago by Devin.
    #212726
    This reply has been marked as private.
    #212739

    Hi!

    You can use your own email address for the user account. We just need a login name + password.

    Cheers!
    Peter

    #212797
    This reply has been marked as private.
    #212805

    Hi!

    I can’t reproduce the issue. I didn’t test it wit IE though and this might be browser (or browser extension) related issue. Please try to use Chrome or Firefox instead. I created four menus (one menu for each language) and I was able to translate the menus and add menu items to them: http://baiecom.biznessacademy.com/wp-admin/nav-menus.php

    Cheers!
    Peter

    #212809

    Hi!

    Ok update – I tested it with IE11 and didn’t notice any issues. Thus it’s maybe an issue with a browser extension or you use an old version of IE – afaik WP3.8 requires IE10 or IE11. IE9 will trigger a warning.

    Cheers!
    Peter

    #212815
    This reply has been marked as private.
    #212820
    This reply has been marked as private.
    #212823
    This reply has been marked as private.
    #212833

    Hey!

    I created 2 additional menus for “French” and I didn’t notice any issues: http://baiecom.biznessacademy.com/wp-admin/nav-menus.php?lang=fr – maybe the problem is client/browser related.

    I’m not sure if the “conditional menu” works with a multi site setup – I never tested it on WPMS and I can’t promise it works. You must make sure that the enfold/functions.php file contains following code

    
    add_theme_support('avia_conditionals_for_mega_menu');
    

    If it doesn’t work in the functions.php file create a new php file, insert this code

    
    <?php
    /*
    Plugin Name: Enfold Menu Plugin
    Plugin URI: http://kriesi.at
    Description: Enfold Developer Plugin
    Version: 1.0.0
    */
    
    add_theme_support('avia_conditionals_for_mega_menu');
    

    and upload the php file into the plugin folder. Then activate the “Enfold Menu Plugin” plugin.

    Best regards,
    Peter

    #212840
    This reply has been marked as private.
    #212842
    This reply has been marked as private.
    #212850

    Hi!

    Yes, exactly. You first need to insert a menu name and then click the “Create Menu” button. Afterwards you can use the “Pages” field to add pages to the menu

    But this is (afaik) the standard wordpress behavior – i.e. I created the screenshot on a test server which does not run WPMS and it was exactly the same workflow.

    Regards,
    Peter

    #213014
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Cannot create menu in WP MS 3.8’ is closed to new replies.