Tagged: navigation
-
AuthorPosts
-
January 10, 2014 at 8:14 pm #208147
I had this question a couple of months ago and your solution was to upgrade to the most recent version of the theme but it’s happening again. You can see the site here http://sunglofeeds.encore-domains.com/ Everytime I I check “enfold main menu” and click save it doesn’t keep the box checked. Any thoughts?
January 10, 2014 at 10:01 pm #208208Hey EVTell!
Please try to increase the allocated php mermory to 128M. You need to modify the wp-config.php file – see: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
YigitJanuary 10, 2014 at 11:21 pm #208246Am I reading correctly that I basically need to add
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
before this line? require_once(ABSPATH . ‘wp-settings.php’);
January 11, 2014 at 3:24 am #208303Hey!
You can it at the very bottom of wp-config.php file:
define( 'WP_MEMORY_LIMIT', '128M' );
Can you please post the login details here? We would like to check it.
Best regards,
IsmaelJanuary 13, 2014 at 5:44 pm #209065This reply has been marked as private.January 14, 2014 at 6:08 pm #209579Were you able to take a look at this?
January 14, 2014 at 9:44 pm #209711Hi!
With the number of menu items you have my guess is that your servers hitting its limit in the number of things it can save at once, eg the max input vars.
Talk to your hosting provider about increasing the values as suggested here: http://stackoverflow.com/questions/10303714/php-max-input-vars
For now, I’ve set the menu using the secondary tab “Manage Locations” in your menus manager which seems to stick and isn’t running into the issues of the server slowing down and trying to save that much data at once.
Cheers!
DevinJanuary 15, 2014 at 10:55 pm #210330I’ve updated my max_input_vars. I changed it to 3000 and didn’t have any luck so I bumped it all the way up to 5000 and it still isn’t saving completely. I can assign it the menu location through the manage locations tab like you did but it’s not saving the complete menu. It’s leaving off a couple of items. I can add them and when I click save it reduces the number and saves.
January 18, 2014 at 11:01 pm #211748Hi,
Does it happen with the default WordPress theme?
Cheers!
Josue -
AuthorPosts
- The topic ‘Navigation Breaking’ is closed to new replies.