Hi,
For some reason I cannot add new items to my enfold child main menu.
After adding a page to the menu, when I hit save, the new page is no longer there, and the “Enfold Child Main Menu” check box becomes unchecked.
I would really appreciate some help as this website is going live on Monday.
Thanks,
Warren
Hi, I’m sorry, as I should have researched this more before submitting this question to the forum.
This is more likely a php server issue, as discussed here: https://wordpress.org/support/topic/i-cant-add-more-pages-to-menu-menu-delete-pages
Thanks
Hi!
This plugin tells you wether or not you’ve reached your menu limits:
https://github.com/sevenspark/menu-limit-detector/
Regards,
Josue
Hi Josue, thanks for the tip. It was an issue with the php configuration on my host server. There is a limit to the number of data values that can be sent back to the server, which prevented any more pages from being added to the menu.
I got my web host to edit the php.ini file with this code, which did the trick.
max_input_vars = 5000;
Sorry to bother you with this.
Still waiting to hear back from someone about the tabs on mobile issue ;-)
Thanks,
Warren