• The comment function doesn`t work
    I can post comments when logged in as admin, but otherwise ( as anyone else) it does not get registered.

    Which template have I messed with??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Check your settings in Admin/Settings/Discussion.

    Thread Starter kjagen

    (@kjagen)

    I`ve checked there. Nothing wrong.
    It must be one of the templates

    Thread Starter kjagen

    (@kjagen)

    I reuploaded the comment css.

    Esmi, any idea of why one of the comments in the sidebar splits over two lines?
    https://www.kjagen.com/iron-maiden/post-a-message/

    You’ve got an unclosed img tag just above the recent comments in that sidebar:

    <img src="https://www.kjagen.com/wordpress/wp-content/upLoads/images_sidebar/im_back.jpg"</div>

    that won’t help. Also a few CSS errors that need sorting.

    The display:block on #sidebar a in style.css isn’t being over-ridden by:

    <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>

    in header.php in IE8. Try adding:

    #sidebar .recentcomments a{display:inline;}

    to the bottom of style.css

    Thread Starter kjagen

    (@kjagen)

    Hey
    that didn`t work. The first comment is spread over two lines.

    I fixed alot of the css errors.
    It`s a lot of errors left but they are associated with gallery plugins.

    Something else. In the top menu there is a spare area after “about” saying javascript; void ?? whats that. its causing an extra white border when there+s noting really there

    Thread Starter kjagen

    (@kjagen)

    Anyone got an idea on this one.
    I haven`t got a clue. Checked all css errors
    The javscript area is also there if I remove the white menu borders

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Comment problem, which to fix?’ is closed to new replies.