Hello,
The problem is in Tabs. After window resize it looks normal: https://tppr.me/gTXcN
Please contact theme developers about this issue.
Replies for tickets on suppota
Hello,
The problem is in Tabs. After window resize it looks normal: https://tppr.me/gTXcN
Please contact theme developers about this issue.
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.
I dont connect direct to MySQL, I use wp_query to do that job.
What I am guessing the reason its not showing is becase of the AND value in taxonomy filters. It is looking for an event which has both event type AND event_type2 values. Not any single value of it, does it make sense?
Hello,
Great! Please let us know when you’ll need our help.
Hello,
Unfortunately, with customization job only. You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.
Sorry, i am reading some stuff that is helping me out right now, so put this on hold for a moment!
Hi Lelia,
Yes, you can add ux_val=”4″ parameter in the shortcode, which will open events in their single page.
You can also familiarize with available shortcodes and parameters in our documentation below:
https://docs.myeventon.com/documentations/shortcode-guide/
Let us know if you need help with anything else.
Thanks
I see in your image the circled “AND” in the PHP code but where does that translate to the MySQL query meaning what does the MySQL statement look like? Are you able to dump the query being executed and running that within MySQL?
I haven’t touched any code in your plugin so if the shortcode is supposed to support displaying events from event_type and event_type_2 within the same weeklyview, why isn’t my implementation not working?
The only other item I can come up with is that we have the weekly and the full_cal add-ons so it is possible a function in one of those add-ons is overwriting a variable? I’m just spit-balling ideas here. I’ve been developing myself for 18 years but I don’t not in PHP let alone WordPress implementation of PHP so I could be completely off basis here.