Joe Dolson
Forum Replies Created
-
That’ll be coming from your theme. You’ll probably need to add a custom single page template for events. You can make a copy of something like
page.phporsingle.phpand rename it assingle-mc-events.phpand edit it to remove anything you don’t want.See https://docs.joedolson.com/my-calendar/single-event-template/
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Future dates not workingI’m kind of assuming that there were supposed to be some images in some of those earlier posts that would have given a bit more context.
As of yet, I don’t really know much about what you’re doing. Perhaps it’s a browser issue? What browser and operating system are you using?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] problems with the templatesLegacy doesn’t mean it isn’t supported or functional; I’m just not developing new features for the legacy templates. The older templates will still work the same way they always have.
I don’t really have enough information to help you – while you’ve told me some thing aren’t working, I don’t know what they are or in what way they aren’t working.
If you haven’t enabled PHP templates, then those aren’t going to do anything; but I don’t know whether you have or not.
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Featured Image not showingYes, Mastodon also doesn’t support AVIF. (That’s also mentioned in Joost’s post.)
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Google MapLooking at a location page, e.g. https://bellevillenow.ca/mc-locations/signal-brewing-company/, I’m currently able to see your Google Maps. Are you seeing them there?
No, deactivation doesn’t remove tables. Tables are only removed if you delete the plugin and the option to drop tables is enabled in settings.
You can run the function to create tables manually; if you execute
mc_upgrade_db()that’ll run all the table creation functions. It needs to be run in the site that has the problem.Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Featured Image not showingIt looks like you’re using AVIF images, and at least as recently as July Twitter/X did not suppot AVIF images. As far as I know, that’s still true.
Here’s an article about modern image support in social media.
Is this an event in My Calendar, or an event in a post type, but using the My Calendar locations selector?
If you’re using the PHP templates, then it should be possible to do that using standard Polylang language functions, e.g.
pll_current_language().PHP templates were only added in version 3.5, and aren’t enabled by default, but I strongly recommend using them if you can.
Sorry about the delay in response; it’s been a hectic couple of weeks.
Most often when I hear about this problem, it’s because for some reason the DB creation process failed on that subsite, so the required database tables don’t exist. How you fix it somewhat depends on why it happened; which can be difficult to figure out. But a first step is to verify whether or not the My Calendar tables exist on that subsite.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] TimezoneThe date as rendered on the front end usually doesn’t retain the timezone information, because (to be honest) My Calendar uses a kind of arcane workaround to manage timezones.
There are a couple of options. One of them is that you can just use plain text to add timezones manually, not in the time format. Since My Calendar doesn’t include support for specifying a different timezone for an event, all events should be in the same timezone.
Another option is adding a custom field where you can specify the timezone for an event, and outputting that data.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Daylight Savings TimeEvents should always show with the value that is input when you create the event, no matter the relationship to DST. This suggests to me that there’s something up with your server’s use of time in MySQL. My Calendar expects the MySQL server to be using UTC, and things can get a bit strange if it doesn’t. If you go to My Calendar > Help > Get Support, what’s shown for the “DB UTC Offset” value?
If necessary, there’s a filter that you can use to manipulate the offset if your database is reporting something unexpected: https://joedolson.github.io/my-calendar/mc_filter_offset.html
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Strange Issue with Future Date eventI can’t see a way that having a small number of existing events would make a difference; I have instances with thousands of events that I can’t reproduce the same issue on.
Can you tell me the exact characteristics of a pair of events that you can’t add? Times, dates, recurring patterns, categories, etc. – anything might be relevant.
Also, let me know whether the event currently exists on your site; I don’t see it on the events calendar, but I don’t know for sure whether I should, since you mentioned you’d tried a lot of different things, including trashing the events.
It’s quite interesting to me that you can see them in the back-end, but not the front-end. That would normally suggest a private category; but you’ve already confirmed that isn’t the case. I’m hoping to learn whatever I can to try and reproduce this.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Future dates not workingIt is possible there could be a plugin conflict, although it would be pretty obscure. You can try disabling all other plugins and trying this again – if the problem goes away, then it is a plugin conflict.
There are a lot of methods of recording a screen share; one option is to start a Zoom meeting by yourself, do a screen share, and record that. Then you’d need to upload it somewhere that you could link to it, so I could view it.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Strange Issue with Future Date eventThat does, indeed, sound extremely strange. On any of these events, is the checkbox that says “Same Day Event” checked? That checkbox is intended to hide additional days of the same event, but … maybe something strange there?