Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #314241
    madeleod
    Participant

    Hello,

    Still a long user of your great theme. I tried to update an old website (2014) to my new server and after big deals with plugins (solved), I still have an issue with the catcheverest_options, that manage the home page. They still are in the database but that don’t showed up whether in the admin or in the website. The same issue with the menus that was already selected but don’t come up in the menu admin.

    Do you have any tips to solve this? Thanks in advance.

    #314248
    Sakin
    Keymaster

    Hello @madeleod: That option is from the customizer options, you can access that from “Appearance => Customize”.

    #314287
    madeleod
    Participant

    Thx for your response. Yup, I know and I’ve seen that now it’s from customizer but the fact is I have to redo the selection. Which is weird, isn’t it? And quid from the home page that the content are already in the database table “catcheverest_options” and doesn’t come up in the theme options admin panel? Any idea?

    #314317
    madeleod
    Participant

    Hello,

    May be I am wrong but I think that this function ( inc/catcheverest-theme-options-defaults.php) doesn’t show up the catcheverest_options stored in the dbb anymore, surely because it’s an old version of the theme.

    function catcheverest_options_set_defaults( $catcheverest_options_defaults ) {
    $catcheverest_options_settings = array_merge( $catcheverest_options_defaults, (array) get_option( ‘catcheverest_options’, array() ) );
    return $catcheverest_options_settings;
    }

    Is there a way to hook this and recover my content? Thx for your help.

     

    #314346
    Sakin
    Keymaster

    We moved to Customizer and now the Customizer has theme options there. This was changed on September 05, 2015. It’s been 7 years now. So, please contact your hosting server support for this.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘catcheverest_options don’t show up’ is closed to new replies.