Joe Dolson
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] My Calendar Mobile View?OK; I can see this on an iPad. I can’t see it on my Android phone or on any desktop browser, but I’m seeing it on an iPad. Since you’re seeing it on an iOS device, as well, it seems somehow related.
This doesn’t show up on my demos site, so it’s not something coming from the default CSS.
Inspecting your CSS, the most suspicious thing I’m seeing is coming from your extra My Calendar CSS,
refresh.css, withletter-spacing: 100%applied to event titles. That’s not a valid value for letter-spacing, but it could be that the iOS devices are interpreting it as valid.That CSS directive is not in the core My Calendar
refresh.cssfile, so it’s either very old or something somebody added later; I couldn’t say for sure.You’ve got a few options: edit the stylesheet to remove that line; switch to the core version of the same stylesheet; switch to a different stylesheet; or disable the additional stylesheet.
Switching to a different stylesheet would be a quick way to verify whether this is the issue. (My Calendar > Design > Style Editor.)
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Settings to adjust print view?There aren’t any settings to adjust the print view, though you can customize the CSS by placing a file called
mc-print.cssin your theme directory. That will override all My Calendar print styles, so you’d want to start by copying the existing CSS, first.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] My Calendar Mobile View?Do you only see it like that in a specific browser, or when logged-in? It’s not what I’m seeing when I look at your site, so I’m wondering if there’s additional context I’m missing.
One thing I notice is that you appear to be using a plugin that compresses and concatenates your CSS; you may want to make sure that your compressed CSS is refreshed.
It looks like you’re not using search-friendly permalinks; can you turn them on and check and see whether this is also a problem with search-friendly permalinks enabled? I’m not asking you to change how your site is set up, but it’s a different problem for me to explore depending on where that’s coming from.
Also, please let me know what version you updated from, if you can.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Styles and Template IssuesThank you!
Everything seems to be working fine for me (in Firefox). It could be a caching issue of some kind? Is Firefox the browser you’re logged in on, and if so, do you see something different if you log out?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Styles and Template IssuesAh, no – that’s for buttons in the navigation. There are no settings for the default colors of event triggers; those are mostly controlled through category colors.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Styles and Template IssuesYou can definitely remove
{title} about {title}; though that *should* work, and does in my testing.Regarding the design editor: the changes show dynamically after you change things, but they don’t take effect until you save – did you save your changes after editing?
You can always make changes using custom CSS; e.g., Appearance > Customizer > Additional CSS, or you can add custom stylesheets.
The ‘next’ button only shows now if there are future events to display; do you have any events on that site past May?
The dropdown, however, seems to be a sanitizing issue; the
selectandoptionelements are being stripped out, only leaving the values. I’ll look into that.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Styles and Template IssuesThe main page no longer contains links; what used to be links to open the event view are now buttons. This was a change to improve accessibility, but it does come with some style changes that I couldn’t prevent.
The
{title}I’m unsure about; are you using a custom template for either that text field? (Settings > Text > “Read more text” or for the grid popup? I can’t reproduce it, but there may be some variable I’m not aware of.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Full-Day-Event BugI can’t reproduce this issue, but I’m not 100% certain what’s happening, either. Whe you say “go back to the event and edit it”, I assume you mean that you’ve published the event, and it displays as expected, but when you go to My Calendar > Events and select the event to edit, you’re unable to save your changes?
To clarify, when you say ‘Save’ button, you mean the ‘Update’ button, correct? There is no button labeled ‘Save’ in the event editor so I want to make sure I’m clear where you are.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] My Calendar Mobile View?If it’s been happening for the last few months, then my first suggestion is to update to the latest release (yesterday) and see whether it’s still an issue. There are significant changes in the CSS in version 3.5.0, so even if it’s still happening, it won’t be exactly the same symptoms.
Forum: Plugins
In reply to: [WP Accessibility] What page builder / theme is the best?Practically speaking, I have little personal experience with page builders. I know that Kadence Blocks is pretty good; but page builders aren’t something I keep a close eye on.
One piece of advice I can give is that *none* of the page builders are 100% accessible across the board. With all of them you need to be conscious of the accessibility of the specific features you’re using. Just because a page builder has a nice accessible accordion doesn’t mean that they’ll have an equally accessible tabpanel implementation. They tend to be inconsistent.
This isn’t really something that’s easy to do, since it’s pretty trivial for user’s to provide alternate email addresses or use various other methods to mask their identities. There isn’t anything that does this within My Tickets. There is a filter to set the maximum number of tickets purchasable by type.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Charcode problemHi! I’ve got a fix for this, which will be in the next minor release.