Switching Views

Home Forums Calendar Products Events Calendar PRO Switching Views

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1096113
    smscmarketing
    Participant

    Since 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!

    #1096122
    smscmarketing
    Participant

    I 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!

    #1096965
    smscmarketing
    Participant

    Any 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.

    #1096979
    smscmarketing
    Participant

    Quick 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!

    #1097285
    Nico
    Member

    Hi 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,
    Nico

    #1097287
    Nico
    Member

    Hey @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,
    Nico

    #1103474
    Support Droid
    Keymaster

    This 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.

    #1117009
    Brook
    Participant

    I 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

    #1122527
    Support Droid
    Keymaster

    This 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.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Switching Views’ is closed to new replies.