This topic has 4 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #145913
     vachan
    Participant

    Whenever we try to save any change in the Themes Options

    No changes get applied, thus the default is only being dsplayed!

    #145942
     Radu
    Moderator

    Hi,

    You will have to enable wp debug to find our what’s going on.

    Steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the saving theme options action and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #145963
     vachan
    Participant

    Followed the WP_DEBUG mode also and the Plugins Deactive mode.
    None working. Setting Saved Meesage comes but the setting are the default only and no customizato gets saved 🙁

    #145964
     vachan
    Participant

    The Child Theme was a problem.

    When saved from the Prent Theme, the settings got saved!!!

    #146074
     Radu
    Moderator

    Hi again,

    In this case, it means you can have some PHP file added into child theme or some PHP code that it’s added in child theme functions.php (wp-content/themes/kleo-child/functions.php) that can causes that.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?