Good afternoon Carolee and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the unwanted elements creeping up on your page.
I would love to help you with this topic.
As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?
https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Could you also please send me a copy of the latest version of your WordPress theme / child theme via a link to a .zip file link (stored Dropbox or Google Drive) so that I can run some tests on my end ? I recommend a private reply for that purpose.
Please ensure you are using the latest files as found on your actual website.
This way I will get access to any updates or customizations you might have made.
- The page id is definitely uncommon, I believe something in your theme needs to be tweaked so that the title is returned properly
- The single page cost can be hidden in a few ways.
For both of these, the fastest and simplest solution is CSS.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.post-type-archive-tribe_events h1.entry-title, .single-tribe_events h1.entry-title {display: none !important}
.single-tribe_events .tribe-events-cost {display: none !important}
Let me know how that goes.
Best regards,
Geoff B.