• Resolved artistrlgibson

    (@artistrlgibson)


    I am transferring from a wordpress.com blog to a www.ads-software.com blog. I have exported then imported my files; however, I cannot figure out how to add a custom header to my theme.

    I went to Vigilance Options and found these instructions:
    Replace your top banner with a static image. Note: You must upload this image to /wp-content/themes/vigilance/images/top-banner and the Banner State must be set to ‘Static Image’ for this to work.

    But I don’t know how to accomplish this.

    I have scoured the forum and only found 4 posts. I did not understand the answers.

    In addition, I see “The width is fixed at 596px.” However, at the wordpress.com blog, my header was 920px wide.

    If anyone has the time, I could really use some help.

    Here is the blog header I am trying to duplicate:
    https://www.artandartdeadlines.wordpress.com

    Here is its future destination:
    https://www.artandartdeadlines.com

    Thanks, R.L.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The theme on wordpress.com has been modified. You may be able to achieve the same affect by adding the following to master.css:

    #title {
    display:table-cell;
    height:180px;
    margin:0 0 15px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    width:920px;
    background:transparent url(images/top-banner.jpg) no-repeat center top;
    }

    You’ll then need to upload your header image (called top-banner.jpg) via FTP to /wp-content/themes/vigilance/images.

    Thread Starter artistrlgibson

    (@artistrlgibson)

    Problems solved. I had to install the Child Theme for Vigilance to run alongside the Parent Theme…then I had the option of a custom banner.

    Thanks for the help, though.

    Check it out: https://www.artandartdeadlines.com

    I’ve installed the Child Theme for Vigilance but I still don’t have the option for a custom banner.

    Here’s what I want: https://pittsburghbagpiper.wordpress.com/
    Here’s what I have now: https://www.monkeycorner.net/bagpiper

    I appreciate any help, as I’m new to this.
    Thanks,
    Seán

    I’ve tried installing the Child Theme, but I’m not sure what code to put in the “custom code” area for the header. Like everyone else, I loved the Vigilance theme layout in wordpress.com with the wide banner at top. Can someone help me provide the right custom code so I can get the top banner? Thanks!

    my site: https://www.nycdrama.com/blog

    Adding that html to the master.css didn’t seem to make a difference.

    Can someone outline how to do it for me please ??

    artistrlgibson said “Problems solved. I had to install the Child Theme for Vigilance to run alongside the Parent Theme…then I had the option of a custom banner.”

    How do I do this?

    Thread Starter artistrlgibson

    (@artistrlgibson)

    Hi silversun! I wanted to make sure you realize that Vigilance is a premium theme… so you’ll have to get a membership at https://thethemefoundry.com/ to download the zipped Child Theme to your computer. Then go to the left toolbar on your admin page of your blog and under appearances, click themes. Then add a theme by uploading the zipped file. Then activate. Head to Vigilance options and keep looking…you’ll find the option for the banner. Email me at submitart (at) artandartdeadlines.com if you have trouble.

    Have a great day! R.L. Gibson

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Vigilance Theme – Adding a Custom Header’ is closed to new replies.