Title: dywp's Replies | WordPress.org

---

# dywp

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Shipping Error when updating cart](https://wordpress.org/support/topic/shipping-error-when-updating-cart/)
 *  Thread Starter [dywp](https://wordpress.org/support/users/dywp/)
 * (@dywp)
 * [10 years ago](https://wordpress.org/support/topic/shipping-error-when-updating-cart/#post-7318043)
 * Hi
    How do I sent you a private link? Also Im having issues with the way the 
   tax is caculated. Its added before the discount is applied. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geo Mashup] Moving Map Controls](https://wordpress.org/support/topic/moving-map-controls/)
 *  Thread Starter [dywp](https://wordpress.org/support/users/dywp/)
 * (@dywp)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/moving-map-controls/#post-4308374)
 * Hi
    Dont worry I found the solution thanks.
 *     ```
       GeoMashup.addAction( 'loadedMap', function ( properties, mxn ) {
   
         var google_map = mxn.getMap();
   
         /* Turn on Scale Control */
   
         var options = {
   
          zoomControl: true,
           zoomControlOptions: {
               style: google.maps.ZoomControlStyle.LARGE,
               position: google.maps.ControlPosition.RIGHT_CENTER
           }
   
         };
   
         google_map.setOptions( options );
   
       });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geo Mashup] Geo Mashup omitted a map with no located objects found.](https://wordpress.org/support/topic/geo-mashup-omitted-a-map-with-no-located-objects-found/)
 *  Thread Starter [dywp](https://wordpress.org/support/users/dywp/)
 * (@dywp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/geo-mashup-omitted-a-map-with-no-located-objects-found/#post-4212344)
 * Hi
    Ok thanks In the end I used this with success:
 *     ```
       GeoMashup::map('height=100%&width=100%&add_overview_control=true&add_map_type_control=G_NORMAL_MAP,G_SATELLITE_MAP,G_HYBRID_MAP&zoom=6&map_content=global&object_ids='.$post_ids)
       ```
   
 * with the $post_ids as a comma separated string.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geo Mashup] Expand to info-window-max](https://wordpress.org/support/topic/expand-to-info-window-max/)
 *  Thread Starter [dywp](https://wordpress.org/support/users/dywp/)
 * (@dywp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/expand-to-info-window-max/#post-4199008)
 * Hi Thanks
    that’s great!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geo Mashup] Expand to info-window-max](https://wordpress.org/support/topic/expand-to-info-window-max/)
 *  Thread Starter [dywp](https://wordpress.org/support/users/dywp/)
 * (@dywp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/expand-to-info-window-max/#post-4198983)
 * Hi Ok Thanks,
 * Im trying to add
 *     ```
       google.maps.event.addListener(infoWindow, 'domready', function() {
             // whatever you want to do once the DOM is ready
       });
       ```
   
 * when you open one of the infowindows.
    I added it using the custom.js file but
   it doesnt seem to work. I went through the docs but cant seem to find the correct
   way to add it.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geo Mashup] Expand to info-window-max](https://wordpress.org/support/topic/expand-to-info-window-max/)
 *  Thread Starter [dywp](https://wordpress.org/support/users/dywp/)
 * (@dywp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/expand-to-info-window-max/#post-4198893)
 * Hi
    Thanks but thats not really what I need. I used to have a global map that
   when you click the marker you get the title and then when you click the expand
   its shows the full text. Is there a way to that that now? Thanks

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