-
AuthorPosts
-
November 4, 2015 at 7:30 pm #530376
Hi there,
I bought the Enfold theme and it installs perfect but when I want to save the settings I get: Enfold Saving didn’t work!
Already edited the wp_config: define( ‘WP_MEMORY_LIMIT’, ’96M’ ); and define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
Nothing seems to work. Pulling my hairs out at the moment, all forums are way to detailed.. In you’re description it should work on any wordpress installation and easy to use but this is crazy! Hope you can help me!Also put this in the .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
define(‘WP_MEMORY_LIMIT’, ‘128M’);
# END WordPressThanks,
Bertus.- This topic was modified 9 years ago by bertusdeleeuw.
November 5, 2015 at 8:57 am #530587Hi bertusdeleeuw,
This line:
define(‘WP_MEMORY_LIMIT’, ‘128M’);
should go in the wp-config.php file, could you try that instead? You might want to try a higher number as well just in case. If that doesn’t work then please send us a temporary admin login. You can post the details in the Private Content section of your reply.
Best regards,
RikardSeptember 2, 2019 at 6:31 am #1132829Hi Enfold team,
We are receiving the following error on our website when trying to save Enfold Theme Options:
“Saving didn’t work! Please reload the page and try again.”
This problem occurred yesterday right after I update the theme to latest version 4.6.
Any assistance would be greatly appreciated. (by the way, the PHP we run is 7.0)
Best regards,
JoeySeptember 2, 2019 at 1:46 pm #1132980Hi Joey,
Please post a separate thread, then in the private content please give us login credentials of your site with a admin privileges.
A separate thread is needed since private content, is visible to moderators as well as the thread creator.Best regards,
NikkoSeptember 2, 2019 at 5:03 pm #1133069September 3, 2019 at 1:28 pm #1133364 -
AuthorPosts
- The topic ‘Enfold Saving didn't work!’ is closed to new replies.