Home Forums Theme support Disable comments "enter an answer" and tags icons

Tagged: ,

This topic contains 4 replies, has 2 voices, and was last updated by  7Theme Support 6 years, 8 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Hello,
    how can I disable the function “Please enter an answer in digits:” in comment fields? It’s only in English so it doesn’t make sense to have it on the website in other languages.

    The second question is that two of my tags have an icon next to the blog post. I didn’t set any icon and I can’t get rid of it. Where can be the hidden option?

    Thanks in advance

    Hi,

    how can I disable the function “Please enter an answer in digits:” in comment fields? It’s only in English so it doesn’t make sense to have it on the website in other languages.

    That’s not part of our theme, I think you use a plugin for this function, but for this you have to contact the plugin author because it has nothing to do with the theme.

    The second question is that two of my tags have an icon next to the blog post. I didn’t set any icon and I can’t get rid of it. Where can be the hidden option?

    This is up to the theme you use. Please let me know what theme you use, than we can tell you a solution

    Thank you! You were right about the comments, it was All In One WordPress Security 🙂

    When it comes to the second question, I use Orion theme.

    And maybe one more question – how to disable twitter and facebook share buttons when one opens a picture in portfolio in full-size? I don’t have those social network connected with my site and don’t want those buttons being displayed.

    Hi,

    And maybe one more question – how to disable twitter and facebook share buttons when one opens a picture in portfolio in full-size? I don’t have those social network connected with my site and don’t want those buttons being displayed.

    Thats are only buttons to share it, for this you don’t have to use facebook or twitter. But if you don’t want it, you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS content:

    div.pp_default .pp_social {
     display:none;
     visibility:hidden;
    }

    For the “tag” icon: you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content to hide it:

    .icon-tag {
    display:none;
    }

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.