You are here: Home → Forum Home → Free add-ons → Modules → Thread
22 January 2012 09:56 AM #31
So, misunderstanding in communication
I disable geolocation function to test StoreLocator distance change. Now is Enabled and you can tested it.
p.s. but our conversation is give me a lot information for v.2. It will be very nice add-on (http://cl.ly/31462J0i1S1p3I3d0N0Y)
22 January 2012 10:04 AM #32
OK, great. Is there a new version to download that will allow me to do that?
22 January 2012 10:09 AM #33
well, if you speak about geolocaton in example - it was build with v1
22 January 2012 10:18 AM #34
There’s no examples in the docs of how to do it. I’m looking at the source for the demo-ee example and wondering how much of the javascript is just hard-coded into the template and how much of it is created dynamically by EE?
22 January 2012 10:27 AM #35
in current example, the most part of geolocator code is custom. I just add comments, hope it’s can help. It’s ready to use - you just need delete what you don’t need (logger component) and this all.
22 January 2012 10:33 AM #36
OK, great, thanks. One last thing relating to an earlier question: http://www.eec.ms/forums/viewreply/1430/
22 January 2012 10:33 AM #37
public access to Demo-ee CP is not open yet, so template in zip
22 January 2012 10:36 AM #38
regarding mUpdate:
try next code
$(".btn").fancybox({
fitToView : false,
width : 800,
height : 400,
autoSize : false,
closeClick : false,
wrapCSS : $(this.element).attr('id'),
afterShow : function() {
$.mxgoogleMaps.mUpdate();
}
});
p.s. I just add it to my examples list for new version
This question is in top3
22 January 2012 10:40 AM #39
Awesome, thanks. Will test that out properly tomorrow.
24 January 2012 01:38 AM #40
That’s closer but I have a problem with the map being zoomed too far out. I also have a problem on individual store pages with the map being zoomed too far in. I’ll PM you a link so you can see what I mean.
Powered by ExpressionEngine ExpressionEngine Discussion Forum - version 3.1.8 (20120413)