arrowjoker
Forum Replies Created
-
Using JavaScript in the manual calculation just works fine:
Example:
Math.round((%p_1%+%p_2%+%p_3%)*10)/10 // Returns 1 decimal
Math.round((%p_1%+%p_2%+%p_3%)*100)/100 // Returns 2 decimals
Math.round((%p_1%+%p_2%+%p_3%)*1000)/1000 // Returns 3 decimalsThe value 2.56 is returned with 2.6 in case of 1 decimal
The value 2.55 is returned with 2.6 in case of 1 decimal
The value 2.54 is returned with 2.5 in case of 1 decimal
etc.Great plugin! Love it!
I did not get any response on my post. Seems the developer does not provide any support.
Forum: Plugins
In reply to: [WP Store Locator] Markers and pan controls not showing on MapUpdate to a) just found that we are usig some heavy security that was not allowing to access the files 😀
So would say case resolved, thanks for the hints!Forum: Plugins
In reply to: [WP Store Locator] Markers and pan controls not showing on Mapa) Markers: Well http://aurel-archery.de/wp-content/plugins/wp-store-locator and all below is set to 755. The markers folder and content was reading 644 before. Did not solve the issue.
b) Pan control: Thanks! Good to now!