Forum Replies Created
-
AuthorPosts
-
midwestmarketing
ParticipantYes that did I didn’t think to look at the widget 🙁 ok will have to see if creating the custom code is something that is necessary. Sorry for all the confusion and thanks for your help.
midwestmarketing
ParticipantOK went to events->settings and increased the number to 100. By default, October is now showing events thru the 17th (not the full list of events as i had hoped) even though there are events beyond that date. (http://gotmine.com) November is still showing just events in November (as one would expect). Is there a way to show all future events if no month is selected? For example: by default instead of showing just October (or current month) show all future events unless a specific month is chosen?
http://screencast.com/t/j4xg2k4d (calendar on left – list on right) on the home page of url
list on the right does not show all future/upcoming events no matter how much I increase the events->settings ->number of events to showmidwestmarketing
ParticipantSorry I will try to be a little more clear. In the LIST view on the right side of the mini calendar October is only showing events up to the 16th. There are events in October after that date.
If, on the mini calendar, a viewer selects November events range from November 1 to November 29. How can I get ALL future events to show in the LIST view on the right of the mini calendar? The mini calendar shows/links to all the events of the month.I have tried using the snippets of code found on your site but those did not work either.
// Retrieve any upcoming events starting October 1st, 2014, or later
$events = tribe_get_events( array(
‘eventDisplay’ => ‘upcoming’,
‘start_date’ => ‘2014-10-01’
) );
As for the version difference, I don’t know there was another developer or developers that did some custom code on the events calendar(s). -
AuthorPosts
