bobadoo
Forum Replies Created
-
What kind of server spec info would be useful?
There aren’t any other security plugins running.
Thanks!
Forum: Plugins
In reply to: [WP Store Locator] Polygons/MaskingHey Tijmen,
Thanks for getting back to me. This was actually simpler than I expected. Something along the lines of:
var annaMariaCoords = [
new google.maps.LatLng(27.539451,-82.689516),
new google.maps.LatLng(27.540668,-82.761582),
new google.maps.LatLng(27.470020,-82.758837),
new google.maps.LatLng(27.477026,-82.692605),
];var worldCoords = [
new google.maps.LatLng(-85.1054596961173, -180),
new google.maps.LatLng(85.1054596961173, -180),
new google.maps.LatLng(85.1054596961173, 180),
new google.maps.LatLng(-85.1054596961173, 180),
new google.maps.LatLng(-85.1054596961173, 0)
];// Construct the polygon.
var poly = new google.maps.Polygon({
paths: [worldCoords, annaMariaCoords],
strokeColor: ‘#000000’,
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: ‘#000000’,
fillOpacity: 0.35
});poly.setMap(map);
would do just fine. However, it’s not going to work to have the edits rewritten every time the client updates the plugin. Any thoughts on how I can access the map variable from a different function/file?
Thanks ahead of time!
Thanks, I appreciate your help. I was hoping I could ask you a few more questions to narrow down what I think might be the issue and increase my understanding of how the plugin works.
It seems that the plugin is actually not tracking purchase data for the sites which require a user to create an account and be logged in to make a purchase. Is this expected behavior? Does the plugin only track guest checkouts, or should I be able to see actual purchase amounts for logged in users as well?
The FAQ states that the plugin does not send data when you are logged in as an admin. Does this mean that no google analytics data is going to be sent anytime anyone is logged in as an admin? Meaning hypothetically that if someone were to to be logged in 24 hours a day, no data would ever be sent to google analytics?
Also, does the plugin support Google Analytics’ Global Site Tag?
Thanks again ahead of time.
- This reply was modified 6 years, 11 months ago by bobadoo.
Thanks for getting back to me. I apologize for the delay.
The url is https://www.cetrack.com/.
We aren’t getting any ecommerce analytics tracking at all. I appreciate any insight you can offer.
Thanks!