Home › Forums › Calendar Products › Events Calendar PRO › remove upcoming events from Map view
- This topic has 7 replies, 4 voices, and was last updated 9 years, 7 months ago by
Pau.
-
AuthorPosts
-
August 19, 2016 at 6:25 am #1153559
Pau
ParticipantDear 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
August 19, 2016 at 8:18 am #1153617Nico
MemberHi 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,
NicoAugust 19, 2016 at 8:53 am #1153645Pau
ParticipantHi 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
🙂August 19, 2016 at 3:59 pm #1153882Nico
MemberThanks 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,
NicoAugust 20, 2016 at 1:35 am #1153979Pau
ParticipantHi 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
August 22, 2016 at 11:18 am #1154455Nico
MemberPerfect!
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,
NicoSeptember 13, 2016 at 9:35 am #1163420Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘remove upcoming events from Map view’ is closed to new replies.
