Viewing 15 replies - 16 through 30 (of 37 total)
  • ginoxy, is youre site online? When yes, mabye refresh the browser.

    Thread Starter ginoxy

    (@ginoxy)

    its not working trust me ! i might try another “simple” theme instead ๐Ÿ™‚

    Thanks anyway

    ginoxy, you just have to keep looking through the css and see if you can change the things I suggested. And go to the codex page I gave you a link to and read through the stuff there about customizing.

    Thread Starter ginoxy

    (@ginoxy)

    vkaryl

    i will try again then !! Thanks , if i need anything i will post it here ๐Ÿ™‚

    But not all that code! If you HAVE to post code, do like it says, post it to pastebin!

    I just put it up on my test site now, I dunno what’s wrong with the font size and or width, because it’s easy to read that way.. lol =)
    http://www.vindictivebastard.net/kubrickfixed/

    spencerp

    Is this kinda what you mean? I dunno what was hard about it, but hopefully this is BASICALLY it..[crosses fingers lol]
    http://www.vindictivebastard.net/kubrickfixed/

    I added color to the #content part of css: color:#808080;
    and that same color to other parts of the css file. And made the width of the blog 650px and 652px for the #main.

    Of course, more things can be done to this to make it even sweeter looking lol =)
    CSS FILE

    spencerp

    Please note though: That this was a quicky job lol!

    I guess forget it then. I’ll put my KubrickFixed theme back in the meantime.

    ginoxy, let me know when you’re ready to view what I have done or whatever…and see if it’s something like ya want.. =)

    spencerp

    Thread Starter ginoxy

    (@ginoxy)

    spencerp hi.. !

    sorry i was sleeping , Humm all i want 1-black theme 2-nice font 3-the width of the borders arenot too big

    Put it back up, but I won’t be able to get into anything deep too night…I’m really busy right now. But that’s a general quicky job for ya…that other stuff shouldn’t be hard to fix at all then lol..

    Is this kinda what you mean? I dunno what was hard about it, but hopefully this is BASICALLY it..[crosses fingers lol]
    http://www.vindictivebastard.net/kubrickfixed/

    I added color to the #content part of css: color:#808080;
    and that same color to other parts of the css file. And made the width of the blog 650px and 652px for the #main.

    Of course, more things can be done to this to make it even sweeter looking lol =)

    spencerp

    Please note though: That this was a quicky job lol! And I could work at it more tomorrow or later today I mean. =)

    Thread Starter ginoxy

    (@ginoxy)

    Ok ๐Ÿ™‚

    Thread Starter ginoxy

    (@ginoxy)

    Hello again, i choosed another theme and everything is OK now (almost) i have a theme now but in the header area i have 4 things

    1-Home 2-About 3-photos 4-contact

    how can i add urls to them so any visitor can click over them ?

    Update :

    Now i have a problem …

    if i choosed IE to watch my site the side bar goes down !!

    but in FF it is working normal ! any idea how to fix this ?

    Oh, it’s ok. Glad you found another one lol. =) Do you have a link to the site so people including me can see it? That way just incase I do get offline maybe others would be able to help you to.. =)

    spencerp

    Thread Starter ginoxy

    (@ginoxy)

    spencerp
    frankom.com

    ginoxy,

    In one of your template pages you will have

    <div id="navmenu"><a title="" href="http://www.frankom.com">Home</a><a title="About" href="#">About</a><a title="Photos" href="#">Photos</a><a title="Contact" href="#">Contact</a></div><div id="content">

    most likely in header.php. You can change the links there.

    As for your IE bug, that is a CSS issue. In style.css you have


    #side {
    float: right;
    left: -10px;
    margin: 0px -10px 0px 0px;
    padding: 0px 0px 0px -50px;
    position: relative;
    text-align: left;
    width: 140px;
    }

    Try making width smaller or changing your margins/padding (but watch out on margins and padding, since this kind of looks like it is done for the IE6 duplicate characters bug.)

    I think I need some sleep, it is 5:13 here.

Viewing 15 replies - 16 through 30 (of 37 total)

The topic ‘new theme needs some modifying’ is closed to new replies.