Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: catcheverest_options don’t show up #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.

     

    in reply to: catcheverest_options don’t show up #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?

    in reply to: My own CSS file #10567
    madeleod
    Participant

    Thx @Sakin for taking the time to respond to me. I’ve had hard times and finally found out the way to gain my child css files the upper hand on the original parent theme. I am still in a curve learning, discovering interesting things on the best way of customizing.
    Regards.

    in reply to: My own CSS file #10540
    madeleod
    Participant

    Thx for your response. I built my Child theme. I created a style.css and a responsive.css file. But, it still takes the responsive parent file as the referer. Did I do something wrong?
    I won’t have other choice than to overwrite the original files or would u have any tips to avoid that way?
    Thx for your help.

Viewing 4 posts - 1 through 4 (of 4 total)