Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #888425
    PLI
    Participant

    Hi, I maintain the website partitoliberale.it.
    Since I updated WP and Theme I cannot customize because I get a fatal error – memory size (the front-end still working).
    I tried to modify the wp-concfig.php to increase memory size but it didn’t work.
    My home page is made with VC, should I redesign it with Cornerstone?
    Next message I will provide credentials privately.

    Thanks

    #888436
    PLI
    Participant
    This reply has been marked as private.
    #889288
    Paul R
    Moderator

    Hi,

    I was able to fix it by changing your code from this

    
    define( ÔWP_MEMORY_LIMITÕ, Õ256MÕ );
    define( ÔWP_MAX_MEMORY_LIMITÕ, Ô512MÕ );
    
    

    to this

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

    Please check on your end.

    Thanks

    #889501
    PLI
    Participant

    Thank you very much.
    Btw, if I try to deactivate the Visual Composer, the website crashes. Does it depends on the fact that the home page is designed in VC? Should I make another home page with Cornerstone?

    #889923
    Christopher
    Moderator

    Hi there,

    Since you created home page in VC, you need to keep this plugin activated. If you wish to disable it, please recreate the page in cornerstone.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-888425 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>