• I’m sorry, I am new to WordPress, so I don’t even know how to tell you what version I am using.

    I set my theme to be “Displace” but when I preview it on my dashboard, it is nothing like the themes screen (where I picked it from). All I can change is the background photo, but nothing else, and, again, it looks nothing like what it did in the theme selection page.

    Here is what it looks like now: http://69.195.124.151/~kosmicma/

    It has “Hello World…” where there is supposed to be a photo, and my website title where there is supposed to be another photo. What happened to the photos from the original theme? There is nothing in the dashboard that suggests I can put them in. So confusing…

    What did I do wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Kaaren Smoot

    (@kaaren-smoot)

    Still waiting for help…

    If you look at the original Displace theme, there are 2 photos at the top. I was able to change the one on the left. The one on the right, the wider one, however, not only does it not appear when I use the theme, there doesn’t seem to be any way to get it in there. How do I do that?

    Thats not actually part of the theme but I was able to replicate it with the code below.
    Instal a plug-in like Simple Custom CSS and then enter the code.

    #content {
        background-image: url(http://upload.wikimedia.org/wikipedia/commons/0/01/Polish_Wikinews_header_image.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: white;
        background-position: 0 30px;
    }
    
    article {
        padding-top: 30%;
    }

    You will need to change the URL to your image and adjust the padding-top percentage to your liking.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme does not migrate to my dashboard’ is closed to new replies.