Hi @snake-plissken,
we are working on providing a solution for this, until then, I can offer you a CSS snippet to hide it from any WooCommerce related pages. Would that suffice?
Thanks,
Cristian.
Hi, I have the same problem as above, but in this case the author box is showing in an event article (The Events Calender by Tribe). Is it possible for me to get a CSS snippet to hide it?
Thank you!
-
This reply was modified 8 years, 6 months ago by
formlig.
Hi @formlig,
yeah, sure. Please provide me with your site URL so I can help you with this issue.
Thanks,
Cristian.
Hi!
Here it is: https://quattroporte.se. I don’t know if it makes a difference, but the site is both in Swedish and English.
Thanks so much for your help!/Ann
-
This reply was modified 8 years, 6 months ago by
formlig.
Hi @formlig,
happy to help! Could you please send me a link to where the Simple Author Box is showing up but shouldn’t? I’m having a hard time finding out which one of your posts is actually an even post type.
Thanks,
Cristian.
Hi Ann,
use this CSS:
.tribe-events-content .saboxplugin-wrap {
display: none !important;
}
You can paste it under: Appearance -> Customize -> Additional CSS.
Thanks,
Cristian.
Ah thank you so much! You made my day! 😀
/Ann