Daniel

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: probleme with events categories #1193660
    Daniel
    Participant

    Hi Christophe,

    Glad that worked for you.
    About the Google Map plugin, it sounds like a jQuery version conflict or something to do with the (outdated) Select2 plugin that Tribe is using to swap regular select menus for fancy ones. Some conflict there. I have the issue that users cannot select an existing venue or organizer for this reason. In the source you can see the original select menu with all the venues to choose from, but that is hidden. Sigh.

    I vote that they updated Select2 to the latest version (this is part of the core Events Calendar plugin).
    I expect updating my theme to something new will help though.

    Good luck.

    in reply to: probleme with events categories #1193013
    Daniel
    Participant

    Hi.
    I have the same problem after updating the Tribe plugins. My theme is pretty old, but it was working fine before the upgrade. Rather than spend hours troubleshooting JQuery and/or theme conflicts, my super-quick patch is to display the categories again with a simple CSS override. Just add this to your theme’s style.css file.

    #event-categories.tribe-hide{
    display: block;
    }

    Hope it works for someone.

    in reply to: Additional Field for Venues #24378
    Daniel
    Participant

    But that seems to only apply to events themselves and not for adding additional fields to the VENUES themselves. Having a URL field for Venues is pretty critical info I would have thought…

Viewing 3 posts - 1 through 3 (of 3 total)