Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter stevenmed

    (@stevenmed)

    Thank you. I will try that.

    Thank you W.P. Ginfo

    Thread Starter stevenmed

    (@stevenmed)

    I figured it out in another simple way. With the same theme (twenty twelve) I only had to create a header image (as you said) with a different dimension and I uploaded it as the logo.

    Now #1 is done. Now I need to figure out #2 and #3

    Please let me know if you have any idea

    Thank you

    Thread Starter stevenmed

    (@stevenmed)

    Thank you for replying.

    About 1) how can I have that banner done? I don’t see the option for the banner anywhere in the options. Do I have to add a plugin?

    About 3) I have tried many themes but they are not as customizable as I want. And because the design I want is simple I thought it was going to be not complicated to do ?? . If there is a way to modify how the side bar that is on the left side so I can make it look like the sample I will be able to use it.
    Please let me know if you have any other idea to make it work.

    Thank you!

    Thread Starter stevenmed

    (@stevenmed)

    Thank you WPyogi and others for your help.

    Take care ??

    Thread Starter stevenmed

    (@stevenmed)

    WOW!!!!! You are the best!!! it worked ??

    If I have another question about something else, should I open a new post or I can ask here?

    Thread Starter stevenmed

    (@stevenmed)

    Thread Starter stevenmed

    (@stevenmed)

    #colorbox, #cboxOverlay, #cboxWrapper {
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 99999;
    }
    #cboxOverlay {
        height: 100%;
        position: fixed;
        width: 100%;
    }
    #cboxMiddleLeft, #cboxBottomLeft {
        clear: left;
    }
    #cboxContent {
        position: relative;
    }
    #cboxLoadedContent {
        overflow: auto;
    }
    #cboxTitle {
        margin: 0;
    }
    #cboxLoadingOverlay, #cboxLoadingGraphic {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
        cursor: pointer;
    }
    .cboxPhoto {
        border: 0 none;
        display: block;
        float: left;
        margin: auto;
    }
    .cboxIframe {
        border: 0 none;
        display: block;
        height: 100%;
        width: 100%;
    }
    #colorbox, #cboxContent, #cboxLoadedContent {
    }
    #cboxOverlay {
        background: url("../images/overlay.png") repeat scroll 0 0 transparent;
    }
    #colorbox {
    }
    #cboxTopLeft {
        background: url("../images/controls.png") no-repeat scroll -101px 0 transparent;
        height: 21px;
        width: 21px;
    }
    #cboxTopRight {
        background: url("../images/controls.png") no-repeat scroll -130px 0 transparent;
        height: 21px;
        width: 21px;
    }
    #cboxBottomLeft {
        background: url("../images/controls.png") no-repeat scroll -101px -29px transparent;
        height: 21px;
        width: 21px;
    }
    #cboxBottomRight {
        background: url("../images/controls.png") no-repeat scroll -130px -29px transparent;
        height: 21px;
        width: 21px;
    }
    #cboxMiddleLeft {
        background: url("../images/controls.png") repeat-y scroll left top transparent;
        width: 21px;
    }
    #cboxMiddleRight {
        background: url("../images/controls.png") repeat-y scroll right top transparent;
        width: 21px;
    }
    #cboxTopCenter {
        background: url("../images/border.png") repeat-x scroll 0 0 transparent;
        height: 21px;
    }
    #cboxBottomCenter {
        background: url("../images/border.png") repeat-x scroll 0 -29px transparent;
        height: 21px;
    }
    #cboxContent {
        background: none repeat scroll 0 0 #FFFFFF;
        overflow: hidden;
    }
    .cboxIframe {
        background: none repeat scroll 0 0 #FFFFFF;
    }
    #cboxError {
        border: 1px solid #CCCCCC;
        padding: 50px;
    }
    #cboxLoadedContent {
        margin-bottom: 28px;
    }
    #cboxTitle {
        bottom: 4px;
        color: #949494;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    #cboxCurrent {
        bottom: 4px;
        color: #949494;
        left: 58px;
        position: absolute;
    }
    #cboxSlideshow {
        bottom: 4px;
        color: #0092EF;
        position: absolute;
        right: 30px;
    }
    #cboxPrevious {
        background: url("../images/controls.png") no-repeat scroll -75px 0 transparent;
        bottom: 0;
        height: 25px;
        left: 0;
        position: absolute;
        text-indent: -9999px;
        width: 25px;
    }
    #cboxPrevious:hover {
        background-position: -75px -25px;
    }
    #cboxNext {
        background: url("../images/controls.png") no-repeat scroll -50px 0 transparent;
        bottom: 0;
        height: 25px;
        left: 27px;
        position: absolute;
        text-indent: -9999px;
        width: 25px;
    }
    #cboxNext:hover {
        background-position: -50px -25px;
    }
    #cboxLoadingOverlay {
        background: url("../images/loading_background.png") no-repeat scroll center center transparent;
    }
    #cboxLoadingGraphic {
        background: url("../images/loading.gif") no-repeat scroll center center transparent;
    }
    #cboxClose {
        background: url("../images/controls.png") no-repeat scroll -25px 0 transparent;
        bottom: 0;
        height: 25px;
        position: absolute;
        right: 0;
        text-indent: -9999px;
        width: 25px;
    }
    #cboxClose:hover {
        background-position: -25px -25px;
    }
    .cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    }
    .cboxIE6 #cboxTopLeft {
        background: url("../images/ie6/borderTopLeft.png") repeat scroll 0 0 transparent;
    }
    .cboxIE6 #cboxTopCenter {
        background: url("../images/ie6/borderTopCenter.png") repeat scroll 0 0 transparent;
    }
    .cboxIE6 #cboxTopRight {
        background: url("../images/ie6/borderTopRight.png") repeat scroll 0 0 transparent;
    }
    .cboxIE6 #cboxBottomLeft {
        background: url("../images/ie6/borderBottomLeft.png") repeat scroll 0 0 transparent;
    }
    .cboxIE6 #cboxBottomCenter {
        background: url("../images/ie6/borderBottomCenter.png") repeat scroll 0 0 transparent;
    }
    .cboxIE6 #cboxBottomRight {
        background: url("../images/ie6/borderBottomRight.png") repeat scroll 0 0 transparent;
    }
    .cboxIE6 #cboxMiddleLeft {
        background: url("../images/ie6/borderMiddleLeft.png") repeat scroll 0 0 transparent;
    }
    .cboxIE6 #cboxMiddleRight {
        background: url("../images/ie6/borderMiddleRight.png") repeat scroll 0 0 transparent;
    }
    .cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
    }
    Thread Starter stevenmed

    (@stevenmed)

    Ok. do you know the code that I should use? Should I send you more information so you can know what I should do?

    Please let me know ??

    Thread Starter stevenmed

    (@stevenmed)

    Thank you esmi. That add-on sounds like a good one but I don’t know what I should look for. So far I have 2 files in my child theme: style.css and header.php.

    The header.php has some code to make the logo appear on top of the image header and nothing else.

    Instead of over-write a code, shouldn’t I be writing a code that makes every image without the border? or at least a white border? (Because the background of my website is white)

    (I’m sorry if I am asking for stupid questions, I’m really new here and I’m learning)

    Hello, I was able to create thestyle.css but I have two questions that apparently everyone knows but I don’t, and I don’t see the answer here ??
    What should be the name of the logo? and, Where should it be?

    I will apreciate any help, I’m really new to this system

    Thank you

Viewing 10 replies - 1 through 10 (of 10 total)