• I have a skinned site. I have included my header and footer in my WordPress template. It’s as if they’re half working, though. My font has not been affected by it, and my blog should be in absolutely postioned div, which it isn’t.

    Along with this, my comments are not working. When you click the link, it shows no comments or inputs for comments.

    The address to my WordPress is https://escapetheday.org/wp/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Near the top of your source code, you have this line:
    <div style="position: absolute; top: 474; left: 81; background-color: transparent; border: 0px solid black; width: 290">

    I would change it to this:
    <div style="position: absolute; top: 474px; left: 81px; background-color: transparent; border: 0px solid black; width: 290px">

    You have to tell the browser what units of measure to use. Is it % or em or px and so on. I would look around in your code for other similar errors.

    Thread Starter Olivia

    (@liv)

    Ah, I always seem to forget that. Thank you! ??

    I still need some help with comments though.

    Thread Starter Olivia

    (@liv)

    Oh, and my font is still not displaying correctly.
    (I would have edited my last post, but apparently there is a time limit?)

    Thread Starter Olivia

    (@liv)

    Anyone? I’d like to get this working soon. :\

    You have chopped out too much wp code.

    For wp to work, you need every single part of The Loop – you cannot remove any of it at all.
    If you don’t like how it looks, use CSS to alter that, but cutting code out will break it.

    https://codex.www.ads-software.com/The_Loop

    Thread Starter Olivia

    (@liv)

    I have all the codes for the loop…

    Did you include wp-comments.php at the end of the loop?

    Thread Starter Olivia

    (@liv)

    Hm. Now that I look at it, it looks like I didn’t. What is the exact code for that?

    EDIT/
    Ah, nevermind. I found it. Thank you very much, they’re working now!

    EDIT 2/
    My font still doesn’t appear to be working…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Comments not working…’ is closed to new replies.