Joe Dolson
Forum Replies Created
-
I’m aware of the issue, and it’ll be fixed in the next release. Thanks for reporting!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] How to change text size in widget ?No, My Calendar just inherits font sizing from your theme. But you could add custom CSS at Appearance > Customize > Additional CSS. Something like
#main .widget-area ul ul { font-size: 1rem; }would help; that would effect *all* lists in your sidebar. To restrict it to just My Calendar, you could use#main .widget-area .upcoming-events { font-size: 1rem; }.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Printing the CalendarFigured it out. It’s not that there’s something in My Calendar that removes background colors, it’s that there *isn’t* any CSS that preserves them – browsers strip them out by default.
I’ve added that for the next release.
I’ve identified the issue and have got it fixed for the next release. Thanks for following up!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] HTML Code to largeI can only guess at the specifics; but the actual output is not particularly large. It is influenced by how many events you have, however – if you have a very large number of events in a view, then there will be a lot of data to display. You can limit that by setting the grid displays to open the link to the single event view instead of having the popup, which reduces the data loaded.
Thanks for reporting! This was indeed a special case that only occurred if the mini calendar appeared on the same page as the upcoming events list, having to do with a selector that found unrelated elements on the page during navigation. Will be fixed in the next release, shortly!
Without knowing the specific shortcode you’re using, it would be hard to know the issue. The main control for number of events is the
afterandbeforeshortcode parameters, as seen in the example @mikemeinz provided above.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Printing the CalendarThere’s nothing in My Calendar that would force this. Can you share a link?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Recent problemsBoth these issues should be fixed for the next release, assuming that the deletion issue is the same as the one in https://wordpress.org/support/topic/array-offset-errors-2/
Thanks! I’ve got this fixed and it’ll be taken care of in the next release.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Array offset errorsNothing particularly to be worried about, assuming your delete action actually did happen. It’s a bug, and I’ll get it resolved, but not a major issue functionally.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Contact FormSo it appears that JetPack removed their global scripting for inserting the contact form button, (it’s the file
class-admin.phpin that commit, which has been removed entirely, and now the code that inserts the button only executes on post editor screens, which means that the button isn’t available anywhere outside of the post editor.I don’t think this is something I can do anything about, unfortunately – they made a change in their implementation that prevents it from executing outside of the post editor.
Forum: Plugins
In reply to: [WP Accessibility] Wrapper is not definedResolved in following release.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] View Scheduled DatesIf the date isn’t visible, that generally means that you don’t have a date format set. Is there a date format configured either in the WordPress general settings (WordPress > Settings > General > “Date Format” or in the My Calendar text settings (WordPress > My Calendar > Settings > Text > “Primary Date Format”?
Forum: Plugins
In reply to: [Able Player, accessible HTML5 media player] Playlist creationCurrently, the Able Player plugin doesn’t have a mechanism for creating playlists. It does have the ability to convert a playlist created in the classic editor into an Able Player playlist.
Creating playlists are a future feature for the plugin, however.