• Resolved mikeschafer

    (@mikeschafer)


    Hi there, I am unable to add new items to my menu. It’s a large menu, so I had the post_max size increased to 3000. But still I can’t add anything. Any ideas?

    The menu can be seen at the top of boshire.co.za/home

    ### Begin System Info ###

    Child Theme: Headway Base Child Theme

    Multi-site: Yes

    SITE_URL: https://boshire.co.za
    HOME_URL: https://boshire.co.za

    Headway Version: 3.7.14
    WordPress Version: 4.1

    PHP Version: 5.4.33
    MySQL Version: 5.5.36-cll
    Web Server Info: Apache
    GD Support: Yes

    PHP Memory Limit: 256M
    PHP Post Max Size: 3000M

    WP_DEBUG: Disabled
    SCRIPT_DEBUG: Disabled
    Debug Mode: Enabled

    Show On Front: page
    Page On Front: 38
    Page For Posts: 0

    Amount of Posts: ~1
    Amount of Pages: ~93
    Amount of Blocks: ~374

    Responsive Grid: Disabled

    Caching Allowed: Yes
    Caching Enabled: Yes
    Caching Plugin: No caching plugin active

    SEO Plugin: No SEO plugin active

    Operating System: Linux
    Browser: Google Chrome
    Browser Version: 40.0.2214.95

    Full User Agent:
    Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.95 Safari/537.36

    WEB FONTS IN USE:
    google: Boogaloo

    ACTIVE PLUGINS:
    Akismet 3.0.4
    https://akismet.com/

    BackupBuddy 5.1.1.13
    https://ithemes.com/purchase/backupbuddy/

    Menu Item Limit Detector 0.1
    https://sevenspark.com

    Ninja Forms 2.8.11
    https://ninjaforms.com/

    ### End System Info ###

Viewing 4 replies - 1 through 4 (of 4 total)
  • @mikeschafer, Try this…

    Solution1:
    – Login to your web hosting control panel or connect to ftp, and then go to wp-admin directory, create a new file, called php.ini, and paste the below code to it.

    max_input_vars = 6000

    Solution 2:
    – Login to your web hosting control panel or connect to ftp, and right click to edit the .htaccess file (located in the root of your WordPress installation), and paste the below code to it.

    php_value max_input_vars 6000

    Let me know how it goes.

    Thread Starter mikeschafer

    (@mikeschafer)

    Yes you were right! Thank you so much. max_input_vars = 6000 works beautifully

    @mikeschafer, No problem. I am glad that it’s fixed ?? Can you mark this thread as Resolved please!

    Thread Starter mikeschafer

    (@mikeschafer)

    Sorted

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot add to menu items’ is closed to new replies.