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( ...
Popular Articles
Changing Default Email Address
The sender email address, also known as the “From” in the admin panel helps your event attendees identify you and your business. That is why it is essential for you to add an easily recognizable sender’s email address while filling up your ...
Upcoming events
The upcoming events shortcode is used to access the details of the upcoming events of a specific organizer. To add shortcodes for Upcoming events, follow the below mentioned steps: Log into the Admin panel. Add a new page under the pages menu on the ...
Customize Event Expiry Date and Time
As per our plugin functionality, the owner of a website or the admin can set the event expiry date either on the day of the event end date or can choose his or her preferred date, Here, it is to be mentioned that only the date can be modified and the ...
Scan QRCode
The scan QRCode API allows you to scan QRCode of tickets of attendees. Scan QRCode properties Attribute Type Description Permission message string Message for attendee ticket scan READ-ONLY event_title string Event name. attendee_name string Attendee ...
Attendee Note
The attendee note API allows you to view, add and delete an attendee note. Attendee Note properties Attribute Type Description Permission id integer Unique identifier for the resource. READ-ONLY note string Attendee Note. MANDATORY date_created ...