Archived topic
GP header and menu not coming back after deleting the Elementor header
36 replies · Started by Jasper on August 19, 2018
It is still at 40M, is there any other way i can change the php? I added it in the wp.config file.
Im also looking in the default-constants.php file now, but not sure if i need to change it there.
Oke i figured it out, had to place the line of code a little higher. It says 128 now.
Nope - you just need to add:
define( 'WP_MEMORY_LIMIT', '128M' );
in wp-config before the line that says: ‘That’s all, stop editing! Happy blogging.’
As long as the host has that allocated the memory to the server then it should be fine.
Yes, just got it. But seems no change regarding the header issue.
OK, so we can remove that as being an issue. Good practice though :)
Use the Hooks method for now until we find out what the problem is
Oke i will try that now.
Its really strange im the only person with this issue.
And i also have another site where it is working ok, but there is waiting an update, so i don't think i will do that update for now.
Thanks
Ill keep you posted :)