Hi Artem,
I tried it with different themes and five different tabs plugins and continue to get the same result, so I don’t think theme is the issue. I just ran some tests and it appears to be the responsive nature of the EventOn plugin initially forcing the full cal width to 100px. I added some CSS to override the EventOn plugin so this won’t happen.
Thanks,
Owen
ps. I just saw that calendar settings had import set to manual so when I processed it there are now 15 events (of 250) importing (again). I set the calendar to update daily now…
ps. Here is the link to the calendar without it adding my location in Berlin: https://calendar.google.com/calendar/embed?src=sqeaencctvolvqcennao8p5hgs%40group.calendar.google.com
Hi. Sorry for the delay (I was on vacation for a week).
The google calendar we are linked to is:
https://calendar.google.com/calendar/embed?src=sqeaencctvolvqcennao8p5hgs%40group.calendar.google.com&ctz=Europe%2FBerlin
Right now only 5 events are showing up on the site! of the 250 or so event on the calendar…so it is hard to give you a specific example for my first two questions. If we can get all the events to import first, then I will be better able to check if they are deleting and updating properly.
thanks,
sarrita
Hey Kevin,
Our CEO will review – thank u for your patience
Hey Kaiko,
Please go to Settings -> Permalinks and from there press ” Custom “.
Let us know if that will work.
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.
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.