Calendar View Desktop List view mobile

Home Forums Calendar Products Events Calendar PRO Calendar View Desktop List view mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #933973
    Megan
    Participant

    I’ve found several instance where this was discussed, but none of the solutions given have worked for me. I have the Pro Version, but there is no month view folder. There is a week view folder with a content.php file, but I don’t think that is going to do me any good.

    So, what do I do?

    #933974
    Megan
    Participant

    Oh, great. Now it won’t display the list view on smart phones, even when I have the list view turned on as the default. It does both in the desktop view.

    #934429
    Megan
    Participant

    I got it to work on mobile in list view, but I still can’t get it to display in calendar view on the desktop and list view on mobile. The calendar looks horrible on smart phones, but the calendar is a better interface, so I want to use it on the desktop view.

    #934878
    Josh
    Participant

    Hey Megan,

    No problem. Our calendar is now mobile ready and is styled to look great on mobile devices. Do you not like this styling or are you not seeing it adjust to a mobile layout?

    Anyway, if you would like to redirect to list view on mobile, you’ll need to follow our Themer’s Guide to copy the month view into your theme and add the following snippet to the top of the page:

    
    if( wp_is_mobile() ) {
    wp_redirect( tribe_get_upcoming_link() );
    }
    

    This will allow your site to redirect to the list view when visiting the calendar from their mobile devices.

    Let me know if this helps.

    Thanks!

    #983681
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Calendar View Desktop List view mobile’ is closed to new replies.