• Resolved cbridges

    (@cbridges)


    I have the events calendar installed on two seperate wordpress installs. On one install the events formatting is great. On the second install, when viewing an individual event (event details) it looks nothing like it does on the first install. On the second install, the google map shows up twice as long as it is wide (instead of a nice square map) and the grey box that is supposed to go around the “details”, “venue” and map is missing. It should look like this screenshot http://s.w.org/plugins/the-events-calendar/screenshot-3.png?r=832011

    The settings on both installs are the same. Any ideas why the grey box is missing and the map is messed up? An example of an event is here event post

    http://wordpress.org/plugins/the-events-calendar/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter cbridges

    (@cbridges)

    here is another link to a page event. If you notice, there is no grey box around the event details like in the screenshot from the developer site: http://s.w.org/plugins/the-events-calendar/screenshot-3.png?r=832011

    My previous install had the grey box and I would like to to show here as well, and have the map show but not when it is twice as long as wide.

    Are the themes the same on the different installations? What I notice immediately on the one you linked to is that the body classes we would expect to see in place on single event pages are missing, hence the CSS that provides the grey background for that feature is missing.

    Does switching to a default, unmodified theme and deactivating all other plugins also resolve this?

    If it is specific to your theme then you can still workaround it, but you would need to introduce additional style rules.

    To clarify, the CSS that provides the grey background is not itself missing, but the hooks it depends upon are absent.

    Thread Starter cbridges

    (@cbridges)

    @barry,
    I switched to an unmodified version of the 2013 Theme and the formating appeared as it should. So is something missing in my current theme that I could do to get the formatting to look the way it should?

    Also, under the current theme the sidebar items are appearing below the monthly calendar even know the when the page is set to full width (therefore there should not be a sidebar). I assume this is a theme issue also because it works properly under the unmodified 2013 theme (no sidebar items appear). I can make this sidebar issue its own post if needed
    Thanks for your help!
    Chris

    It certainly looks like an issue with body classes and similarly the sidebar issue probably hinges on where and in what template the theme’s sidebar calls reside.

    I’m afraid however we can’t really go into too much depth with third party themes here on the free support forum – especially as this is really looking like an integration issue rather than a conflict or bug on either side – and would need to leave you to figure out the rest of this (perhaps the theme author can assist)?

    Thread Starter cbridges

    (@cbridges)

    Thanks, I am trying to get help from theme vendor and not getting very far. Just thought I would give you guys a shot!

    Thread Starter cbridges

    (@cbridges)

    @barry, The theme developer did get my sidebar issue solved however on the formatting of the individual events, he is stumped as well. When I switch to twenty thirteen and the formatting is correct, I used Chrome inspector to look at the code. The following shows up in Chrome inspector with twenty thirteen theme

    .single-tribe_events .tribe-events-event-meta {
    background: #fafafa;
    border: 1px solid #eee;
    margin: 30px 0;}

    When using the dejavu theme I see the .single-tribe_events .tribe-events-event-meta .tribe-clearfix but no background, border or margin properties show up in the inspector like it does with the twenty thirteen theme. Its like its not pulling up the properties for these classes.

    I thought about switching to the Pro version but don’t want to until I know this issue won’t show up in the paid version as well. I will continue search until I hopefully figure it out!
    Thanks!

    OK – well hopefully you hit on the solution – unfortunately we just can’t help further on this one here on the free support forum as it’s essentially a customization/integration issue.

    Good luck!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Missing calendar formatting’ is closed to new replies.