Home › Forums › Calendar Products › Events Calendar PRO › Calendar shows as collapsed responsive on desktop
- This topic has 8 replies, 2 voices, and was last updated 11 years, 12 months ago by
Barry.
-
AuthorPosts
-
April 28, 2014 at 11:40 am #144647
cchapmond
ParticipantI 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.
April 28, 2014 at 4:47 pm #144887Barry
MemberHi – 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?
April 28, 2014 at 5:12 pm #144929cchapmond
ParticipantAlright 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.
April 29, 2014 at 7:27 am #145388Barry
MemberHmm, ok. And does switching from the Default Events Template to the Default Page Template help at all (via the Events ā Settings ā Display screen)?
April 29, 2014 at 11:23 am #145592cchapmond
ParticipantIt actually breaks the page when I switch to default page template. It shows about 4 lines of text and thats it.
April 29, 2014 at 11:24 am #145595cchapmond
ParticipantThis reply is private.
April 30, 2014 at 6:51 am #146408Barry
MemberAh 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?
April 30, 2014 at 12:12 pm #146694cchapmond
ParticipantAdding add_filter( ‘tribe_events_kill_responsive’, ‘__return_true’);
did fix the issue.May 1, 2014 at 6:56 am #147377Barry
MemberOK – 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 š
-
AuthorPosts
- The topic ‘Calendar shows as collapsed responsive on desktop’ is closed to new replies.
