Hi – that’s a lot of questions!
We do try to stick to one issue per thread (this helps avoid confusion and allows us to serve all customers as quickly and fairly as possible) so let’s stick with the following question here – and if you could break out any other questions in to new threads that would be appreciated 🙂
1.We have a featured image appearing within event post (at top), can you advise please on how this can be removed. Thanks.
Certainly.
The first thing to do if you are new to The Events Calendar/Events Calendar PRO is review our Themer’s Guide – this explains the basics for safely overriding our templates. With that done, please go right ahead and override the single-event.php template and locate the following piece of code:
<!-- Event featured image -->
<?php echo tribe_event_featured_image(); ?>
Simply remove this and the featured image will no longer be apparent.
Does that help?