How can I have a "non-mobile" month view without disabling responsiveness?

Home Forums Calendar Products Events Calendar PRO How can I have a "non-mobile" month view without disabling responsiveness?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1457574
    twogmarketing
    Participant

    Hello,

    I’m using Ronneby Theme and originally the month view of the calendar was showing its mobile version (the one with the dots) even on a desktop/laptop. I found the following code snippets in one of your forums:

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

    AND

    add_filter( ‘tribe_events_kill_responsive’, ‘__return_true’);

    The only snippet that worked for me was the “kill responsive” snippet, which now makes it so that I can’t use List View on mobile because there I’ve killed responsiveness.

    Is there another code I can use that may work better so that I can show a “non-mobile-version” of the calendar on a desktop while still able to show a responsive version on mobile?

    Thanks,

    #1458536

    Hi Garron,

    Thanks so much for reaching out!

    Do you see this same issue when you switch to a default WordPress theme, like ‘Twentyseventeen’?

    What view are you trying to display on desktops vs mobile?

    You can also start by playing around with the page templates and stylesheets that you have set up:

    https://theeventscalendar.com/knowledgebase/stylesheets-and-page-templates/

    Let me know how that goes!

     

    Thanks,

    Jaime

    #1460386
    twogmarketing
    Participant

    Hello Jaime,

    I want to display a calendar view on desktop (without the dots) and I want to display a list view on mobile.

    I also played around with the templates and stylesheets using the link you sent me and that didn’t help the issue at all.

    If you could let me know if any of my original ticket wasn’t clear, I can try to elaborate so that we’re on the same page. I really need the help and I appreciate your assistance!

    Thanks,

    #1460776

    Hi Garron,

    Can you confirm that when you have your default view set to month and default mobile view set to list, that you don’t see the breakpoints show up the way you expect?  You can find this setting under Events Settings < Display.

    If this is the case, can you try running through our testing for conflicts procedure and let me know if you still see this issue.

    Let me know if you have any other questions in the meantime!

     

    Thanks,

    Jaime

    #1481290
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How can I have a "non-mobile" month view without disabling responsiveness?’ is closed to new replies.