Reply to: 1. EventOn Calender doesn’t switch the month and only shows the current month. 2. Ticket SaleCheck Out is damaged. Its not possible to pay.

Hello,

Could you please try the instructions mentioned in this documentation to make sure your issue is indeed coming from eventon.

Please follow the instructions in this documentation to activate debug in your site to see any PHP errors recorded that can provide insight on to whats going on. Please reply with a link to debug.log file. If you are not able to do this please send us FTP access to your site so we can do this for you.

Reply to: I’m having trouble displaying events from Events and Meetings (event_type and event_type_2) in a single calendar on my page using shortcode

I understand what you are saying about the wordpress taxonomy.

Yes, this makes perfect sense. So instead of an “AND”, the query needs an “OR” such as

select columns
from tableName
where event_type in (list_of_event_type_ids) OR event_type_2 in (list_of_event_type_2_ids);

In your post of #90056, I wonder what would happen if that was changed the “AND” to an “OR”. I may try that and see what happens.