Just a heads up: Since upgrading to WordPress 4.0 , I have found that Akismet 3.0.2 stops enfold from working properly. The Avia page builder stops functioning and the LayerSliderWP stop displaying previews and is very slow to load.
Disabling Akismet has returned the installation to normal function
Kriesi: Please investigate and resolve as I use Akismet across multiple sites, If you require login details please let me know.
Hey enigmaverse!
I’m pretty sure it’s not an incompatibility issue because I’m also using Akismet on my Enfold websites without any problems. Try to increase the allocated php memory to 128M. Open up wp-config.php (which is located in the root WordPress directory) and replace
<?php
with
<?php
define('WP_MEMORY_LIMIT', '128M');
Cheers!
Peter