Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #180392

    Hi:

    I had a megamenu and its spanish translation with WPML. I just want to rebuild it, so i press “Delete menu” button in Appearence – Menu section.

    After I delete, I can’t access to this wordpress section. The rest of WP works fine. The path is:

    (my web)/wp-admin/nav-menus.php?menu=0&lang=

    After a while, firefox says:

    “The page is not redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never end. This problem is sometimes caused by disabling or refuse to accept cookies.”

    Browsing the site, in the nav header appears Home link (I had removed it) and doesn’t appear the WPML language switch (through the WPML support, I obtained the code for put it there like any other link and this snippet still is in my child theme function.php).

    function new_nav_menu_items($items,$args) {
    if (function_exists(‘icl_get_languages’)) {
    $languages = icl_get_languages(‘skip_missing=0’);
    if(1 < count($languages)){
    foreach($languages as $l){
    if(!$l[‘active’]){
    $items = $items.'<li class=”menu-item”> ‘.$l[‘native_name’].’‘;
    }
    }
    }
    }
    return $items;
    }
    add_filter( ‘wp_nav_menu_items’, ‘new_nav_menu_items’,10,2 );

    How can i recovery the access again to menu section in order to redo the megamenu and the WPML language switch?

    Thanks

    #180404

    Hi Victoria,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #180417
    This reply has been marked as private.
    #180428

    Hey!

    I can’t access your website backend, an access window prompt.

    Best regards,
    Josue

    #180439
    This reply has been marked as private.
    #180536

    Hey!

    We can’t login to the site. It always load the wp-login page.

    Best regards,
    Ismael

    #180721
    This reply has been marked as private.
    #180868

    Hey!

    Can you please remove browser cache or use another browser? I was able to access the Spanish Menu panel.

    http://victoriaeducation.org/wp-admin/nav-menus.php?action=edit&menu=0&lang=es&admin_bar=1

    Cheers!
    Ismael

    #180937

    Hi, Kriesi team:

    I don’t know why (because I’m not a developer) but the problem is the path. When I click in Appearence > Menu, i can’t access because the path is:

    (my web) /wp-admin/nav-menus.php?menu=0&lang=

    But I can access withouth problems to the menu section if I write “es” or “en” at the end of the path in that way:

    (my web) /wp-admin/nav-menus.php?menu=0&lang=en
    (my web) /wp-admin/nav-menus.php?menu=0&lang=es

    After entering in the menu section, I have rebuild the megamenu and sincronize between languages without problems. Besides, The language switch has been restored.

    I don’t know if it’s an enfold problem. My knowledge is very limited. I only inform you what is working for me.

    I set this post as public for other enfold customers with the same problem.

    Thanks again and regards!

    #180941
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Megamenu deleted – I can't access to Appearence > Menu’ is closed to new replies.