Forums

Theme problem (18 posts)

  1. bbrader
    Member
    Posted 5 years ago #

    Hi

    I am new to wordpress.. I installed it and really like it. I only got one problem:

    the theme i would like to use has a little bug, and my knowledge of css / php isn't that good (yet)

    the comments/posts appear like they are supposed to, but somehow the info above (I.e Posted by, Category and Comments) is somehow off balance..

    here you can see...

    anybody know where to change what to get it right?

    http://www.turlington.nl/pb/

  2. David Yeiser
    Member
    Posted 5 years ago #

    Go to your style.css file and change the following:


    .entry div.entrymeta {
    text-decoration: none;
    margin: 0 15px 15px 0;
    padding: 0;
    text-align: right;
    font-weight: normal;
    font-size: 9px;
    color: #ab0303;
    }

    To this

    .entrymeta {
    text-decoration: none;
    margin: 0 15px 15px 0;
    padding: 0;
    text-align: right;
    font-weight: normal;
    font-size: 9px;
    color: #ab0303;
    }

    This should fix it, however I don't have Firefox at work so I can't test it there. But I'm pretty sure it should be cross-browser consistent. Let me know if it works.

  3. bbrader
    Member
    Posted 5 years ago #

    brilliant!!! that did the trick!!!

    However, I've got one more question:

    Is it allowed to "borrow" somebody's template and redo it into your own? Change graphics, colors and so on?

  4. Chris_K
    Member
    Posted 5 years ago #

    In general, yep. Just check the theme's license first.

  5. bbrader
    Member
    Posted 5 years ago #

    ok, I'll check.

    next issue:

    If i click on comments when I'm not logged in: the error message "You must be logged in to post a comment" seems to be off aswell..

    any ideas there?

  6. David Yeiser
    Member
    Posted 5 years ago #

    Looking at your source I saw this:

    <h2 id="respond">Leave a Reply</h1>

    Should be:

    <h2 id="respond">Leave a Reply</h2>

    That should fix it. You'll have to find it in your .php files. It should be in your comments.php file.

  7. bbrader
    Member
    Posted 5 years ago #

    done that, but id didn't fix the problem, sorry...

  8. David Yeiser
    Member
    Posted 5 years ago #

    Here is another one:

    <h2 id="comments">One Response to “Hello world!”</h3>

    Should be:

    <h2 id="comments">One Response to “Hello world!”</h2>

  9. moshu
    Member
    Posted 5 years ago #

    Sorry, but those code lines have nothing to do with the question.
    If the "you must be logged in..." thing appears on your blog - it means YOU did set it up in that way.
    admin > Options > General: Membership... see the boxes!

  10. bbrader
    Member
    Posted 5 years ago #

    couldn't find that one..

    well, i think the problem is bigger than we thought. I deleted that blog entry, and now I get the message

    Not found, Sorry, but you are looking for something that isn't here.

    this also is moved to the left...

    So I think that everything is moved to the left....

  11. bbrader
    Member
    Posted 5 years ago #

    @ Moshu

    It's not about the you must be logged in. It is about that all these messages are positioned too far to the left...

    and thus don't fit in the design

  12. moshu
    Member
    Posted 5 years ago #

    Sorry, I've misread your post.
    That's just bad design.

  13. David Yeiser
    Member
    Posted 5 years ago #

    Moshu,

    The problem in question is why the text is aligned too far to the left. Not why it's there. Please read the questions carefully.

    bbrader,

    Have you edited this theme much yourself?

  14. David Yeiser
    Member
    Posted 5 years ago #

    Whoops, sorry, double post.

  15. bbrader
    Member
    Posted 5 years ago #

    Actually I tried some stuff, f**ked it up completely and did a fresh install. even dropped my whole database, so really started from scratch. So all the editing I did up to now is what you told me...

    Maybe I should go for another theme then, eh...

  16. David Yeiser
    Member
    Posted 5 years ago #

    Yeah, that's what I recommend. It seems like the author of this theme needs to address some bugs and CSS/XHTML issues.

    Here are a couple of themes to check out:
    Hemingway
    Chaotic Soul

    Hemingway has white option, and Kyle Neath (the author) just had a contest for alternate styles of Hemingway. So there should be some more variety coming soon...

  17. bbrader
    Member
    Posted 5 years ago #

    I am already nosing around the different themes. Actually what I want to setup is very simple. It can be a one column thing... I want a picture I made myself at the top, some links underneath. One of the links is "home" one of em is "about" and then some links to different categories of photo galleries, and to a site that has links to stuff of my interest. I was playing around with Joomla before, which can do all that and waay too much more, so I thought I'd try wordpress...

    Any ideas?

  18. Chris_K
    Member
    Posted 5 years ago #

    Looked at http://themes.wordpress.org/ ? You can filter on one column themes if so inclined.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.