• Resolved koolzero

    (@koolzero)


    ok so i am using the acid green pro 1.1 theme here:
    PAGE

    at the bottom there is a box that says “comments are closed”

    any ideas on how to get rid of it?

    thanks in advance!

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter koolzero

    (@koolzero)

    anyone?

    I’m not seeing it.

    Thread Starter koolzero

    (@koolzero)

    it is in the center, has a white top and a black body, and you can’t see the text, you have to highlight it because it is black. just says “comments are closed” i have turned off comments in the options menu, and i have also turned off comments on the specific page

    Thread Starter koolzero

    (@koolzero)

    here is a ss of it

    LINK

    Thread Starter koolzero

    (@koolzero)

    anyone else got any ideas? =D

    Thread Starter koolzero

    (@koolzero)

    anyone? sorry i keep posting on here, it is the only way to keep it where people can see it lol =D thanks for all the help!

    I’m looking at the page, and I see the box now. Normally the comment box wouldn’t appear on the main page but only on the single.php page. I guess my question is, was the content of that page created, as a post?

    Thread Starter koolzero

    (@koolzero)

    no it was made as a page.

    you just need to open up your comments.php file and remove that line.

    Thread Starter koolzero

    (@koolzero)

    i have deleted the line that says comments are closed, but it still has the box. could you be more specific as to what i need to delete please?

    So, it is stored in the WP database as a page, correct? If that is the case you should be able to edit your page.php in your theme directory and find where the comment section begins. I don’t know how comfortable you are in editing those files, (MAKE BACKUPS) but you should be able to remove or comment out that section.

    Thread Starter koolzero

    (@koolzero)

    yes that is how it is stored. are you talking about in the actual theme folder there should be a page.php?

    That’s correct.

    Okay, you’ve deleted the *text*, but you didn’t delete the formatting around it. You forgot to get rid of:

    <div class=”postinput”>
    <p class=”nocomments”>Comments are closed.</p>
    </div>

    Of you don’t want it to show, then you have to get rid of that. Of course, if you delete it completely, then when comments *aren’t* closed, it won’t have the box, either. So you need to use an if statement. I don’t know what your code looks like, though, so I can’t tell you exactly what to put.

    Thread Starter koolzero

    (@koolzero)

    to actorjiml : i do not see a page.php

    to doodlebee : here is my code:

    COMMENTS

    FYI : there will never be a need for comments as i am making a custom forum. so i can completely get rid of them =D

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Comment box issue, Please help’ is closed to new replies.