Title: husar's Replies | WordPress.org

---

# husar

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 42 total)

1 [2](https://wordpress.org/support/users/husar/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/husar/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/husar/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Integral] Background Color Change](https://wordpress.org/support/topic/background-color-change-19/)
 *  [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [8 years ago](https://wordpress.org/support/topic/background-color-change-19/#post-10213478)
 * I ended up doing this. Not sure if it is the best way. I added this to the custom
   CSS option.
 *     ```
       .blue {
           background-color: #0066b5;
           color: #fff;
       }
       ```
   
 * Then I had to edit the page code unfortunately. Changed dark (or lite) to my 
   new blue.
 * If you have a way to do it without me editing the page code please recommend.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] Subscribe2 & Custom Post Types (More Types)](https://wordpress.org/support/topic/subscribe2-custom-post-types-more-types/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/subscribe2-custom-post-types-more-types/#post-2194482)
 *     ```
       function my_post_types($types) {
       	$types[] = 'my_post_type';
       	return $types;
       }
   
       add_filter('s2_post_types', 'my_post_types');
       ```
   
 * Adding that to my functions.php seems to work now. But that only limits me to
   one custom post type.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] Subscribe2 & Custom Post Types (More Types)](https://wordpress.org/support/topic/subscribe2-custom-post-types-more-types/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/subscribe2-custom-post-types-more-types/#post-2194470)
 * [@mattyrob](https://wordpress.org/support/users/mattyrob/)
 * What file in the More Types were you looking at. There are size files in that
   plugin. I have tried a few but not having any luck yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] [Geotag] iPhone Photos Broken](https://wordpress.org/support/topic/geotag-iphone-photos-broken/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/geotag-iphone-photos-broken/#post-2157599)
 * Okay, I have found out from the WordPress for iOS developers that the EXIF data
   is being stripped out of all uploaded photos. It will return in the next version
   of the app. I hope that is quick.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar Widget Information Depending on User Location](https://wordpress.org/support/topic/sidebar-widget-information-depending-on-user-location/)
 *  [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/sidebar-widget-information-depending-on-user-location/#post-1923027)
 * Get a Google Latitude account and post your location to that. There are several
   widgets that will display that information.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] Pop up photos on map?](https://wordpress.org/support/topic/pop-up-photos-on-map/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/pop-up-photos-on-map/#post-2091923)
 * Okay, I was able to solve this one after some checking. I noticed the thumbs 
   were not working at all. I looked to the source of the page and copied out my
   tiny thumbs link from one of the markers. Pasted that into browser window and
   it failed. It did give me a message so it was a quick edit of the thumbs.php 
   file to increase max size of the image.
 * All good now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] Geotag and iPhone Photos](https://wordpress.org/support/topic/geotag-and-iphone-photos/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/geotag-and-iphone-photos/#post-2076911)
 * Okay, cheers. I have it working now. I have a few more questions but will post
   those to another topic.
 * Thanks for all your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] Geotag and iPhone Photos](https://wordpress.org/support/topic/geotag-and-iphone-photos/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/geotag-and-iphone-photos/#post-2076902)
 * I have to assume that the plugin just doesn’t work. I can not get any geotagged
   photo to map from any camera. I have pulled several photos off the web and no
   luck at all. I looked on your demo webpage and your example of photos mapped 
   don’t work either.
 * [http://bobsp.de/weblog/geotag/](http://bobsp.de/weblog/geotag/)
 * I hope this plugin gets updated in the future. It is a great idea.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] Geotag and iPhone Photos](https://wordpress.org/support/topic/geotag-and-iphone-photos/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/geotag-and-iphone-photos/#post-2076901)
 * Okay, I figured out what was causing the error. When I removed the geotag pluging
   I made sure that the directory was removed as well. But after looking at the 
   plugin directory there is also a directory called, transportlines-geotag. I then
   deleted this directory and installed the plugin again. It did activate. I will
   testing with iPhone photos now… more to come.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] Geotag and iPhone Photos](https://wordpress.org/support/topic/geotag-and-iphone-photos/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [15 years ago](https://wordpress.org/support/topic/geotag-and-iphone-photos/#post-2076887)
 * Well, no luck here getting the plugin reactivated. If you want an image to test
   this here is one that I took with iPhone and I have confirmed that it does have
   geo data in it.
 * [http://www.piratevelo.com/wp-content/uploads/2011/05/Picture.jpg](http://www.piratevelo.com/wp-content/uploads/2011/05/Picture.jpg)
 * Let me know what I can do to reactivate the plugin. Also let me know if you can
   get the image above to work with the geotag plugin.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] Geotag and iPhone Photos](https://wordpress.org/support/topic/geotag-and-iphone-photos/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [15 years ago](https://wordpress.org/support/topic/geotag-and-iphone-photos/#post-2076885)
 * I delete the plugin via FPT. Then I went in an removed all option setting for
   geotag from the options table. Did a fresh install again via the WordPress add
   plugin. Still no luck. I still get the undefined method.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] Geotag and iPhone Photos](https://wordpress.org/support/topic/geotag-and-iphone-photos/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [15 years ago](https://wordpress.org/support/topic/geotag-and-iphone-photos/#post-2076884)
 * I deleted the plugin via wordpress. The reinstalled it with the wordpress plugin
   install and I get the follow error. I have looked and the function does exits.
   I will try to delete it again.
 * Fatal error: Call to undefined method Geotag::updatePlugin() in /home1/husarus/
   public_html/piratevelo/wp-content/plugins/geotag/geotag.php on line 21
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] Geotag and iPhone Photos](https://wordpress.org/support/topic/geotag-and-iphone-photos/)
 *  Thread Starter [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [15 years ago](https://wordpress.org/support/topic/geotag-and-iphone-photos/#post-2076870)
 * Awesome. I’ll give it a go this evening and report back. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] [Plugin: Geotag] upgrade to v2](https://wordpress.org/support/topic/plugin-geotag-upgrade-to-v2/)
 *  [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [15 years ago](https://wordpress.org/support/topic/plugin-geotag-upgrade-to-v2/page/8/#post-2025512)
 * I think the issue I am having has to do with iPhone specific photos. See my post
   here [http://wordpress.org/support/topic/geotag-and-iphone-photos?replies=1#post-2107705](http://wordpress.org/support/topic/geotag-and-iphone-photos?replies=1#post-2107705)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geotag] [Plugin: Geotag] upgrade to v2](https://wordpress.org/support/topic/plugin-geotag-upgrade-to-v2/)
 *  [husar](https://wordpress.org/support/users/husar/)
 * (@husar)
 * [15 years ago](https://wordpress.org/support/topic/plugin-geotag-upgrade-to-v2/page/8/#post-2025511)
 * I have a new WP install that I am trying to use GeoTag with. My test page is 
   located at [http://www.piratevelo.com/?p=6](http://www.piratevelo.com/?p=6) The
   image I have uploaded does have gps data in it. I have confirmed with with one
   of the EXIF reader scripts online. The gmap code I am using is as follows.
 * [gmap zoom=”auto” photo=”true” photo_icon=”thumbnail”]
 * I get a map to load but it doesn’t center on the image and it doesn’t show an
   icon for it. I have these set as defaults in teh geotag settings.
 * Can you look at the page and see what is issue might be?

Viewing 15 replies - 1 through 15 (of 42 total)

1 [2](https://wordpress.org/support/users/husar/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/husar/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/husar/replies/page/2/?output_format=md)