• ok, so i have my blog up and running, and lots of users, but they can′t leave any coments, i don′t know why.

    when u press the submit comment button nothing happens.
    i asked diferent users to try comment, they couldnt. i tested in explorer, firefox and chrome, didn work.
    i tryed a lot of stuf, i replaced the comments.php
    still doesn′t work

    i dont know what else to try. maybe the problem is in function.php, or somewhere else? maybe the “submit” button is not linked? how to check that? maybe replacing the button will solve this, but i dont know how to do that.

    any help will be apreciated, i′ve had this problem for several days now.
    thanks in advance

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter lulupont

    (@lulupont)

    Hello lulupont,

    I posted about a similar problem about 3 hours ago and haven’t received a reply yet.

    You are lucky as you have a submit button that shows, mine doesn’t even show a submit button at all!

    Sorry I don’t know how to fix this, I’m waiting for help myself.

    Have a terrific day!
    Robert
    3D Accuracy

    Thread Starter lulupont

    (@lulupont)

    ??
    thanls for the support
    i have this problem for several days!!!!!
    i just dont know what elese to try

    Hello lulupont,

    I just started my new blog two days ago and it’s been a problem since I started it. I haven’t been able to find anything that seems to fix it in the Dashboard settings so I’m thinking it must be a deeper code problem which I know nothing about.

    I’m using the Station Theme which has been downloaded by many other people and I’m wondering if anyone else is having this problem with the Station Theme.

    Anybody care to comment?

    Have a terrific day!
    Robert
    3D Accuracy

    I did a little more digging on the Dashboard and found _commentsform.php under the Templates bar on the right side of the Edit Themes page which I found by clicking on the Editor tab under Appearance on the main Dashboard.

    The code looks like this:

    <div class=”postwrap”>
    <div class=”hentry”>
    <div class=”copy”> <?php comments_template();?></div>
    </div>

    </div>

    What I’m wondering is if there is something missing here that should create a submit button on the comment page and activate it.

    Can anyone help please?

    Have a terrific day!
    Robert
    3D Accuracy

    I also found this code in the same Templates side bar under Comments.

    [Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]

    Towards the bottom of the code I can see something about “submit” but I don’t know what this means or if it’s correct.

    Right now I’m not even seeing a submit button on my blog so something isn’t right.

    Any help?

    Have a terrific day!
    Robert
    3D Accuracy

    Hello lulupont,

    I just received this reply on another post from Reuben, he’s dah MAN! His advice fixed my problem and it may work for you also. This is what he told me:

    The submit button is already present but the CSS is hiding it.

    open style.css and add this code

    #commentform #submit{
    display: block;
    }

    I copied and pasted the code he gave me at the very end of the style.css code, tested it and it now works perfectly!

    I hope this will help you too.

    Have a terrific day!
    Robert
    3D Accuracy

    Hello lulupont,

    Reuben just sent me another response on another thread and informed me that the fix is Theme specific so I’d recommend proceeding with caution if you don’t use the same Station Theme that I’m using.

    Have a terrific day!
    Robert
    3D Accuracy

    @lulu….Your theme is a custom one so I can’t help much and the fix I suggested for Robert is a css one. It wouldn’t help you at all.

    Your comments wont get submitted because some javascript code is not allowing the form to submit.

    Thread Starter lulupont

    (@lulupont)

    jejej thank you so much guys :S
    sooo it maybe a javascrpt problem….any idea how to fix it????

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘comment submit button wont work’ is closed to new replies.