Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Aaron T. Grogg

    (@aarontgrogg)

    @richjarvis:

    Sadly, the actual comment form was moved some time back from a theme-level file to a core-level file, making it really annoying… (this is a WordPress-thing, not me)

    You can read more here:
    https://www.ads-software.com/support/topic/where-to-find-the-comment_form-function-in-wp3

    Cheers,
    Atg

    hi, i have a child theme of boilerplate. it generates a number for each comment on a page. i want to get rid of this number but it is invisible in the source code so i have no idea how to hide it. VERY STRANGE! please help.

    benklocek

    (@benklocek)

    @anarchocapitalist It’s probably an ordered list, and must be hidden using CSS.

    Add something like the following to styles.css in your child theme.
    #comments ol { list-style: none }

    Theme Author Aaron T. Grogg

    (@aarontgrogg)

    @benklocek: Thanks!

    @anarchocapitalist: Did this resolve your issue? If not, please feel free to reach out directly to me, ideally with a URL showing the issue, and a description of what you would like to have happen.

    And if benklocek’s recommendation resolved the issue, can you please mark this as Resolved?

    Thanks,
    Atg

    anarchocapitalist

    (@anarchocapitalist)

    hi, sorry for my absence. @ben this did not resolve the issue. as you point out aaron, the fact it’s been moved to core level means it’s a bit of a pain to sort out. I gave up and have removed comments from the site. I may use facebook comments instead or just leave comments out. Sorry, the issue is not important enough for me to spend more time on.

    anarchocapitalist

    (@anarchocapitalist)

    don’t seem to be able to mark this as resolved.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can’t mark others’ threads resolved unless you’re a moderator.

    Theme Author Aaron T. Grogg

    (@aarontgrogg)

    Think this is done…

    Atg

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Theme: Boilerplate] Comment Form layout’ is closed to new replies.