Title: shortcode question on static page
Last modified: August 31, 2016

---

# shortcode question on static page

 *  Resolved [usa511](https://wordpress.org/support/users/usa511/)
 * (@usa511)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/shortcode-does-not-work-on-static-page/)
 * The map brings in the map and satellite links at the left top corner of the map
   image, can those links be turned off and with what settings for not to be displayed,
   because the map is for small screen mobiles and in reality has no use.
 * Also under the map the red marker has no function on mobile map display, can 
   it also be turned off?
 * thanks
 * map version 5.65
 * link: [http://www.carmelmountainranch.com/mob-direction/](http://www.carmelmountainranch.com/mob-direction/)
 * [https://wordpress.org/plugins/wp-google-maps/](https://wordpress.org/plugins/wp-google-maps/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [WPGMaps](https://wordpress.org/support/users/wpgmaps/)
 * (@wpgmaps)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/shortcode-does-not-work-on-static-page/#post-7021243)
 * Hi there.
 * The map and satellite links can be hidden by using the following CSS:
 *     ```
       .gm-style-mtc {
           display: none !important;
       }
       ```
   
 * The marker listing can be hidden on a mobile device by adding the following CSS:
 *     ```
       @media screen and (max-width: 760px) {
           #wpgmza_marker_list_2 {
               display: none !important;
           }
       }
       ```
   
 * You can use this CSS by going to ‘Maps’ -> ‘Settings’ -> ‘Advanced Settings’ 
   and entering it in the ‘Custom CSS’ field.
 * Does this help?
 *  Thread Starter [usa511](https://wordpress.org/support/users/usa511/)
 * (@usa511)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/shortcode-does-not-work-on-static-page/#post-7021317)
 * thanks for the guide, of course it worked!
 * i just need to do one more correction:
 * info pop window, has the “Directions” link in it. can you give me the css for
   that to center and bold the link?
 * thanks.
 *  Plugin Author [WPGMaps](https://wordpress.org/support/users/wpgmaps/)
 * (@wpgmaps)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/shortcode-does-not-work-on-static-page/#post-7021379)
 * Hi there.
 * So glad to hear!
 * Please use this CSS to center the ‘Get Directions’ link:
 *     ```
       .wpgmza_gd {
           text-align: center !important;
           display: block;
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘shortcode question on static page’ is closed to new replies.

 * ![](https://ps.w.org/wp-google-maps/assets/icon-256x256.png?rev=3058363)
 * [WP Go Maps - Google Maps, OpenStreetMap, Leaflet Map](https://wordpress.org/plugins/wp-google-maps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-google-maps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-google-maps/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-google-maps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-google-maps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-google-maps/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [WPGMaps](https://wordpress.org/support/users/wpgmaps/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/shortcode-does-not-work-on-static-page/#post-7021379)
 * Status: resolved