I checked on this and it appears there were a few customizations made to the my_events_page.php file. Can you FTP in and try changing a few other things in there?
In that file there’s line 233 which has:
echo event_espresso_my_events();
You can completely remove that line or comment it out.
then on line 239 it says:
return;
you change it to:
return event_espresso_my_events();
Doing the above two changes might help with the content appearing twice. It’s not appearing twice on my test server, but I don’t have the same plugins and theme installed that your site has, and I suspect that echoing the shortcode content might be leading to the issue you’re seeing.
To be clear, those were not fixes, the intent was to rule something out.
Can you try deactivating all other WP plugins, temporarily switch to the default WP theme? This will help rule out a potential plugin/theme conflict.
Viewing 5 reply threads
The support post ‘[ESPRESSO_MY_EVENTS] displaying tables twice (duplicate)’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.