Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #334102

    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.

    #334976

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.