Viewing 5 replies - 1 through 5 (of 5 total)
  • What sort of update did you make? Was it a PHP update to the header.php file? If so, try taking that update out…?

    Theme Author nobita

    (@nobita)

    Hi Saba Gi

    I am checked your WEBSite with Chrome inspect element.

    Had occurred below

    Failed to load resource: the server responded with a status of 404 (Not Found)
    
    https://173.83.178.230/?raindrops_color_type=1&p=4&ver=1cba1de7bf8cfe601582d491f0860604

    And header image, style for the color scheme seems to setting is not functioning

    but However, when you direct access to this URL, it will be able to successfully open.

    Currently, why I do not know whether cause such a problem has occurred

    Please try the emergency specific measures

    functions.php

    line:2520

    function raindrops_embed_meta( $content ) {
    
    			global $post, $wp_customize;
    
    			$result	 = "";
    
    			$css = '';
    
    			if ( isset( $wp_customize ) ) {
    				$css .= raindrops_embed_css();
    			}

    change below

    function raindrops_embed_meta( $content ) {
    
    			global $post, $wp_customize;
    
    			$result	 = "";
    
    			$css = '';
    
    		//	if ( isset( $wp_customize ) ) {
    				$css .= raindrops_embed_css();
    		//	}

    commentout if ( isset( $wp_customize ) ) { conditional.

    Thank you.

    Thread Starter Saba Gi

    (@saba-gi)

    That fixed it thanks

    Thread Starter Saba Gi

    (@saba-gi)

    I upgraded to Version: 1.275 and Header does not display.
    https://huntcountywoodturners.org/

    Theme Author nobita

    (@nobita)

    Hi Saba Gi

    Please next time create a new post.( this is sloved post )

    Your child theme functions.php

    add below function

    https://github.com/tenman/raindrops/blob/043b2b247f13ea1a909cbd1d4dbd70d658d35d0a/functions.php#L2684-L2917

    and chages

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

    It is possible to be written to the child theme, your change when you updates will not be lost

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header does not display after update’ is closed to new replies.