Okay
  Public Ticket #625403
Error codes with Visual Composer
Closed

Comments

  • Dawn started the conversation

    I am using VC in my Salient theme and last week it suddenly will no longer allow me to see the full page in the backend editor (only the front). This has limited what I can do with editing my pages - as the frontend editor doesn't allow for some of the editing functions (column widths, moving rows, etc.).

    I've attached 2 groups of errors.

    I reached out to VC and they said that the Salient theme has code within it that references compatibility with an older VC and that perhaps that is the problem?? I'm uncertain - but could really use some guidance to get this back being nice.

  •  8,992
    Tahir replied

    Hey ,



    Add this to wp-config.php via FTP after the WP_debug line :

    define( \'WP_MEMORY_LIMIT\', \'128M\' );
    define( \'WP_MAX_MEMORY_LIMIT\', \'128M\' );
    Bes.t


    ThemeNectar Support Team 

  • Dawn replied

    Memory has been increased to 128 and it is still an issue.

    What more can I do??

  •  8,992
    Tahir replied

    Hey Again,

    Please try to Increase the AutoSave Interval by adding the line in define( \'AUTOSAVE_INTERVAL\', 160 ); // Seconds into wp-config.php file of your WordPress Directory, just above the /* That\'s all, stop editing! Happy blogging. */ line. Use 240, 300 etc if 160 doesn’t work.

    Reference: http://codex.wordpress.org/Editing_wp-config.php#Modify_AutoSave_Interval

    Best.


    ThemeNectar Support Team