dywp
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Jigoshop] Shipping Error when updating cartHi
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.
ThanksForum: Plugins
In reply to: [Geo Mashup] Moving Map ControlsHi
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
In reply to: [Geo Mashup] Geo Mashup omitted a map with no located objects found.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
In reply to: [Geo Mashup] Expand to info-window-maxHi Thanks
that’s great!Forum: Plugins
In reply to: [Geo Mashup] Expand to info-window-maxHi 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
In reply to: [Geo Mashup] Expand to info-window-maxHi
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)