Menu Size Limit
-
I am using the Magnum theme and have hit a limit on the number of menu items I can add.
I can get up to 90 items on my menu, and then it stops – I can add more, but when I click save menu, it reverts to the top 90 items.
I have seen a similar issue on the forums recommending changing the PHP memory allocation and script timeout settings on the server.
My ISP however advises that the limit on the server is set to 256MB and they don’t use suhosin so don’t think that is the issue. They advise I can try increasing the PHP memory limit further using ini_set() but think this might be a WordPress issue rather than a hosting issue. They suggest editing the PHP code as follows: ini_set(‘memory_limit’,’384M’);
Unfortunately I do not know where to set ini_set() having searched some of the code in the theme editor. Any ideas?
- The topic ‘Menu Size Limit’ is closed to new replies.