Viewing 15 replies - 1 through 15 (of 29 total)
  • Looking at the code I don’t see a background image in the header.

    I see where one is to go but it’s not visible (which is obvious lol)

    Try removing the image and re-adding it again.

    Thread Starter Saba Gi

    (@saba-gi)

    It is present in the customize screen

    If you have a copy of the image try to delete it and the cropped version of the image from the Media section and re-upload fresh image.

    Not 100% sure if this work but it’s what I would try first.

    When I uploaded a image in the header it worked for me.

    Theme Author nobita

    (@nobita)

    Hi Saba Gi

    I want you to remember this post

    https://wordpress.org/support/topic/header-does-not-display-after-update?replies=4

    Maybe Update theme and lost old changes.

    Thank you.

    Oh.. so this is a duplicate of an issue from a month ago.

    Thread Starter Saba Gi

    (@saba-gi)

    I am still getting an error

    Fatal error: Cannot redeclare raindrops_embed_meta() (previously declared in \huntcountywoodturners.org\wp-content\themes\raindrops-Child\functions.php:3) in \huntcountywoodturners.org\wp-content\themes\raindrops\functions.php on line 14

    Theme Author nobita

    (@nobita)

    raindrops_embed_meta()

    In what purpose, did you add a function to line14 of functions.php?

    In what purpose, did you add a function to line3 of child themes/ functions.php?

    Thread Starter Saba Gi

    (@saba-gi)

    I added this function to the function.php file.

    function raindrops_embed_meta( $content ) {

    global $post, $wp_customize;

    $result = “”;

    $css = ”;

    // if ( isset( $wp_customize ) ) {
    $css .= raindrops_embed_css();
    // }

    Theme Author nobita

    (@nobita)

    I’ve check the site, I do not seem to go well

    Following, please paste the style of link to style.css of child theme

    https://gist.github.com/tenman/169cb9e15731a174dc91

    When you copy, please press the button raw

    Thread Starter Saba Gi

    (@saba-gi)

    if I take the function out header does not display

    Thread Starter Saba Gi

    (@saba-gi)

    do you want me to post the style.css file to this page?
    https://gist.github.com/tenman/169cb9e15731a174dc91

    Theme Author nobita

    (@nobita)

    Linked style rules, is that copied from your site.

    Some, this style sheet in reason, has become a 404 not found.

    changes Exporting style directly to the head element, I’ve proposed, can not be found and the reasons why not work why.

    The last way to solve this problem, the current style, I believe that would be no other than the method that you want to add to the style.css of child themes

    Please try to add style to style.css of child theme.

    In this way, if not resolved, I think that it becomes how to re-install the old version.

    Thread Starter Saba Gi

    (@saba-gi)

    I do not understand what you want me to do.

    Thread Starter Saba Gi

    (@saba-gi)

    I renamed the child style.css file and I get the same result the header does not display. I can see it in the customize page.

    Theme Author nobita

    (@nobita)

    renamed the child style.css ?

    Open 

    https://gist.github.com/tenman/169cb9e15731a174dc91

    Click Raw button

    Select All and copy.

    Paste raindrops-Child/style.css bottom.

Viewing 15 replies - 1 through 15 (of 29 total)

The topic ‘Header does not display after update’ is closed to new replies.