Joe Dolson
Forum Replies Created
-
I mean the shortcode ID attribute. The default My Calendar page is created like this:
[my_calendar id="my-calendar"]. Theidattribute is the ID for the calendar, that uniquely identifies this calendar.If shortcodes don’t have an ID set, they will automatically generate one; but they could end up with the same ID, depending on what the differences are between the calendar shortcodes. If there are multiple calendars on the page, the IDs need to be unique.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Locations Search Not WorkingDo you happen to know what version you were on before updating? That would help me to know what the scope of changes might have been. Otherwise, it’s hard to pin down.
I’m not sure what you’re referring to when you say “when browser searching” – can you clarify?
This sounds like it could be a database time issue; can you check the Help information at My Calendar > Help > Get Support and confirm what the value listed as the
DB UTC Offsetis? Does it match your WordPress time zone?Events should disappear when their end time passes.
The extent of the changes to the latest release were very minimal: some transients that were missing expirations; updates to the way X sends rate limiting headers; and removing an @ sign that didn’t belong in a link.
You also seem to be citing two different problems:
- An issue with sending Tweets
- An issue with configuring new accounts.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] probably a “button” bug?That code does not appear in any file or code that I’ve written.
There’s a template tag to list those on the event page:
{recurring}ormc_template_tag( $event, 'recurring' )in PHP templates.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] configuring list templatesTemplate files would still need to be placed in the theme directory, so nothing should change about that.
However, if you’re using one of the upcoming events list preset templates, there are other ways to change those, as well. You could filter the output using
mc_preset_template, and replace the HTML used in the template; or you could take the preset template and re-construct it in a PHP template. It depends on what you would prefer to do.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] probably a “button” bug?Start by disabling the Bravis Addons plugin, to verify where it’s coming from. If that’s it, then there may be a setting somewhere in that plugin you’d need to tweak.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Missing image everywhereGlad you got it figured out!
You can wrap links around anything, but it might get you into more complicated customizations. I don’t know exactly what context you’re referring to, however, so can’t really go into detail.
Do both calendars have unique IDs? If you haven’t provided an ID attribute, it’ll be automatically generated; but could end up with the same result, depending on which options you’re using in the shortcode config.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] No response on pro supportJust super behind right now; no changes, just struggling to keep up.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Error affecting edit postsI’ve gotten the Danish translation updated; so this should be fine now.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Calendar URL’s returning a 404?Using the
mc_idattribute on single events can result in inconsistent URLs; it’s best omitted. The links used by the calendar natively don’t use it, however, so where did you get that URL? I’m wondering if there’s somewhere in the plugin where it’s still being added to the base URL and shouldn’t be.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Missing image everywhereWhat does your shortcode look like? I don’t see anything specifically wrong with that template; but it’s not what you’re getting. The template would need to be referenced by ID in the
templateattribute of the shortcode.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] How to change list view styleThe list view doesn’t have a huge number of built-in style options; what are you trying to accomplish?