author box comes out in categories

Posted in: Newspaper
Post count: 297

Hi.
I have created categories from 0 and at the end of all I get my author box, as I do so that it does not appear in the created categories.

Post count: 35449

Hi,

Please provide me some screenshots and a link where I can inspect this situation.

Thank you!

Post count: 297

Hello, the problem with the author box is that it comes out in all the categories measured or personalized with the source of the cloud that is displayed, there is the category so that you can see that in the end the author box comes out and it should not, since it is not a Article.
tecnplogy

  • This reply was modified 6 years by ludyma.
  • This reply was modified 6 years by ludyma.
Post count: 35449

Hi,

This -> https://i.imgur.com/2mBkQGJ.png is not a theme element is coming from a plugin -> https://i.imgur.com/gE111Lv.png you need to find that plugin and check the settings that is using, to make sure that is a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If you do not want to remove that plugin and you only want to hide the author from the category page, you can use a custom css -> https://i.imgur.com/sviuwGl.png
.category .saboxplugin-wrap{
display: none;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!

Post count: 297

Thanks, it worked for me

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.