Title: Pat Harvey's Replies - page 2 | WordPress.org

---

# Pat Harvey

  [  ](https://wordpress.org/support/users/patchh/)

 *   [Profile](https://wordpress.org/support/users/patchh/)
 *   [Topics Started](https://wordpress.org/support/users/patchh/topics/)
 *   [Replies Created](https://wordpress.org/support/users/patchh/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/patchh/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/patchh/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/patchh/engagements/)
 *   [Favorites](https://wordpress.org/support/users/patchh/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/users/patchh/replies/?output_format=md) [1](https://wordpress.org/support/users/patchh/replies/?output_format=md)
2

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] [Plugin: Google XML Sitemaps] sitemap plugin generates admin URLS in wp_footer()](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-sitemap-plugin-generates-admin-urls-in-wp_footer/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-sitemap-plugin-generates-admin-urls-in-wp_footer/#post-2627008)
 * I have also just installed the plug in and discovered the same thing happening.
   I don;t know if this is due to the plug-i, but it would be interesting to hear
   what you discovered when you looked into it before, thanks
 * Patch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Geo] [Plugin: WP Geo] map not showing in admin](https://wordpress.org/support/topic/plugin-wp-geo-map-not-showing-in-admin/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-geo-map-not-showing-in-admin/#post-3056707)
 * excellent Ben, I’ll look out for that in the next upgrade of wp_geo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Geo] [Plugin: WP Geo] map not showing in admin](https://wordpress.org/support/topic/plugin-wp-geo-map-not-showing-in-admin/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-geo-map-not-showing-in-admin/#post-3056636)
 * Hi, it would be great for me if you could add this feature – as you say it would
   make upgrades simpler.
 * My problem was:
 * I have a couple of custom page types, and on one of those pages I use the wp-
   geo map.
    On the other pages I have another google map, but something in the 
   wp-geo code that was present in the page header seemed to prevent the other map
   from showing.
 * My solution was to prevent the wp-geo being included on the other pages. To do
   this I added a variable to the header of the template used to show the particular
   custom page type (eg $my_customPage) and gave it a value.
 * I then modified a function within the **includes/wp-geo.php** file and checked
   for this variable (and now checked to see if it is an admin page too!) and put
   this around the contents of the function.
 *     ```
       function includeGoogleMapsJavaScriptAPI() {
            if(($my_customPage == 'noGeoMap')||(is_admin())){
       ```
   
 * And this fixed the problem for me.
 * I guess an option in the admin section to “include wp-geo in all pages/selected
   custom pages/posts/categories” etc would work for me. But not sure how easy that
   would be to implement at your end.
 * Thanks for expressing the interest though,
 * All the best
 * Patch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Geo] [Plugin: WP Geo] map not showing in admin](https://wordpress.org/support/topic/plugin-wp-geo-map-not-showing-in-admin/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-geo-map-not-showing-in-admin/#post-3056585)
 * Hi Ben, thanks for the quick response. You hit the nail on the head regarding
   not loading the Javascript. That was **my mistake**.
    I only need the map on 
   a particular custom page type, and it was conflicting with another map that was
   on the other pages – so I had made an edit to the wp-geo/includes/wp-geo.php
 * It hadn’t occurred to me that this would have an effect on the admin pages too.
 * Sorry to have wasted your time!
 * All the best
 * Patch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easing Slider] [Plugin: Easing Slider] diffirent slider on post page](https://wordpress.org/support/topic/plugin-easing-slider-diffirent-slider-on-post-page/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-easing-slider-diffirent-slider-on-post-page/#post-2947841)
 * Sorry if I’m being a bit daft, but when you say you can create as many sliders
   as you like, how are you doing that?
 * In my admin panel I just have one entry for Easing Slider (below the settings).
   And when I click on it I can change the settings for that slider.
 * Patch

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/users/patchh/replies/?output_format=md) [1](https://wordpress.org/support/users/patchh/replies/?output_format=md)
2