Hi,
I’m using the enfold theme and I’m very happy with it.
But one question. I also use mapsvg Plugin for the Contact page but on mobile devices it is not possible to click and select on these map.
My Idea is now to disable mapsvg plugin for mobile and use an alternative menu.
But how?
Hi Sven!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
#mapsvg-6158 {
display: none;
}}
Best regards,
Yigit
Hi Yigit,
Works like a charm!
But I have to disable all maps separately?
Is it possible to hide all at once?
Got it with:
.mapsvg
And last question:
Is it possible to display another text for mobile devices only? (instead of the map)
Hey!
You can add another content inside the tab, apply a unique css class or id attribute to it. Use css media queries like the example above to hide it on desktop view.
Best regards,
Ismael
Hey Ismael,
that was easy :)
Thanks for your great support.
Can be closed