• I am suspecting that it might be a conflict between the temp and the plugins that I am using. The word search is gone, only the box is left. On the bottom, the comment box is also missing the words labeling the boxes for email and user name. Please help. 🙁

    URL: http://jujuaquamoist.com

    Thanks for all the help in advance! >.<

Viewing 4 replies - 1 through 4 (of 4 total)
  • looks like you sort of messed it up

    Thread Starter jujubunny

    (@jujubunny)

    I did not make any changes in the codes, because I don’t know how they work at all. I did add a bunch of plugins though. Will you please teach me how to fix those problems please?

    Not to dispute the validity of the Markup Validation, but most of the errors returned are related to improper useage of the ampersand, and have nothing to do with layout. Also, missing the elements juju is asking about has nothing to do with markup.

    You’ll want to go into comments.php, and look for:

    <p class="comment-form-author"><label for="author"></label> <span class="required">*</span><input id="author" name="author" type="text" value="" size="30" aria-required='true' /></p>

    See the *? Add name in front of that, like this:

    <p class="comment-form-author"><label for="author"></label> <span class="required">Name *</span><input id="author" name="author" type="text" value="" size="30" aria-required='true' /></p>

    Do the same for the other fields. As to the improper usage of ampersands, when using an & in code, it should be like this:

    &

    Thread Starter jujubunny

    (@jujubunny)

    boyevul:
    I opened that page but there is no string that starts with <p class=”…

    If this helps, here is a copy of the comment php page:

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I have an issue with my formatting on the front page.’ is closed to new replies.