Tagged: megamenu
-
AuthorPosts
-
October 24, 2013 at 9:41 pm #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
October 24, 2013 at 10:47 pm #180404Hi Victoria,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueOctober 24, 2013 at 11:34 pm #180417This reply has been marked as private.October 25, 2013 at 12:09 am #180428Hey!
I can’t access your website backend, an access window prompt.
Best regards,
JosueOctober 25, 2013 at 1:29 am #180439This reply has been marked as private.October 25, 2013 at 7:58 am #180536Hey!
We can’t login to the site. It always load the wp-login page.
Best regards,
IsmaelOctober 25, 2013 at 4:14 pm #180721This reply has been marked as private.October 26, 2013 at 12:41 am #180868Hey!
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!
IsmaelOctober 26, 2013 at 5:34 am #180937Hi, 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=esAfter 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!
- This reply was modified 11 years ago by victoriaeducacion. Reason: Resolved
October 26, 2013 at 6:10 am #180941This reply has been marked as private. -
AuthorPosts
- The topic ‘Megamenu deleted – I can't access to Appearence > Menu’ is closed to new replies.