remove upcoming events from Map view

Home Forums Calendar Products Events Calendar PRO remove upcoming events from Map view

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1153559
    Pau
    Participant

    Dear TECPRO,

    Is it possible to remove the ‘Upcoming Events’ showing by default under the MAP view?

    http://79.170.44.126/ref-spainculturescience.co.uk/events/map/

    I would like just to see the map with the ‘hot points’ , and nothing underneath…

    many thanks

    #1153617
    Nico
    Member

    Hi there Pau,

    Thanks for reaching out to us! Hopefully a simple CSS snippet can hide the title in photo view 🙂

    Just paste the code below in your theme’s (or child theme’s) stylesheet or add it via Simple Custom CSS plugin:


    /* tribe hide page title in map view */
    .tribe-events-map .tribe-events-page-title {
    display: none;
    }

    Please let me know if this works for you,
    Best,
    Nico

    #1153645
    Pau
    Participant

    Hi Nico, many thanks

    the ‘Upcoming events’ title has gone, but not the -very long- events feed

    the idea is to have JUST the map, with no events listed below

    see now: http://79.170.44.126/ref-spainculturescience.co.uk/events/map/ (I applied the code on custom CSS)

    can we do that?

    thanks again
    🙂

    #1153882
    Nico
    Member

    Thanks for following-up Pau!

    Sure, we can do that, I understood it was just the title what you wanted to remove. I left the view switch visible, but that can be hidden as well. Try this new snippet and let me know if this is what you are looking for:


    /* Tribe hide elements in map view */
    .tribe-events-map .tribe-events-page-title,
    .tribe-events-map #tribe-events-header,
    .tribe-events-map #tribe-geo-results,
    .tribe-events-map #tribe-events-footer,
    .tribe-events-map .tribe-events-ical {
    display: none !important;
    }

    Have a great weekend,
    Nico

    #1153979
    Pau
    Participant

    Hi Nico, that’s right. All worked very well, thanks!

    Just a minor question: now the selector ‘date/events view’ appears UNDER the map, not OVER as before… why?

    http://79.170.44.126/ref-spainculturescience.co.uk/events/map/

    Thanks again

    #1154455
    Nico
    Member

    Perfect!

    Just a minor question: now the selector ‘date/events view’ appears UNDER the map, not OVER as before… why?

    By default the title and the date/events view nav are below the map, and this is the way it was displayed before the customization. Not sure if at a previous point you had a customization to tweak this.

    Please let me know about it,
    Best,
    Nico

    #1163420
    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘remove upcoming events from Map view’ is closed to new replies.