Calendar shows as collapsed responsive on desktop

Home Forums Calendar Products Events Calendar PRO Calendar shows as collapsed responsive on desktop

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #144647
    cchapmond
    Participant

    I am wondering where and what I need to change to fix my issue of both the list and month view showing in the mobile view when on desktop. I did switch to the default theme and it did work fine. So I know it has to do with the theme but I can’t figure out what to change to fix it.

    #144887
    Barry
    Member

    Hi – sorry you’re hitting difficulties here.

    It looks like you’ve got one or more custom templates (in a tribe-events subdirectory within your theme directory) and I wonder if you could try temporarily renaming that – to something like x-events, so that it isn’t used) and additionally comment out or remove any customizations such as snippets relating to The Events Calendar/Events Calendar PRO that might live in your theme’sĀ functions.php file?

    Does the problem still persist after trying that?

    #144929
    cchapmond
    Participant

    Alright I did that, all I had in there was
    #tribe-events-pg-template{max-width:928px;margin:0 auto}

    I do not have anything in functions.php. That css was the only customization I have made. The problem still exists.

    #145388
    Barry
    Member

    Hmm, ok. And does switching from the Default Events Template to the Default Page Template help at all (via the Events → Settings → Display screen)?

    #145592
    cchapmond
    Participant

    It actually breaks the page when I switch to default page template. It shows about 4 lines of text and thats it.

    #145595
    cchapmond
    Participant

    This reply is private.

    #146408
    Barry
    Member

    Ah ok. It looks like the event output is being converted into an excerpt – some themes do this and it can often be worked around but the steps vary from theme to theme and ideally that wouldn’t be necessary here.

    One thing you could do is remove the responsive behaviours that trigger this by adding the following snippet to your theme’s functions.php file:

    add_filter( 'tribe_events_kill_responsive', '__return_true');

    Does that resolve this immediate problem?

    #146694
    cchapmond
    Participant

    Adding add_filter( ‘tribe_events_kill_responsive’, ‘__return_true’);
    did fix the issue.

    #147377
    Barry
    Member

    OK – hopefully that gives you a working solution – and I’ll go ahead and close the thread.

    If we can help with any other issues please don’t hesitate to create new threads as needed šŸ™‚

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Calendar shows as collapsed responsive on desktop’ is closed to new replies.