Troubleshooting
Dealing with problematic themes
Due to highly customized or poorly coded single.php templates, some themes do not work normally in the single event pages. To avoid this issue WP Event Manager requires the following things, Content being output via the_content() function. For more ...
Event listing styling and fonts problem
Event style and font issues can occur due to mistakes in [events] shortcode in pre or code tags. To solve the Event Listing style and font issues, here are the steps a user needs to take: Edit the page where the shortcode is put. Above the visual ...
Events don’t display until RESET is pressed
Do your events do not show up until reset is pressed? or you find it is looking for ‘Any Keyword’ and ‘Any Location’, then there is a problem with a placeholder shim script. These try to imitate HTML5 placeholders which don’t support them. Removing ...
Event listings throw 404 page error
Users may come across the 404 error while accessing the event listings. In this article, we will tell you how you can solve this issue. Here are the steps you need to take to solve this issue: Make sure that it is not a permalink issue: Go to your ...
Event listings not showing up in the [events] page
The most common reason behind this particular issue is an error in the Java Script as events are loaded through Ajax. To debug the Javascript error when the event listings are not displayed, you need to pass through the following steps: Go to your ...
Woocommerce cart fragment-jquery cookie problem
If you are facing the Woocommerce cart fragment-jquery cookie problem, you need to add the following code to functions.php: /* * Woocommerce Cookie problem. * Uncaught TypeError: $.cookie is not a function */ function de_script() { wp_dequeue_script( ...
Enable Trace and Debug Javascript file logs
Enable or disable debugging and trace javascript and other files with the Event log Plugin. Installation You can install Event Logs plugin using 2 different ways: Automatic Installation: You can install a plugin from the backend of your WordPress. ...
How To Add My Registrations on My Account Page
The My Registration page allows your registered users to view all the events they have registered for in a centralized location. The page can be created with the shortcode [my_registrations] You can also create the My Registration page in the My ...