GeoDirectory SupportGDMap on Home Page – CSS issues – GeoDirectory Support https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/feed Fri, 14 Mar 2025 17:07:15 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9403 <![CDATA[GDMap on Home Page – CSS issues]]> https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9403 Tue, 22 Jul 2014 15:05:09 +0000 jltrinka I am having a problem where I am trying to get the map removed while in mobile, yet it still persists. The CSS rule I received from you guys was:


@media only screen and (max-width:480px)
{
.geodir_map_container{display:none;}
}

Which is in my CSS in wordpress, but the map persists. I tried using inspector to see if the rule is being applied, and it doesn’t seem like it is. I disabled caching from cloudflare, and even still nothing. Any ideas?

http://www.bmvapes.com

]]>
https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9425 <![CDATA[Reply To: GDMap on Home Page – CSS issues]]> https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9425 Tue, 22 Jul 2014 16:43:39 +0000 Simone Hello, I see that your map is gone on mobile, and the rule is successfully applied on your style.css

(stretch your browser while testing the mobile rule with the inspector, using your desktop browser)

]]>
https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9431 <![CDATA[Reply To: GDMap on Home Page – CSS issues]]> https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9431 Tue, 22 Jul 2014 17:24:30 +0000 jltrinka How would you go about removing just the home page map, and not all maps on mobile? I like the ones that display for listings, but this rule removes those too :-/

]]>
https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9432 <![CDATA[Reply To: GDMap on Home Page – CSS issues]]> https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9432 Tue, 22 Jul 2014 17:27:30 +0000 jltrinka Also, i still see the map on mobile, and in inspector i dont see that rule applied

]]>
https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9433 <![CDATA[Reply To: GDMap on Home Page – CSS issues]]> https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9433 Tue, 22 Jul 2014 17:37:20 +0000 Simone Try this on your style.css


@media only screen and (max-width:480px)
div#sticky_map_geodir_map_v3_home_map_3.top_banner_section.geodir_map_container {
display:none;
}

check your cache on your device, I tested with more than one mobile device and I don’t see any map (see attach)

]]>
https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9453 <![CDATA[Reply To: GDMap on Home Page – CSS issues]]> https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9453 Tue, 22 Jul 2014 19:13:21 +0000 jltrinka I tried this code, cleared mobile, varnish, and cloudflare caches, and still no change :-/

I don’t know how you don’t see it!

]]>
https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9454 <![CDATA[Reply To: GDMap on Home Page – CSS issues]]> https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9454 Tue, 22 Jul 2014 19:16:05 +0000 jltrinka heres the screenshot i see

]]>
https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9663 <![CDATA[Reply To: GDMap on Home Page – CSS issues]]> https://wpgeodirectory.com/support/topic/gdmap-on-home-page-css-issues/#post-9663 Wed, 23 Jul 2014 20:14:16 +0000 jltrinka So, it’s day two and the CSS rule still isnt applying. Still not quite sure why…

]]>