highprrrr
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Problem new Design@frieda66 I don’t really have a quick solution answer for you.
This is very common with themes that still utilize old, out-dated coding standards.
Our previous version of calendar designs (we call V1) was pretty old and outdated, and worked great with old, outdated themes.
Now that we’ve updated to V2 and we use much more modern coding standards, there are some conflicts with themes.
We’re brainstorming ways to try and mitigate that but to be honest, you’re probably just going to have to use some custom CSS to try and fix the small design quirks.
Forum: Plugins
In reply to: [The Events Calendar] All day events get styled ass multi day in month view.hrm yes looking at your front end I can see you have quite a bit of custom styling going on.
Try this:
.tribe_events_cat-boeken .tribe-events-calendar-month__multiday-event-bar-inner { background: rgb(255, 0, 0, 0.2); padding: 0; border-radius: 0!important; }You’ll need to do that for each category. Right now you already have a background color for the .tribe_ecents_cat-boeken so right underneath that just add this code I shared, and then copy/paste for each of your categories.
You might also want to play around with the border radius of the parent element:
.tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar { border-radius: 0!important; }- This reply was modified 4 years, 6 months ago by highprrrr.
Forum: Plugins
In reply to: [The Events Calendar] All day events get styled ass multi day in month view.Can you try adding this to your custom CSS to remove that background from all day events:
.tribe-events-calendar-month__multiday-event–width-1 .tribe-events-calendar-month__multiday-event-bar-inner {
background: none;
}Forum: Plugins
In reply to: [The Events Calendar] All day events get styled ass multi day in month view.“Is ‘multiday-event-bar’ being applied to ‘all day’ events a bug or expected behaviour? And is there a way to get rid of it for ‘all day’ events?”
That’s a good question! Let me check with the team and get back to you.
Thanks for bringing this up!
-James
Forum: Plugins
In reply to: [Event Tickets and Registration] Conflict with buddyboss platform pluginHi there.
Sometimes these issues are caused by a conflict of more than just two plugins.
Real quick, can you disable ALL plugins, except for the calendar/ticket plugins, and buddyboss, just to make sure the conflict is ONLY between these two plugins?
Then, could you click this link to login to this sandbox, and install the buddyboss plugin, and do whatever setup is necessary to reproduce the issue so we can take a closer look at it?
Forum: Plugins
In reply to: [The Events Calendar] CSS all broken“some templates are missing”
So on your site, you have created some custom templates?
It sounds like that might be where the problem lies.
This is very difficult since I can’t access the front end of your website.
You need to find someone who is good with CSS to help you. Looking at your screenshots, it looks like it will be pretty easy to fix. The differences are very small, it should just take some minor CSS tweaking.
But seeing as I can’t access the front end, and we weren’t able to reproduce this in a sandbox there’s not much I can do.
Forum: Plugins
In reply to: [The Events Calendar] CSS all brokenEverything looks good on this test site: https://frank-pony.w6.wpsandbox.pro/events/month/
Perhaps you can try and configure the test site the same as your live site and try to reproduce the issue?
Forum: Plugins
In reply to: [The Events Calendar] CSS all brokenWould you be able to login to this sandbox and install a copy of your theme?
Forum: Plugins
In reply to: [The Events Calendar] CSS all brokenI see in another thread you already switched to a default theme and the styling looked OK when you did that.
Do you have a link I can use that doesn’t require me to login to view the front end of your website?
What theme are you using?
Forum: Plugins
In reply to: [The Events Calendar] Problem new Design@frieda66 what theme are you using? Can you share a link to your website?
Forum: Plugins
In reply to: [The Events Calendar] CSS all brokenHi victor,
Definitely recommend updating your plugins more often. 5.7 to 5.12 is a pretty big jump and leaving plugins that long without being updated opens your website up to security risks.
That being said, could you temporarily switch your theme to a default theme like twenty twenty and let me know if the styling looks OK when you do that?
Forum: Plugins
In reply to: [The Events Calendar] Change event URLthe event URL shouldn’t include index.php. It should be domain.com/events
If your website is displaying index.php in the URL you’ve done something wrong during WordPress setup.
Forum: Plugins
In reply to: [The Events Calendar] Problem new DesignPlease try switching temporarily to a default theme, like Twenty Twenty and let me know if the Calendar layout is fixed.
Forum: Plugins
In reply to: [The Events Calendar] Changing Default Mobile View to MonthWe just released an update that should allow you to remove that custom snippet that Geoff provided.
Please update and let us know if it’s working properly.
Forum: Plugins
In reply to: [Event Tickets and Registration] date selector on monthly calendarHi there!
Format how exactly? Are you wanting to adjust the styling? You should be able to do this with some custom CSS.
If you right click on an element you can see the code and you can see the classes and IDs that you will want to target with your CSS.
Additionally there are a few basic styling options in the WordPress customizer for The Events Calendar