Home › Forums › Calendar Products › Events Calendar PRO › Switching Views
- This topic has 9 replies, 5 voices, and was last updated 9 years, 10 months ago by
smscmarketing.
-
AuthorPosts
-
March 30, 2016 at 2:18 pm #1096113
smscmarketing
ParticipantSince we updated to the latest version last week, we can’t switch the events view from the default (which is currently set to List). For example, if we select Month, it just reloads the page with the List view.
If we set the default to another view, such as Month, the page loads with the Calendar view just fine – but you can’t switch to another.
Any advice on correcting this issue?
Thanks!
March 30, 2016 at 2:42 pm #1096122smscmarketing
ParticipantI have isolated the issue. I changed the Events URL slug slug from “Events” to “Classes”. If I switch it back to the default “Events” the view switching works fine.
Is there any way to correct this? I would really like to be able to have the URL Slug changed to Classes.
Thanks!
April 1, 2016 at 8:16 am #1096965smscmarketing
ParticipantAny one else seeing this issue? Any updates? I see a new update pushed yesterday, I will try applying it – but I didn’t see anything in the notes regarding the issue.
April 1, 2016 at 8:33 am #1096979smscmarketing
ParticipantQuick follow up – The latest version doesn’t fix the issue. I opted to switch the visible titles of Events to Classes via the following functions, but I have left the slug in the settings as “events”. This allows the view change to work as expected. Then I am forwarding /classes to /events so we can still use the correct URL and not need to update any of our marketing.
// Change default titles for events add_filter( 'tribe_event_label_singular', 'event_display_name' ); function event_display_name() { return 'Class'; } add_filter( 'tribe_event_label_plural', 'event_display_name_plural' ); function event_display_name_plural() { return 'Classes'; }That all said, I would love to hear an update on this one – or if anyone else is experiencing the same problem.
Thanks!
April 1, 2016 at 3:26 pm #1097285Nico
MemberHi there @smscmarketing,
Thanks for reporting this and for going the extra mile troubleshooting the issue…
Testing this locally with default theme and latest versions of the plugins (4.1.1) I can confirm the view switching with ‘classes’ slug is working fine.
Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins.
If that doesn’t help please try to change the slug to ‘Classes’ and then set the view to List View and Save Changes. After that, try re-setting the desired views and Save Changes again. Does that help?
Please let me know about it,
Best,
NicoApril 1, 2016 at 3:29 pm #1097287Nico
MemberHey @smscmarketing,
Sorry, I’m just seeing your latest reply. Thanks for updating and sharing your work around… I haven’t heard of any similar issues, but I’ll check with the rest of the team on Moday to see if anyone have stumbled upon a similar one.
Have a great weekend,
NicoApril 16, 2016 at 9:35 am #1103474Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help.May 20, 2016 at 7:50 am #1117009Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
June 4, 2016 at 9:35 am #1122527Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Switching Views’ is closed to new replies.
