Header does not display after update
-
on my site http://huntcountywoodturners.org after the update my header does not display I have added the function update listed in another post still not working
-
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.
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.
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.
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
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?
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();
// }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
if I take the function out header does not display
do you want me to post the style.css file to this page?
https://gist.github.com/tenman/169cb9e15731a174dc91Linked 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.
I do not understand what you want me to do.
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.
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.
The topic ‘Header does not display after update’ is closed to new replies.
