Joe Dolson
Forum Replies Created
-
The best accordion I know of off hand is probably in Kadence Blocks; none of the stand-alone accordion blocks are fully accessible. Full disclosure: I haven’t looked into accordion blocks for a while, so that could have changed.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Limit Events in List ViewThe main shortcode (everything using
[my_calendar]) is a time-based shortcode. So it’ll always show a period of time. You can limit it to a week to cut down on the number of events, but it doesn’t have options for showing a fixed number of events.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Set default page for Event pop-upYou’ll need it to be in the root directory and named
single-mc-events.php. Themc-templatespath is for My Calendar template fragments; the wrapper around those fragments is a theme template.The default template is probably using
single.phpForum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Calendar PluginI suggest using something like Query Monitor to see what calls are being made heavily on that page. My Calendar itself doesn’t generally make a particularly high number of calls under normal operation, so I don’t have any immediate suggestions. However, if there are plugins adding actions to post content, that can potentially increase the load fairly significantly.
Another thing is that if all your calendar page loads are hitting the same page, then you’ll have a very high number of hits against that URL. Since you’re not using pretty permalinks (My Calendar > Settings > General), every My Calendar load is going to be on that URL. If you enable pretty permalinks, some of those loads will end up elsewhere. This might help give you better data about how your site is using processes.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Link in future events listIt looks like your primary Calendar page setting is not set; go to My Calendar > Settings and define a page that holds your primary calendar. When you have pretty permalinks disabled, that page is required to be able to display calendar links.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Unable to add in new locationYep. Undefined element; will be fixed in the next release.
It sounds like you might just have gotten an incomplete install, or something to that effect. That error occurs if WordPress can’t get the plugin information from the header; but I’m really fairly confident that’s not a wide spread problem, or I would have heard about it a lot more frequently.
I suggest deleting the plugin and trying to reinstall.
This is coming from your theme – it’s kind of a weird block of code, and I’m not sure what purpose it’s intended to serve. But the last block of JS in
view-source:https://www.roamingshores.org/RRA1/wp-content/themes/RRA2016/script.js?ver=92544e3e743d7d16c3a8ff4ff6ca969cis inserting a link with no content after everyheaderelement. The link is absolutely positioned and sized to cover it’s parent, so it’s preventing the My Calendar buttons from being clicked.This was introduced in the recent update, because before that My Calendar didn’t wrap events in
articleelements; but it’s really pretty bad code in the theme, because it’s applying to *every* header element, rather than targeting any specific cases.It looks like it might be tied to a setting about making the header clickable, so you may be able to turn that off in the theme.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Unable to add in new locationThis looks like a JS error; I’ll investigate it.
Same as https://wordpress.org/support/topic/calendar-listing-info-not-displaying/; will be fixed in next release.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Category colors don’t changeAh – I’m deleting the category cache in the wrong place. Will get this fixed in the next update.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Comments appearing in events displayIn some quick testing, the code editor encodes comment characters if it doesn’t find both the start and end comment, but not if it does. That may be a change in the code editor itself, and not in the plugin; not sure. But probably makes more sense to remove commented code, anyway.
“today” literally means “go to the version of My Calendar with no date parameters”. If you have a custom start date configured in your page settings, it could result in something different. Do you have a custom start date in the settings on the page?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Missing calendar categoriesThe design view uses settings options for display; the public view uses whatever options are configured for your page specifically. Do you have limits set in the shortcode or in the page settings for your calendar?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Comments appearing in events displayI’m not seeing this; can you provide any more details?