Joe Dolson
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Link from event page not workingThis seems like an unexpected consequence of a change; but I’m still exploring to see exactly what I changed, and why. But most likely I’ll get this fixed in the next release.
If what you want is to have the fields in checkout, you may want to use the other custom fields API. There are two custom fields filters in My Tickets: one for adding custom fields to the add to cart form, and one for adding custom fields to checkout. The idea is that some fields are event specific and others are purchase specific.
Looks like a bug in the spinner triggering; it’s being hidden too soon, so it’s made visible, hidden, then the query resolves.
I’ve just made an update that switches that wording if the selected gateway is the offline gateway, so its more clear.
This sounds like something to do with caching; but as you appear to have switched to a different solution, I’ll close this issue.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Delete Date…does notThe “Delete Date” link goes to the event listings and shows an admin notice at the top of the page with the text “Delete Event: Are you sure you want to delete this event?” and a button to complete the deletion.
Are you not seeing the notice?
These buttons are working as expected, it’s just that you have different expectations than how they actually work. By default, all categories are shown. If you click on a category, the calendar is limited to that category. If you click on a second category, that category is added to the collection. When you click on a selected category, it’s removed from the collection.
If you want to only have singular category selection, you can switch to using the category dropdown for filtering by category, which will only select a single category at a time.
I haven’t been able to reproduce this, although I can see a problem potential here, since the ’embed’ parameter is really too generic, and could easily catch other cases. But if you could share the specific URL you’re embedding, that would be helpful.
The change you’ve added is probably working to solve your problem, but would break the embedding feature, so it’s not something I can just drop in.
Calendar archive pages are generally thin content that isn’t beneficial in search results. Event pages themselves, on the other hand, may be valuable content. Individual events are not marked as noindex.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Remove “View location” linkThis particular notice only shows to logged-in administrators, so it’s not impacting your public site. However, it absolutely does make sense if you disable the mapping service that the warning shouldn’t show. I’ve made that update in the next release.
That color is coming from your theme; it’s setting the class
.calendarto have a white background. There isn’t a My Calendar setting for that container, so you’ll need to do it in custom CSS. You can go to WordPress > Appearance > Custom > Additional CSS and add.calendar { background: {your color} !important; }Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Caching FAQKind of forgot that FAQ still existed. Most of the plugin documentation is at https://docs.joedolson.com/my-tickets/.
You’d need to exclude whatever your checkout page is for My Tickets; I can’t tell you what that is, because it’s something you can control. You’d also probably want to exclude your tickets and receipts pages.
Most SEO plugins give you options for mark post types as noindex. For example, in Yoast SEO you can go to Yoast > Settings > Content Types > Events and turn off “show events in search results”. This will mark your events as noindex, and should prevent search engines from including them. You can do the same thing for the Locations post type.
I’m unlikely to add a setting for this, given that it’s commonly available in SEO plugins.
Almost all manipulation of the
headsection in WordPress is done via filters and actions. If you wanted to edit it manually, you’d have to do it in your theme’sheader.phptemplate file and add the logic to restrict how it’s used there.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] export eventHere’s the documentation for the exports API.
No part of that would be happening on your server, so there’s nothing you could send me in PHP logs that would make any difference. The problem here is in how Google is treating the events in the iCal source, and I don’t know *why* they’re cancelling them. There’s nothing in the iCal source that I’d expect to have trigger that.
Can you contact me via my website? What I’m going to want to do is send you a custom version to try, and I don’t want to be doing experimental releases publicly.
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] don’t see free optionResolved; this was related to an image in docs that was significantly out of date, and had an option that no longer exists. Events can still be free, there just isn’t a toggle to set that feature.
Forum: Plugins
In reply to: [WP Accessibility] Cookies Not SetFixed in 2.2.5. Thanks for reporting!