background footer image

  • Anonymous

    #28878

    It still has a double http! Remove it.

    background-image: url("http://www.elliottwaveireland.com/blog/wp-content/uploads/2012/05/footer.jpg") !important;

    whoooops

    #28879

    ok, I’ve changed the footer image to jpeg, and edited the code accordingly.

    It didn’t seem to have a double http at my end..and still nothing has changed…

    whoooops

    #28880

    i have another problem!! my site now looks like this!! http://www.elliottwaveireland.com/blog/

    🙁 anyone know what i have done!! can this be fixed??

    whoooops

    #28881

    its ok, its back to normal again! still unsure of whats wrong with the footer background tho..

    Mod

    Kenneth John Odle

    #28882

    You have copied the entire parent theme style sheet into your child theme folder. Do not do this.

    Create a blank style sheet and copy over only those elements you wish to style.

    This line is what’s causing the issue:

    #footer {
    background: url("http://elliottwaveireland/images/footer.gif") repeat-x scroll left -1352px #396395;
    border-top: 1px solid #D5D5D5;
    clear: both;
    color: #FFFFFF;
    margin-bottom: 30px;
    min-height: 80px;
    padding-top: 50px;
    position: relative;
    }

    Fix these issues, and all those !important tags shouldn’t be necessary.

    whoooops

    #28883

    Thanks Kenneth, I’ll give it a go..

    whoooops

    #28884

    going a bit off subject now, but i have another confusing issue..

    I have my entire wordpress site stored in a folder on the server called blog, i want the wordpress site to load when the url is entered..will i take out all the contents of the blog folder and put them into the httpdocs folder??

    Mod

    Kenneth John Odle

    #28885

    will i take out all the contents of the blog folder and put them into the httpdocs folder??

    No! This will cause all sorts of headaches, and worse.

    Read this and follow the instructions to the letter and all will be well:

    http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install

    It’s this second step that allows you to keep WP in a subdirectory, but allows the blog to load at your main directory.

    whoooops

    #28886

    thanks yet again Kenneth 🙂

    whoooops

    #28887

    Kenneth, If you wouldn’t mind taking a look at this http://www.elliottwaveireland.com/

    dont know what i’ve done, but my site looks like this now! has it something to do with the style sheet?

Viewing 10 posts - 11 through 20 (of 46 total)

  • You must be logged in to reply to this topic.