• Resolved aussiedigitalnomad

    (@aussiedigitalnomad)


    I’ve seen others have had issues with this in the past as well and have followed instructions to download the Hestia(Lite) Child theme and I’ve activated that.
    The menu option still does not appear

    Apparently, there might be some code to change in the functions.php file as well between lines 20 and 28
    Here’s the code that I’ve got (that I haven’t changed)…

    function hestia_child_get_lite_options() {
    $hestia_mods = get_option( ‘theme_mods_hestia’ );
    if ( ! empty( $hestia_mods ) ) {
    foreach ( $hestia_mods as $hestia_mod_k => $hestia_mod_v ) {
    set_theme_mod( $hestia_mod_k, $hestia_mod_v );
    }
    }
    }
    add_action( ‘after_switch_theme’, ‘hestia_child_get_lite_options’ );

    Please advise if there’s anything that needs doing

  • The topic ‘Big Title Option Missing and Can’t get rid of ‘Change in the Customizer’’ is closed to new replies.