image header still not working

  • Author
    Posts
  • #69847
    davidvs
    Power User

    I have the maximum height set for my header image at 282 pixels but it’s still not working since the latest update. It was fine before the update.

    This is a theme that I have paid for, is anyway someone can assist? I haven’t heard from anyone from support.

    Thanks,

    David

    Website: www.germanbunkers.com

    #69849
    davidvs
    Power User

    I think I figured it out by adding the code:

    // enqueue parent theme styling
    function child_parent_styling(){
    wp_enqueue_style( ‘nirvana-style’, get_template_directory_uri() . ‘/style.css’, array(), _CRYOUT_THEME_VERSION ); // restore parent stylesheet
    wp_enqueue_style( ‘nirvana-child’, get_stylesheet_directory_uri() . ‘/style.css’, array( ‘nirvana-style’ ), ‘0.7’ ); // enqueue child
    }
    add_action(‘wp_enqueue_scripts’,’child_parent_styling’);

    Website: www.germanbunkers.com

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

The topic ‘image header still not working’ is closed to new replies.