• Resolved dreduq

    (@dreduq)


    Hi. I love the plugin so far, you did a great job. However I noticed that on the site I am developing, it shows the author box on categories and tags (below each post I have written).

    I do not know if you can understand what I mean, so this is a link example:

    https://www.sitename.com/tag/design
    https://www.sitename.com/life-lessons/ (this is a category)

    So, in the list, you can see the picture of the blog post, the title, first paragraph and then the author box. Same goes for each post listed.

    It is really weird. Is there any way I can remove this from showing below each post?

    Thanks for the help.

    • This topic was modified 7 years, 1 month ago by dreduq.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @dreduq,

    Thank you for reaching out to us!
    Please give this code a try:

    .category .saboxplugin-wrap {
        display: none;
    }

    Make sure to add it in Appearance > Customize > Additional CSS.

    All the best,
    Mihaela

    • This reply was modified 7 years, 1 month ago by Miha.
    Thread Starter dreduq

    (@dreduq)

    Hi. Thanks a lot for the reply.

    Apparently, it works now with categories BUT keeps happening with Tags. Is there any code for it?
    And also it appears in the “Author’s page” Whenever I click on the blogger’s name, the box appears below every post. Again,Is there any code for it?
    Sorry for asking, I am not a developer. I’d appreciate the help. ??

    Sure thing, @dreduq!

    Please use this code for tags and author page:

    .tag .saboxplugin-wrap, .author .saboxplugin-wrap{
        display: none;
    }

    Best wishes,
    Mihaela

    Thanks so much for this question and answer.

    Is the best way to hide the author box on Category Pages, Tag Pages, and Author Pages, the use of CSS?

    I can make the change and it will be easy to do, I am just concerned if a client or another developer in the future makes a change or does not realize this custom css has been added.

    https://stevenjohnson.me/lego/

    An admin setting would be fantastic.
    Is this feature available in the paid solution?

    Thanks for the great plugin! — Steven

    @eskwire – Hi Steven,

    so sorry for the late reply, for a reason that I don’t understand yet, I didn’t receive a notification from w.org when you posted this.

    The short answer is: yes, this is a feature available in the PRO version of Simple Author Box.

    Thanks,
    Cristian.

    • This reply was modified 6 years, 4 months ago by Macho Themes.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Author Box showing up on Blog’s Categories’ is closed to new replies.