We have a very big mega menu around 800 product categories with it, It working fine in frontend but having issue with backend menu manager. The page is not even opening and giving memory exhausted error. (increase the memory limit to 1 GB). Can anyone please suggest any plugin that will divide that big menu in chunks and made the menu management easy.
Thanks in advance.
We have a very big mega menu around 800 product categories with it, It working fine in frontend but having issue with backend menu manager. The page is not even opening and giving memory exhausted error. (increase the memory limit to 1 GB). Can anyone please suggest any plugin that will divide that big menu in chunks and made the menu management easy.
Thanks in advance.
Check your PHP memory limit; memory should be 64MB or above.
you can try increasing Memory limit by adding define ('WP_MEMORY_LIMIT', '128M');
in wp-config.php file.