Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1422653

    smita_mohite
    Participant

    Hello,

    I am trying to update content on page but Its not saving. I have even updated the theme and cornerstone and still nothing. all the plugin are updated, but no luck. please help me to solve this.

    #1422997

    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1423889

    smita_mohite
    Participant
    This reply has been marked as private.
    #1424267

    Joao
    Moderator

    Hi There,

    Would mind adding this in your wp-config.php located at the root directory of your site.

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

    You can add it before the line

    /* That’s all, stop editing! Happy blogging. */

    Let us know how it goes.

    Thanks