Joe Dolson
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Facebook bots?There are no options within My Calendar that relate to Facebook in any way; I’d assume that this is a Facebook bot that’s going a bit wild in crawling My Calendar.
My Calendar marks the navigation links as ‘nofollow’, to prevent bots from crawling excessively, but there’s no way to force them to actually do that.
Yes, importing events is only in the Pro version. Also, the importer currently only supports CSV and iCal imports (you’d want to use CSV; iCal is far too limited to be a good way to transport your events), though JSON is coming in a future release.
Without using Pro, you’d need to do a complete migration of your site’s database to the new site to have all of the data intact. The data is split between custom tables and the wp_posts table, which makes any of the default WordPress tools ineffective.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Single Event Pop Up FormatBoth of those characteristics are specific to various stylesheet choices. You’re using a customized version of the Refresh styles. You can disable your custom stylesheet to see what My Calendar looks like “out of the box.”
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event dates display incorrectlyThanks for following up! It seemed like a pretty strange result! 😉
The statistics collection in WP Accessibility can be disabled in the settings.
Forum: Plugins
In reply to: [WP Accessibility] Possible vulnerability?See: https://docs.joedolson.com/wp-accessibility/2023/11/16/wp-accessibility-statistics/
You can disable them in the settings.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Unable to update pluginDo you have any specifics about what you mean by “the site fails”? Any specific errors? Can you describe what happens?
It looks like you’re using the Hueman theme; if you can confirm that, I can take a look and see if there’s a conflict with the theme.
The black backgrounds are because you have the category settings for colors set to “Title text color”, which causes the backgrounds to auto-toggle to whatever will provide acceptable color contrast with your chosen text color. Yellow text would not be visible against a white background, so those use black.
You can switch that to the ‘Title background color’ option, instead, so that your chosen color will be the background color, instead.
Forum: Plugins
In reply to: [WP Accessibility] Font size increase not working in latest versionShould be better in latest release.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Incorrect Calendar styleI’m seeing the same design when I initially load the site and when I navigate; but I don’t know whether I’m seeing the wrong design or the right one, so it’s hard to judge. I note that you probably want to add some custom CSS to adjust the button whitespace wrapping; your theme is forcing
nowrapon all buttons, which is causing layout problems inside the calendar.E.g.
.mc-main .event-title button { white-space: wrap; }Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] update for My Calendar unavailableIf your issue is with updating to version 3.1.4, then you’re having an issue updating My Calendar Pro. I can’t provide support for premium plugins in these forums, so please contact me using the support form in the plugin or via your account on my website. Thanks!
Well, that sounds pretty weird – but I’m glad it’s resolved in the end! Thanks for following up!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] How to remove “Events in x-month”Assuming the font is already installed, it would be a similar process. For headings only, something like
.mc-main h3.event-title { font-family: 'quicksand'; }Not knowing the font slug, whether it’s already installed, or the scope of how you want to use it, that’s nothing more than a guess.
At the moment, I’m seeing that you’re running 3.5.8, and I can see the correct months change as expected. I can’t verify whether the right events are shown, since I don’t have any way of knowing what’s right there, but it looks right.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Adding yearly dates like “Labor day”There isn’t a recurring model for annual events that occur in patterns like that; I’d use the
Add Copybutton under Date and Time to add additional dates.