Forum Replies Created
-
AuthorPosts
-
Barry Dollar
ParticipantWe need the default to be Month view because our calendar is accessible at: https://gabaptist.org/events/ . The list view is needed for our individual pages, as each page has it’s own events category. Is there a way to override the month view for “View More”?
Barry Dollar
ParticipantI think I have accurately written the html:
This works correctly –
[tribe_events_list categories="am,pe" limit="12" tribe-bar="false"]This is the one I want to use, however it does not work correctly –
[tribe_events view="list" categories="am,pe" limit="4" tribe-bar="false"]Can you see anything wrong with the code? I don’t.
The difference is the view=”list” is not working vs tribe_events_list that does work but I prefer the view=”list” layout.Any ideas?
Barry Dollar
ParticipantI copied and pasted the code, change to my two categories, but it pulls in events from all categories. Here is the code I placed on the Page:
[tribe_events view=”list” categories=”am,pe” limit=”4″ tribe-bar=”false”]In one thread I found a short code that works but it is a very different look…
[tribe_events_list categories=”am, pe” limit=”12″ tribe-bar=”false”]I prefer the first one to work, so what am I doing wrong?
And, is the second short code current since the one you sent shows “list” as a view?Here is the page: http://gabaptist.staging.wpengine.com/associationalmissions/
The working code is listed first, the code I want to work is second, pulling for all categories and the limit is not working. -
AuthorPosts
