Joe Dolson
Forum Replies Created
-
If I understand correctly, with your current settings your members can edit their appointments, but there are some things that don’t work – like deleting their own events or adding new dates. But other aspects of editing are working. Is that correct?
I want to be sure I understand the scope of the question.
The cache could either be cached JS or cached HTML; if the HTML seems right, then it could be JS.
It could also be a problem like in https://wordpress.org/support/topic/selecting-previous-or-next-ot-today-gives-null/ – is the
data-hrefattribute present present on the button elements in your dev site?Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Edit Modal popup layoutThere are several ways to edit the layout of the modal. I recommend using a custom PHP template; you can read more about those in the plugin documentation. You can also do it using custom filters or legacy templates.
Forum: Plugins
In reply to: [WP Accessibility] disable console log entriesWell, if you fix the issues they represent, then they’ll go away. They also aren’t sent if you’re viewing the site as a non-admin.
They can be turned off completely using the filter
wpa_view_remediation_logs, as well. There’s no UI for it, however.It appears that the
data-hrefattribute is missing from the widget. This most likely is happening because your theme is doing some extra sanitizing which results in stripping out the custom attributes. Can you switch to a default theme and check whether it works in a default theme?Testing your site right now, I’m not able to reproduce any of these issues. I’m guessing this is a caching related issue; there were changes in the HTML in this version, so if you’re loading cached pages with the old HTML, those would have issues.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Recent problems- Checked your site, and navigation appears to be working as expected. I could reproduce the issue.
- Obviously, I can’t test this. 🙂
It sounds like you may have a caching issue; but with the 2nd item, it would be helpful to get a bit more information, since that wouldn’t be a cached issue in any way.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Switching Month broke the CalenderHonestly, that page throws so many JS warnings of various types, and loads so many cookies and other tracking beacons, that it’s just too much for me to feel comfortable visiting it.
Forum: Plugins
In reply to: [WP Accessibility] Wrapper is not definedThanks for reporting! Fixed.
The weird thing is that this issue wasn’t introduced in the latest release; it was introduced quite a while ago, and I’m surprised it hadn’t already come up. New release will go out tomorrow.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Month Grid broken for GuestThere’s no reason lazy load would have an impact; but the fact that the styles are omitted from your litespeed cache definitely does have an impact. Are there any settings in your caching that might be omitting those styles?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Duplicates on import?Yeah, as a manual way to copy events over, that’ll do it. My Calendar Pro has features for running imports from the free edition’s export API, but there isn’t really another easy way to do it.
You can do a lot with custom templates, so that is definitely possible. You can fully customize how the data is displayed using PHP templates: https://docs.joedolson.com/my-calendar/php-templates/
But it does kind of make sense to automate that. I could just do that automatically – as long as I know what country an address is for, I should be able to modify the order things are shown in. I’ll need an index of how every country formats addresses, however…so this won’t make it for the next release. I’ll look into that.
Sounds like caching, to me. There’s nothing about My Calendar that would prevent new events from showing up, but if the site is using a server-based cache, it’s possible it wouldn’t get cleared when an event is added.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Colored Days in mobile viewThere an option shipping in My Calendar 3.7 that will allow to use category colors as dots to indicate events – e.g., instead of the white dots you currently have, there’d be a dot representing the categories on that date.