Title: Mobile view
Last modified: August 30, 2016

---

# Mobile view

 *  Resolved [jason.crundwell](https://wordpress.org/support/users/jasoncrundwell/)
 * (@jasoncrundwell)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/)
 * I have been working through a theme update and realized that my mobile stylesheet
   wasn’t loading properly.
 * URL: [events.mansfieldstpeters.org/events](http://events.mansfieldstpeters.org)
 * I’m a The Events Calendar Pro user and worked with their team to get my calendar
   to work properly with their code.
 * However when I activate TECCC, the mobile javascript breaks again.
 * [You can view my Modern Tribe support thread here](https://theeventscalendar.com/support/forums/topic/mobile-calendar-not-displaying-correctly/).
 * I’ve left the plugin active for now so your team can troubleshoot.
 * Plugin Versions: TECCC 4.3.3 | TEC 3.11 | TEC Pro 3.10.1
 * [https://wordpress.org/plugins/the-events-calendar-category-colors/](https://wordpress.org/plugins/the-events-calendar-category-colors/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6354973)
 * When loading your site I see the following error. Referring to the following 
   file.
 * [http://events.mansfieldstpeters.org/wp-content/plugins/the-events-calendar/resources/tribe-events-full.min.css](http://events.mansfieldstpeters.org/wp-content/plugins/the-events-calendar/resources/tribe-events-full.min.css)
 * [Error] Failed to load resource: the server responded with a status of 404 (Not
   Found) (tribe-events-full.min.css, line 0)
 * Not really sure if this has anything to do with it.
 * There’s really only javascript in the Category Colors plugin for the Legend Superpowers
   function and that can be turned off.
 * You might need to reinstall the TEC plugin and I know there’s now an update to
   ECP.
 * Let me know.
 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6354975)
 * Can you try limiting the number of events displayed per day to 3 or so and see
   if that does something?
 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6355065)
 * Jason, did you say you had template overrides in your theme?
 * Can you go through the same steps you did in the ECP forum by temporarily removing
   your TEC/ECP customizations and let me know the results?
 * I think I know the issue but I need to confirm. I believe you have altered the
   calendar event display to include a start time and the venue for your views. 
   If you were to remove these or move them inside of the h3 tag it might work as
   expected.
 * If you could post your tribe-events subfolder I might be able to be a bit more
   specific. Better if the folder was up on GitHub 🙂
 *  Thread Starter [jason.crundwell](https://wordpress.org/support/users/jasoncrundwell/)
 * (@jasoncrundwell)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6355074)
 * Sorry I missed all the posts, it’s been a busy day.
 * I’ve removed the custom templates for now. It should be just the default codes
   now with TECCC running. Still doesn’t appear to collapse properly.
 * I also before disabling the custom templates tried moving the start time and 
   room code field inside the <h3> tag. No dice either.
 * Thanks
 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6355076)
 * It looks like it’s collapsing properly to me.
 * One of the features of TECCC is that in the mobile view there is a color bar 
   indicator of an event.
 * [http://cl.ly/image/1b3j431I470p](http://cl.ly/image/1b3j431I470p) is what I 
   currently see and is collapsed. This appears to be without the start time and
   room code, but putting the start time and room code inside the h3 tag should 
   give you the same thing.
 *  Thread Starter [jason.crundwell](https://wordpress.org/support/users/jasoncrundwell/)
 * (@jasoncrundwell)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6355079)
 * So what’s the best way to override TECCC mobile styling for TEC default in the
   calendar grid only? We have so many events daily and would rather the end user
   just click a day and scroll down the the list?
 * I do like the colors there, it just looks confusing in the grid.
 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6355082)
 * To remove the colors you will need to do the following.
 * First, update to the next version of TECCC. It will be out shortly. 😉
 * Add the following to your `tribe-events/tribe-events.css` file. This is a sub-
   folder of your current theme.
 *     ```
       @media only screen and (max-width: 768px) {
         .tribe-events-calendar td .hentry { display: none; }
         h3.entry-title.summary, .tribe-events-calendar .tribe-events-has-events:after
         { display: block; }
       }
       ```
   
 * Next download and activate [The Events Calendar User CSS](https://wordpress.org/plugins/the-events-calendar-user-css/).
   This plugin will ensure that your tribe-events.css is loaded last and that the
   CSS above will override.
 * These steps will ensure that any updates to the Category Colors plugin won’t 
   override your changes. The only time changes might occur is if Modern Tribe alters
   the selectors for the mobile view.
 * Give me an hour or so to update Category Colors and let me know how it works.
   If you do the above, once this plugin updates you will see the expected result.
 *  Thread Starter [jason.crundwell](https://wordpress.org/support/users/jasoncrundwell/)
 * (@jasoncrundwell)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6355190)
 * Sorry for the delayed response. That solution worked!
 * Appreciate all your help!
 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6355192)
 * Excellent!
 * Can you please rate the plugin, when you have the opportunity? Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Mobile view’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/the-events-calendar-category-colors_52b1d1.
   svg)
 * [The Events Calendar: Category Colors](https://wordpress.org/plugins/the-events-calendar-category-colors/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar-category-colors/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar-category-colors/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar-category-colors/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar-category-colors/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar-category-colors/reviews/)

## Tags

 * [mobile view](https://wordpress.org/support/topic-tag/mobile-view/)

 * 9 replies
 * 2 participants
 * Last reply from: [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-18/#post-6355192)
 * Status: resolved