View as List for Mobile, View as Calendar for Desktop / Tablet?

Home Forums Calendar Products Events Calendar PRO View as List for Mobile, View as Calendar for Desktop / Tablet?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #715726
    Andrea
    Participant

    Is there an option to have the default view set to View as Calendar for all devices, except for mobile view? The List view on my iPhone looks great but client wants calendar view on desktop. Thanks! PS: Site under construction at http://www.celestialbirth.com/newsite

    #718199
    Josh
    Participant

    Hey Andrea,

    Thanks for reaching out to us!

    You should be able to accomplish the desired effect by using the “wp_is_mobile()” conditional to check whether the current visitor is viewing from a mobile device. If so, you could then redirect the user to the List view by using the following function “tribe_get_listview_link

    An example of what this might look like would be:


    if( wp_is_mobile() ) {
    wp_safe_redirect( tribe_get_listview_link() );
    }

    Let me know if this helps.

    Thanks!

    #863585
    Josh
    Participant

    Hello Andrea,

    It’s been a while since we’ve heard from you. We like to close tickets after they’ve been inactive for a while. If you have any further questions, please don’t hesitate to open a new ticket.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘View as List for Mobile, View as Calendar for Desktop / Tablet?’ is closed to new replies.