Hello madiba,
Thanks for reaching out to us and also providing the updated information.
When using the Filter Bar, is it a particular layout (vertical or horizontal) that causes the display issues or do they persist with either option set? Also, does the issue persist after following the Testing for Conflicts procedures?
In regards to the blog issue, it appears that your theme may be using a special template for the Blog page. This means that it is probably pulling a custom query rather than the default query that is associated with our option to include events within the main blog loop. To fix this, find the query that is being used for the Blog page template and replace the “post_type” argument with:
'post_type' => array( 'post', 'tribe_events' )
Let me know if this helps.
Thanks!