• Resolved thenumbereightytwo

    (@thenumbereightytwo)


    Hi all,

    my blog is at thenumber-eightytwo.com.

    As the topic title reads I guess: my blog uses the Museum Core theme and below the comments field at the bottom of each post, a ‘You may use these HTML tags and attributes:’ is present, as well as a box below with the following options:

    <abbr title=””> <acronym title=””> <b>

    <cite> <del datetime=””> <i> <q cite=””> <strike>

    I’m not really sure what the benefit of having this is, and personally, I think it looks a little ugly. I’m not too tech savvy so do not know how to get rid of it.

    Can anyone help?

    Many thanks in advance.

    Jamie.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author Chris Reynolds

    (@jazzs3quence)

    The easiest way to get rid of it is to use a different commenting system. The only other way would be to modify the code yourself or create a child theme.

    I recommend Jetpack with the Jetpack commenting system which is almost invisible, works well with Museum Core, and doesn’t show the accepted tags. You can see an example of what it looks like with Core on my blog: https://jazzsequence.com/2013/11/new-pluralsight-course-user-roles-capabilities-wordpress/

    There are some other options for commenting systems as well. The key here is you want something that’s going to replace the built in commenting system because the built-in system will use the template files in the theme. A third-party system (Disqus, IntenseDebate, LiveFyre, Jetpack) will replace the whole commenting system, and the templates, with their own.

    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Thank you very much for your reply.

    I have tried what you recommended, namely the enabling of Jetpack’s commenting system. Though unfortunately, it isn’t overriding my default comment system.

    Can you tell me of a particular way to override it?

    Many thanks,

    Theme Author Chris Reynolds

    (@jazzs3quence)

    I don’t know of any reason why the Jetpack commenting system wouldn’t be overriding the default commenting system (assuming it’s active in Jetpack). As I said, I’m using it with my blog and it’s working fine. I’d make sure in Jetpack that the Comments module is active and that the discussion settings are set correctly. Other than that, you might might try asking Jetpack support about it if you still have problems.

    If the point is to get rid of the allowed tags message, CSS display none will do.

    .form-allowed-tags { display: none; }
    DM3

    (@dm3)

    I have the same issue. Would love to getrid of the note on the bottom of the comment box that looks like this:

    You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>

    <cite> <del datetime=""> <i> <q cite=""> <strike>

    So, paulwpxp, where do I put the code you suggested above, and will it take that message off of the webpage I am working on.
    You can see what I am talking about at https://www.jocelynchalmers.com

    Thanks for your help

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Did you try the suggestions given in this thread?

    Theme Author Chris Reynolds

    (@jazzs3quence)

    @ DM3
    That code would need to be added to the stylesheet (ideally in a child theme) or if you’re using Jetpack (or another plugin like My Custom CSS) in the custom CSS panel of that plugin.

    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Hi all,

    Thank you for all your help. This really is a great support community.

    I posted the provided code (thank you paulwpxp) into the jetpack CSS. I went for this option as I don’t have a child theme set up (I hope this doesn’t cause me issues down the line).

    It worked perfectly.

    Again, thank you all.

    Jamie.

    Theme Author Chris Reynolds

    (@jazzs3quence)

    @thenumbereightytwo

    It shouldn’t ever cause issues down the line. All you’re doing is hiding that section that’s identified with the .form-allowed-tags class, which would only ever change (and therefore not work) if I changed it — which I won’t.

    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Okay, that’s great.

    Thank you very much.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Deleting HTML tags and attributes feature below comments field’ is closed to new replies.