• Resolved troyeccles

    (@troyeccles)


    Hi all,
    I have venue and organiser details in and they’ve been added to the event.
    However, when I view the event (https://gsmparishes.com.au/event/test-event-4/) the section where I’d expect to see the details as per the demo on YOUR website, is just missing.

    There’s no map, there’s no organiser details….nothing.

    I’m using the ENFOLD theme (updated and child version in use).
    The Event plugin is also the latest version.

    Help?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter troyeccles

    (@troyeccles)

    PS: I deactivated all the plugins too, so it doesn’t seem to be a conflict.

    GeoffBel

    (@geoffbel)

    Hey there @troyeccles

    This is caused by a display:none in the following CSS rule
    `single-tribe_events .tribe-events-event-meta, .av-single-event-meta-bar-inner {
    display: none;
    border: none;
    }

    According to the console that rule comes from /wp-content/uploads/dynamic_avia/avia-merged-styles

    In other words, there seems to be some undesirable CSS minification at play here.

    TL;DR removing or overriding that rule fixes the issue ??

    Cheers,
    Geoff

    Thread Starter troyeccles

    (@troyeccles)

    Genius!!!!!

    That fixed it all. Thank you SO very much, Geoff.
    Amazing.

    Troy.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Details, Organiser, Venue: missing?’ is closed to new replies.