Can't edit header or footer builder

Hi!

I can’t access, edit or save header and footer builder on http://dev.sbdagarna.se.loopiadns.com/wp-login.

Saving pages and theme options settings work. Everything is updated. Plugins are deactivated. Is it something with DNS perhaps?

<3

Hello @Lobsterass,

Thanks for writing in! I have checked your site and I con confirm the issue. I went ahead and fixed it by increasing your PHP Memory limit. You can now access Pro > Headers or Pro > Footers. What did I do? I simply increase your PHP memory limit by adding the following lines in your wp-config.php file.

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

Kindly check your site now.

1 Like

Hi @ruenel!

Thanx for fixing it and thanx for explaining it too. This way I can fix it myself next time. :slight_smile:

<3

Hello @Lobsterass,

Glad to help you.

Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.