• Resolved Matilda F

    (@matilda-f)


    At the end of the Leave a Reply box (before the Post Comment button) is some text referring to html tags you can use.

    It appears on all my live web pages. The website is http://www.matildafaltyn.com.

    How do I do a bulk action to remove this text:

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>"
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • ronangelo

    (@ronangelo)

    You can hide it through css or delete/replace the text through php on a functions.php file.
    http://ronangelo.com/change-or-remove-html-tags-attributes-on-comment-form/

    Next time it would be better to post on the theme’s page.
    http://wordpress.org/support/topic/why-is-no-one-replying-to-my-post?replies=10

    Thread Starter Matilda F

    (@matilda-f)

    Hi Ron,
    I tried to paste that one line in the css but it didnt work.

    Also looked at the functions.php and comments.php in the parent theme to see what paramater needed changing. I couldn’t see any reference to the html tag text as a display.

    Should the code:
    .form-allowed-tags {display: none;}
    be inserted after a #label in css?

    If so, I can check the parent theme style.css

    thank you,
    Matilda

    Thread Starter Matilda F

    (@matilda-f)

    Oh, I did check your second link, thanks and have bookmarked it.
    I will be posting my questions under the theme forum from now on.
    thanks for the tip.

    ronangelo

    (@ronangelo)

    You add the code as it is. Either add the code on Frontier Options -> Custom CSS or on a child-theme style.css

    .form-allowed-tags {display: none;}
    Thread Starter Matilda F

    (@matilda-f)

    Hi Ron Angelo,
    It worked! I pasted the snippet into the Frontier options > custom css.

    I didnt realise you are the creater of the Frontier theme. I really like it.

    Just recovered from a lock-out due to the WP upgrade to 3.8.2 and me (foolishly) running an out of date child theme. I never needed to make a child of your theme since all the changes I want are already built into your theme. Sheesh – talk about learnign the hard way.

    The lockout and losing and recovering my links etc actually consolidated my know how.

    Went to your blogsite and want to add you to my Google+ (your invite at the bottom of the page) but I havent set up my own account yet.

    If you are interested in how your theme’s been used, check out my website http://www.matildafaltyn.com.
    Have a minor technical difficulty with the horizontal menu bar also appearing as a vertical list between the header image and the horiz nav bar. Added IE8 & 9 emulation code, but it doesnt work for WP 3.8.2. Will this fix itself when I upgrade my browser and Windows (currently still on XP and IE 8).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Frontier] Leave a Reply Box – how to remove reference to tags’ is closed to new replies.