Viewing 5 replies - 1 through 5 (of 5 total)
  • If you didn’t make changes to the header how do you suppose it got changed to this.

    https://www.strategievincenti.net/wp-content/themes/default US mod ITALIANIZZATO/images/header-img.php?upper=006600&lower=009933

    Notice the spaces in the url that’s a big no no.

    You’ll need to manually edit your stylesheet. Look for this code

    #header {
    background:transparent url(https://www.strategievincenti.net/wp-content/themes/default US mod ITALIANIZZATO/images/header-img.php?upper=006600&lower=009933) no-repeat scroll center bottom;

    Change it to this

    #header {
    background:transparent url(https://www.strategievincenti.net/wp-content/themes/default/images/header-img.php?upper=006600&lower=009933) no-repeat scroll center bottom;
    Thread Starter ottantaventi

    (@ottantaventi)

    I’ve made changes in the past to the kubrick theme, but not yesterday. I’ve this problem since yesterday.

    in my style sheet is written:

    #header {
    	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
    	}

    If I paste in the code you provided me, all the text got moved ( it doesn’t fix the problem ).

    ciao
    alexander

    I forgot the kubrick theme has the custom header function. Try changing the header colors again in the header menu for the theme.

    I was messing around with that last night and as soon as I changed anything I’d lose my header. ??

    Presentation -> Header Image and Color sub-menu.

    I actually had to revisit that page and click “Revert” at one point.

    Thread Starter ottantaventi

    (@ottantaventi)

    I’ve changed the theme name substituting the spaces with underscores and i fixed the problem.

    thanks for the help

    ciao
    alexander

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Kubrick theme: standard header disapperead’ is closed to new replies.