Joe Dolson
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Category colors don’t changeI’m already seeing the new color on your site; there is caching in place for those values, but it should be cleared when you save changes to your categories.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Calendar Listing Info Not DisplayingFound it, thanks to somebody sending me their settings export. This is an issue specific to having legacy templates enabled with permalinks disabled. If you either switch to PHP templating (My Calendar > Settings > Display) or enable search friendly permalinks (My Calendar > Settings), then this will work as expected.
I’ll ship an update to address it, but this would be more immediate.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Calendar Listing Info Not DisplayingNo, don’t revert to 3.5.2; that won’t help. I’m not yet sure where this problem is coming from; I’ve been asking people to share their settings with me. There are two settings that are most likely to be relevant: My Calendar > Design > Templates (what is enabled and what is the template used) and the shortcode in use for that calendar view. If you can share any of that information, I’d appreciate it.
Actually, it was me – there was a logic error (returning the wrong data type) that was causing templates not to process correctly in some scenarios. My Calendar has a lot of possible template routes, and I missed that one!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Set default page for Event pop-upYou’ll want to add a custom template for events. See the documentation on that: https://docs.joedolson.com/my-calendar/single-event-template/
Events use the normal WordPress theme template hierarchy, so if you add a template that matches the events post type, it’ll use that instead.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] PHP Templates help neededFound it; it’s a Javascript issue in the disclosure widget scripting. If you switch to the modal (My Calendar > Design > Scripts: “Modal”), then this issue won’t be happening. I’ll get it fixed, though.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Calendar Listing Info Not DisplayingUpdate to 3.5.2 (just released) and let me know if this is still the case.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] PHP Templates help neededOh, that’s weird. Exploring. Not sure what’s happening there; there shouldn’t be anything about the load process that makes a dfference here, so I’m not sure why the template loader isn’t returning anything during an AJAX query.
This should be fixed in 3.5.2; update and let me know!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] My Calendar Mobile View?Can you be more specific about the words running outside the blocks? Giving me a date to look at would help; I didn’t see it on a quick glance.
Is this with 3.5.1, or with 3.5.0? I made a tweak to the Upcoming Events query in 3.5.1, so this may no longer be true.
@shaominchua The styling in the year dropdown list is probably coming from an add-on stylesheet, configured at My Calendar > Design > Style Editor. They used to be required, but are now optional; you can try disabling it for more consistent styles. If it’s a custom stylesheet, you may need to edit it to adapt to the updated base styles.
@gaiaweb Interestingly, I notice that the
articleelement isn’t present; the classes that handle category colors are on anarticleelement that wraps the content. I’m wondering if something might be stripping those out on your site, or if there’s some combination of settings that is causing them not to show. Do the category colors show if you switch to a default theme?Does it happen if you open it in a new private window in Firefox? Private windows would ignore existing saved data, so if there’s something local that’s causing a problem, that might help figure that out.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] PHP Templates help neededHave you looked at the documentation? PHP templates are completely different from the previous templating; you’d start by copying the template you want to change into y our theme directory, then you can adapt it from there.