Tagged: related posts, the events calendar
Hello
I use the actual enfold 3.8.4 with enfold child an the plugin “The Events Calendar (pro)”
I want to disable the „related posts“ entrys and there i´am went to “enfold child – blog layout” – and deactivate the related entries.
But that doesn’t work so i add in quick css:
div.related_posts {
display: none!important;
}
But this also doesn´t work.
In the The Events Calendar doku they said, that this comes from the theme – so it´s not configurable by the calendar plugin
sorry about my english
Dirk
Hey Dirk,
Thanks for contacting us. :) I can’t see any related posts but I do see related events, if you are referring to this, try to add this css code in Quick CSS (located in Enfold > General Styling):
h3.tribe-events-related-events-title,
ul.tribe-related-events.tribe-clearfix {
display: none !important;
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko
thank you very much – it works perfect!!