Making mobile view standard across screen sizes

Home Forums Calendar Products Events Calendar PRO Making mobile view standard across screen sizes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1360114
    Jeremy
    Participant

    Hi,

    I am wondering how to kill the breakpoint of calendar views so that the only view our site will display is the mobile view across all screensizes. I really like the ability to hover over a calendar date and get a list for the day. With so many events, the other views are not too useful. I tried setting the breakpoint very high, but for some reason that killed the functionality over hovering and getting a list. Thanks

    Jeremy

    #1361264
    Andras
    Keymaster

    Hi Jeremy,

    Thanks for reaching out!

    Have you tried this snippet:

    function customize_tribe_events_breakpoint() {
    return 600;
    }
    add_filter( 'tribe_events_mobile_breakpoint', 'customize_tribe_events_breakpoint' );

    Set the number to something higher of course. This article is the source.

    Let me know if that helps.

    Cheers,
    Andras

    #1362269
    Jeremy
    Participant

    Thanks, that worked great!

    #1362502
    Andras
    Keymaster

    Stoked to hear that helped!

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    PS: If you like our plugins, and you didn’t yet do so 🙂 we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!

     

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Making mobile view standard across screen sizes’ is closed to new replies.