I have searched your knowledge base about this one issue, and it seems very strange. The Title is showing as:
“Events for Sun, July 2018”
But that is messed up. It should be showing:
“July 2018” or even “Events for July 2018” would be acceptable.
I tried to do a CSS trick to remove it altogether, ie: .tribe-events-page-title { display:none; }
It’s clears that whole area, but that idea did not sit well. We still want the title!
It’s using a great Artbees theme called Jupiter. I don’t understand why this simple thing would be conflicting or displaying the date/day of the first event in that month. Here is our page:
http://www.paquesters.xyz/events/
I found this on your support site, but defining the constant in wp-config.php did not seem to do anything.
The Calendar Page is Showing the Event Title
define(‘TRIBE_MODIFY_GLOBAL_TITLE’, true);
Any help on this issue would be appreciated.