highprrrr
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Next month and previous month buttonsHi @martinstorey!
I don’t see the grey boxes, it looks like you got your issue taken care of already?
Forum: Plugins
In reply to: [The Events Calendar] Missing event information in Google Calendar linkHi @mafalda1426
I just had a chat with the development team. Turns out this is a known issue that we’re currently investigating.
I don’t have any kind of ETA but we will followup with this thread once the issue has been fixed.
We appreciate you reporting this, and your patience while we work to fix it.
-James
Forum: Plugins
In reply to: [The Events Calendar] LATEST UPDATE: CALENDAR BROKENoh, good! I’m glad you got it sorted out.
Have a great week!
Forum: Plugins
In reply to: [The Events Calendar] Can’t update to 5.14.0.4Perhaps it’s too big of a jump from 10 to 14. You could delete the plugin, and just install the new version fresh.
You shouldn’t lose any data, as that’s stored in the database, but always a good idea to back things up before doing updates and what-not.
Forum: Plugins
In reply to: [The Events Calendar] Missing event information in Google Calendar linkHi there,
The text in the description of the event should carry over I believe, but it’s not possible to make links work. So if you have a link in the event that says “click here” then in the Google event, it will just be text that says “click here” but it won’t be a link anymore.
Unfortunately there’s nothing we can do about that.
Can you provide a link to your calendar, I’d like to add it to my Google calendar to test the description.
Forum: Plugins
In reply to: [The Events Calendar] LATEST UPDATE: CALENDAR BROKENI just took a look and I’m not able to reproduce the issue.
If you’re still having the issue could you give some more details about what’s happening?
Forum: Plugins
In reply to: [The Events Calendar] Cart empty after adding ticket to itThanks @jdembowski!
Forum: Plugins
In reply to: [The Events Calendar] change link title word in single-event.phpAre you trying to change the Left Arrow and Right Arrows?
Those are actually being added using a CSS pseudo element ::before
Forum: Plugins
In reply to: [The Events Calendar] Cart empty after adding ticket to itCan you go into Events > Settings > Tickets and turn off the Attendee Registration Modal, and let me know if that helps?
Forum: Plugins
In reply to: [The Events Calendar] Submitted Support Request – No Answer in 3 days?Hi Jennifer,
Apologies for the delay, we’ve experienced a pretty significant increase in sales over the past few months, which has resulted of course in a stark increase in support requests.
We’re taking several steps, (including hiring a couple more folks) to get us caught up.
We appreciate your patience as we work at getting our support queue back down to manageable levels.
Forum: Plugins
In reply to: [The Events Calendar] Date tag in calendar list view is wrongOn your staging site, if you revert back to legacy views do the dates fix themselves?
Also, better take a quick look at this and just double check everything: https://theeventscalendar.com/knowledgebase/k/working-with-time-zones/
Forum: Plugins
In reply to: [The Events Calendar] Conflict with other pluginHi there,
Can you provide some more details please? Particularly, can you let us know why you believe we’ve removed the query parameter for WP_Query?
Forum: Plugins
In reply to: [The Events Calendar] “Learn More” link to Event Website not showingSo is this an external event then with it’s own URL somewhere else?
Did you paste the link in the Add Event Website block?
This block can be a bit confusing. Once you click on it, where it says “Add Event Website” you type what you want the button to say. Underneath that, you paste in the URL to the event.
Forum: Plugins
In reply to: [The Events Calendar] All day events get styled ass multi day in month view.Great, glad I could help! Have a great rest of the week!
Forum: Plugins
In reply to: [The Events Calendar] All day events get styled ass multi day in month view.you might want to try
.tribe-events-calendar-month__multiday-event–past
That will work on all day/multi day events, which it looks like all your events are.
So combine that with the category class from before and try something like:
.tribe_events_cat-boeken.tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner { background-color: rgb(255, 0, 0, 0.2); }