Joe Dolson
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] My Calendar excessive hitsThese mostly seem to be targeting the print view. Links to the print view are already rendered as
nofollow, and the print view itself has metanoindex,nofollow; there isn’t much more I can do to prevent a rogue bot from cycling print views.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Unable to edit event since updateNo status. I haven’t yet received any actionable data to work on. I’d either need somebody to put in the time to identify what’s going wrong or provide me with a set up where I can witness the problem. Since that requires access to a website to see, I cannot request or accept that information per the terms of this forum. Therefore, all I can really do is wait for somebody to provide enough information that I can pursue this further.
Your best path is to use PHP templating; that gives you a great deal more flexibility. The tagged method of building a template has limited capabilities when it comes to creating highly variable output; PHP templates are much better for that.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] All Day Events showing a day earlyThe main thing I notice is that your DB timezone is offset five hours from your WordPress timezone. If you add an event with a time, does it show up as five hours early?
Can you provide a screenshot? I’m not seeing the problem when I look at this.
Do you have the other services connected, but disabled, or are they not connected?
I ask that because with only one service connected, the checkbox shouldn’t even appear; those are only supposed to be present if multiple services are connected.
If services are connected, but disabled, then the options appear but are disabled.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Default View isn’t MonthIt looks like it’s still defaulting to month for me. Could this be a caching issue of some kind?
What view are you seeing by default?
You’ll want to wait for an update. I expect to ship it on Sunday.
Found it! Thanks for letting me know.
Do you mean that it gets unchecked in settings, or that it gets unchecked in the meta box?
I haven’t seen this occur in either case. but it would help me know what to explore more closely… 🙂
Thanks for following up!
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Your CSS overwrite the WP-StyleThanks for the heads up!
I suggest using the shortcode generator at My Calendar > Shortcodes to build your shortcode.
You’ll want to use the ‘before’ and ‘after’ parameters. If the shortcode is set to display events, then they represent a number of events before or after the current date. If the shortcode is set to display days, then they represent a number of days in the past or future.
Where exactly is that shortcode? You’ve shared a link to a single event page, which would not *normally* be a place for the main calendar shortcode, so I’m unsure what I’m addressing. Are you executing it in a template?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Something is wrongCheck the dates you’ve set for the event. It sounds like you’ve set the end date for the event at the end of the month, instead of the end of the event.
A single event should have a start date and an end date that reference the actual continuous event. E.g., when do people arrive and leave. Most of the time, that’s a matter of hours, and the end date should be the same date.