Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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?

    #208208

    Hey 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,
    Yigit

    #208246

    Am I reading correctly that I basically need to add

    define( ‘WP_MEMORY_LIMIT’, ‘128M’ );

    before this line? require_once(ABSPATH . ‘wp-settings.php’);

    #208303

    Hey!

    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,
    Ismael

    #209065
    This reply has been marked as private.
    #209579

    Were you able to take a look at this?

    #209711

    Hi!

    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!
    Devin

    #210330

    I’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.

    #211748

    Hi,

    Does it happen with the default WordPress theme?

    Cheers!
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Navigation Breaking’ is closed to new replies.