Week view is list view in mobile

Home Forums Calendar Products Events Calendar PRO Week view is list view in mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1248787
    MR Media
    Participant

    In the settings I have set the default view for mobile to week view, but when the sceen size goes below 768px, the week view is forced to list view: http://www.ikmyran.net/events/kategori/bollplan-1/
    I have done this on another page : http://ingaarena.fi/kalender/category/konstgras-hall and that works.

    The only difference is that the page that works, have an older version of the events calendar (4.3.2) and pro version (4.3.2)

    I cannot find settings for this, but I would like to display ikmyran.net the same way as ingaarena.fi. If this is something that have changed in the new version, I cannot upgrade the ingaarena.fi -version, if it will break the views.

    #1250121
    Andras
    Keymaster

    Hello Conny,

    Thanks for reaching out!

    Indeed, it has been changed how the week view is handled in smaller resolutions, and below 768px width the grid disappears and the list appears.

    Here’s a little css tweak that should help you offset this, so you will have the grid also below 768px. Just copy this snippet into your themes style.css file:

    .tribe-events-grid {
    display: block !important;
    }
    #tribe-mobile-container {
    display: none !important;
    }

    Let me know if this helps.

    Cheers,
    Andras

    #1260897
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Week view is list view in mobile’ is closed to new replies.