Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alecash

    (@alecash)

    I can’t find that custom-header line. This is the entirely of the code in the header.php file, inside themes>dara-child-theme-01 as we use that child theme:

    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”viewport” content=”width=device-width, initial-scale=1″>
    <link rel=”profile” href=”http://gmpg.org/xfn/11″&gt;
    <script src=”https://use.typekit.net/jfs1cin.js”></script&gt;
    <script>try{Typekit.load({ async: true });}catch(e){}</script>
    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>
    <div id=”page” class=”site”>
    <?php esc_html_e( ‘Skip to content’, ‘dara’ ); ?>

    <header id=”masthead” class=”site-header” role=”banner”>

    <?php get_template_part( ‘components/header/custom’, ‘header’ ); ?>

    <?php get_template_part( ‘components/header/site’, ‘branding’ ); ?>

    <?php get_template_part( ‘components/navigation/navigation’, ‘top’ ); ?>

    </header>

    Thread Starter alecash

    (@alecash)

    Thanks. I’ll try the plugin options first, to see if I can get a better solution there.

    Thread Starter alecash

    (@alecash)

    Thanks so much for helping Gemma. I’m still a bit lost I’m afraid, I can do basic FTP tasks but am a bit of a noob at the more complicated stuff.

    Within my wp-content>themes>dara-child theme folder, in header.php all I can find relating to site branding is the below. I can’t find site-branding.php.

    <body <?php body_class(); ?>>
    <div id=”page” class=”site”>
    <?php esc_html_e( ‘Skip to content’, ‘dara’ ); ?>

    <header id=”masthead” class=”site-header” role=”banner”>

    <?php get_template_part( ‘components/header/custom’, ‘header’ ); ?>

    <?php get_template_part( ‘components/header/site’, ‘branding’ ); ?>

    <?php get_template_part( ‘components/navigation/navigation’, ‘top’ ); ?>

    </header>

    Would be very grateful if you can talk me through what to change.

    Thread Starter alecash

    (@alecash)

    Thanks. I couldn’t see anything in header.php that relates to the logo slot, certainly nothing with a URL or homeurl etc in it, it was quite a short file.

    I’ve posted to the Dara forum, but any more ideas here also very welcome!

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