Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Andy Fragen

    (@afragen)

    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

    [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

    (@afragen)

    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

    (@afragen)

    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

    (@jasoncrundwell)

    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

    (@afragen)

    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 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

    (@jasoncrundwell)

    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

    (@afragen)

    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. 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

    (@jasoncrundwell)

    Sorry for the delayed response. That solution worked!

    Appreciate all your help!

    Plugin Author Andy Fragen

    (@afragen)

    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.