• After trying to use a background image, and afterwards removed it, the header images won’t show again.

    I tried to make a clean install of the theme.
    And uploaded a header image – it worked.
    Then I wanted to change it to a new header image – BEEP!

    Somewhere there is a bug in this theme!

    • This topic was modified 6 years, 1 month ago by sebastian.w. Reason: More info

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Viva Themes

    (@vivathemes)

    Hi,

    In theme options there is an option to disable background images, is it possible you may have activated it?

    Thanks,
    Edy

    Thread Starter sebastian.w

    (@sebastianw-1)

    Theme Author Viva Themes

    (@vivathemes)

    I misunderstood, sorry.

    No header image available, you need to add a featured image to the page you have assigned in front or any other page for it to appear in the background.

    Inside the theme, there’s a readme.txt file. Download it for details.

    Thanks,
    Edy

    Thread Starter sebastian.w

    (@sebastianw-1)

    Hei Edy,
    It’s true but after I have put a “background picture” in “settings-background image” and removed it again the “picture” from “settings-header image” doesn’t show.

    If I make a clean install of the theme, it works. Until I use the “background image” option. After I remove the background image again it doesn’t show.

    This is from the /inc/custom-header.php

    /**
     * Setup the WordPress core custom header feature.
     */
    function soho_custom_header_setup() {
    	add_theme_support( 'custom-header', apply_filters( 'soho_custom_header_args', array(
    		'width'         => 2000,
    		'height'        => 700,
    		'uploads'       => true,
    		'default-text-color'     => '303030',
    		'wp-head-callback'       => 'soho_header_style',
    	) ) );
    }
    • This reply was modified 6 years, 1 month ago by sebastian.w. Reason: Code
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header image’ is closed to new replies.