WordPress.org

Forums

Forms are missing (10 posts)

  1. sasole
    Member
    Posted 5 years ago #

    Suddenly the forms (searchform and commentform) in my site are missing in Firefox, they are still there in IE. I didn't change anything since I last looked and then it was fine. I tried installing FF again but that wasn't it. Anyone experienced the same problem?

  2. whooami
    Member
    Posted 5 years ago #

    thats nifty -- hard to help without a url to your blog.

  3. sasole
    Member
    Posted 5 years ago #

  4. whooami
    Member
    Posted 5 years ago #

    http://validator.w3.org/check?uri=http://www.marceldekorte.eu/wp/

    fis the list errors in your sidebar, see if that helps.

  5. whooami
    Member
    Posted 5 years ago #

    edit: actually thats not going to to fix it .. I fixed them locally to no avail.

    so its in your css.

    you dont have any styles applies to your searchform. Since you are trying to do your own theme - look at how the default themes do their CSS for it, and take a cue from them.

  6. sasole
    Member
    Posted 5 years ago #

    No, that is not it. The ul and li's don't seem to have effect on the forms.
    Any other suggestions?

  7. whooami
    Member
    Posted 5 years ago #

    edit: actually thats not going to to fix it .. I fixed them locally to no avail.

    so its in your css.

    you dont have any styles applies to your searchform. Since you are trying to do your own theme - look at how the default themes do their CSS for it, and take a cue from them.

    -----

    if you look at your css .. you have this:

    .clear{
    	margin: 0;
    	padding: 0;
    	clear: both;
    }

    If you remove that, you will see that, in fact, the form is the same background as everything else -- It IS there, you just havent styled it.

  8. Root
    Member
    Posted 5 years ago #

    .clear ? looks like my stuff :)

  9. Root
    Member
    Posted 5 years ago #

    Er maybe not :)

  10. sasole
    Member
    Posted 5 years ago #

    Whooami, thanks you're right. Still so strange that the styles (borders) like you see in IE were there before... Well I won't think about that for now...

Topic Closed

This topic has been closed to new replies.

About this Topic