keirabytes
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Past Events page is dyingHi Joe-
Here’s the code we’re using:
[my_calendar_upcoming category="3" template="<div class=\'calendar-entry mc_exhibition\'><div class=\'leftthumbnail\'><a href=\'{details_link}\'>{image}</a></div><div class=\'rightcopy\'><h2 class=\'post-title\'><a href='{details_link}'>{title}</a></h2><p class=\'daterange\'>{daterange}</p><div class=\'post-content\'>{excerpt} <a href=\'{details_link}\'>Read More »</a></div></div>" before="365" after="0" skip="0" show_today="no" type="event" order="desc" time="month" above="nav"]The page times out and produces a 500 error. There are 21 events to display.
Ideas?
TIA!
KeiraHi Joe-
Thanks for getting me pointed in the right direction! ‘year’ did not work, but changing the type to ‘event’ helped. Here’s the code that worked to show my event that is next May.
[my_calendar_upcoming before="0" after="30" category="4" template="<div class=\'leftthumbnail\'>{image}</div><div class=\'rightcopy\'><h2 class=\'post-title\'><a href='{details_link}'>{title}</a></h2><p class=\'daterange\'>{daterange}</p><div class=\'post-content\'>{excerpt} <a href='{details_link}'>Read More »</a></div></div>" show_today="yes" skip="0" type="event" fallback="No events coming up!" order="asc"]Now time to design the next Calendar layout for another client.
Tx!
KeiraForum: Plugins
In reply to: [My Calendar - Accessible Event Manager] How to Subcribe via ICS File?Hi Joe-
They would create a new calendar subscription from File > New Calendar Subscription in iCal.
Then enter a URL, like http://myexample.com/calendar.ics
Maybe something like this already exists in My Calendar? I poked around a bit but couldn’t find anything.
Tx for your prompt response!
Best,
KeiraForum: Fixing WordPress
In reply to: Approve Page ChangesI’m having this problem too. I would like to have my “contributor” role have the ability to edit published pages and send them for review prior to re-publishing the page with the new edits.
Forum: Fixing WordPress
In reply to: Send for review feature?I’m having this problem too. I would like to have my “contributor” role have the ability to edit published pages and send them for review prior to re-publishing the page with the new edits.
Forum: Fixing WordPress
In reply to: Capabilities question: edit_pages vs. edit_others_pagesYes, that’s right. You can always change the page author/ownership if you want to allow the edit_pages role to edit a specific page.
Forum: Plugins
In reply to: Controlling users’ capabilities by pluginTry using WordPress MU (multiple user). It’s a different installation as opposed to plain ole WordPress. http://mu.wordpress.org/