Month view shows mobile view always

Home Forums Calendar Products Community Events Month view shows mobile view always

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1065462
    Aleix
    Participant

    Hi!
    You can see here http://nunartbcn.com/agenda/ that the month views displays in mobile view always. I already opened a thread, I read your article https://theeventscalendar.com/knowledgebase/month-view-displays-in-mobile-view/ and the only way to solve this was applying:
    add_filter( ‘tribe_events_kill_responsive’, ‘__return_true’);

    But killing the responsive is a problem since in mobiles it looks awful… So here the problem is that I don’t know why the snipset to change the breakpoint has absolutely no effect:
    function customize_tribe_events_breakpoint() {
    return 600;
    }
    add_filter( ‘tribe_events_mobile_breakpoint’, ‘customize_tribe_events_breakpoint’ );
    It doesn’t matter what value I put, it has no effect.
    With the default theme everything works fine.

    Thanks for your help!!

    #1065476
    Aleix
    Participant

    Sorry I had to disable the responsive again because otherwise the calendar was not working.
    I add a screenshot so that you can see how it looked without killing the responsive:
    https://drive.google.com/file/d/0B3RnnfB_1PfTb1I1VjV4R241ZEk/view?usp=sharing

    Thanks!

    #1065854
    Geoff
    Member

    Hey Aleix,

    Oh wow, I see what you mean!

    The mobile breakpoint snippet seems to be working for me on a test site. I know you mentioned the calendar working on a default theme, but does the snippet work on a default theme as well — or does it have no effect there either?

    Thanks!
    Geoff

    #1079346
    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Month view shows mobile view always’ is closed to new replies.