Show Google Maps without list of events on homepage

Home Forums Calendar Products Events Calendar PRO Show Google Maps without list of events on homepage

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1337278
    Mariska Roossien
    Participant

    Is it possible to add the Google Maps on my homepage without the list of events showing under the map?
    (I’m using the pro version of the Events Calander and DIVI 3.0)

    #1338091
    Courtney
    Member

    Hello Mariska

    Can you add the following code to your child theme, or in Appearance » Customize » Additional CSS?

    #tribe-geo-results .type-tribe_events {
        display: none;
    }
    
    .tribe-filters-closed #tribe-events-content{display: none;}
    
    #tribe-events-content.tribe-events-list {display: none;}

    Are you adding the calendar using the shortcode: [tribe_events view="map"]

    A word of caution, this will impact the Map view on your default Events page as well.

    Does this work for you?

    Thanks
    Courtney 🙂

    #1348092
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Show Google Maps without list of events on homepage’ is closed to new replies.