Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Problem with HTTP/HTTPS in header #267718
    staipa
    Participant

    A solution can be use
    if ( $header_image && $header_image!=1)
    Insead of
    if ( $header_image )
    in header-background-color.php row 81

    in reply to: Problem with HTTP/HTTPS in header #267690
    staipa
    Participant

    Problem is on /inc/custom-header.php row 114

    // Check Homepage
    		if ( 'homepage' === $enable ) {
    			if ( is_front_page() || ( is_home() && is_front_page() ) ) {
    				return adonis_featured_image();
    			}
    		}

    It return the value 1 (that is the value true returned in row 55 in function adonis_featured_image() when I’m i homepage.

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