mark l chaves
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Help in reading registered account analytics dataHi @liormsg,
Do you mean with Google Analytics (GA4)? If so, yes, there is a way to track logged-in WordPress users.
If you don’t want to use a plugin, you can write your own code to do this. It’s pretty well documented (Google GA4 user ID).
Here’s a code example you can use as a starter template.
https://gist.github.com/marklchaves/e9ee0567f7d7e1683d6ec8b27e8504c8
I don’t see a built-in metric for “time spent on a page” in GA4. In Universal Analytics (predecessor), there was an average duration metric. You can always write custom code calculate durations and send the stats as events to GA4.
File download events are tracked in GA4 automatically if you enable enhanced metrics. Learn more here.
https://support.google.com/analytics/answer/9234069?hl=en
I hope that helps.
Cheers!
Forum: Fixing WordPress
In reply to: onclick function for menuHi @deanljbirch,
If you’re asking how to track menu clicks in Google Analytics, I have a tutorial for doing this using JavaScript and GA4.
https://dev.to/marklchaves/how-to-send-a-custom-event-to-google-analytics-4-using-javascript-2eh
I hope that helps 🙂
Mark
Hi @mttindustries-1,
New update: this might have been an issue with earlier versions. Can you make sure you’re using the latest version, 7.17.0?
We look forward to your reply 🙂
Cheers,
Mark
Forum: Everything else WordPress
In reply to: No responsive backgroundHi @ermarsot,
How fun. Cool site!
I think you should look into art direction for that background hero and the 2 foreground images.
In short, you want to show a landscape-friendly image on desktop (like you have now), but then provide a portrait-friendly (stacked) version for smaller devices. You can use media queries to figure which version to display (depending on the device).
You can learn more here https://dev.to/marklchaves/what-is-art-direction-and-how-to-use-it-1o3n.
I’m happy to answer any question about this! Just yell.
Cheers,
Mark
Forum: Fixing WordPress
In reply to: Blue boxes with question mark?Hello @adayofzen,
Thanks for the link to your page.
Do you have a link to your header logo so we know what it looks like?
Here’s the header we see on your site now on DT and mobile.
https://share.getcloudapp.com/bLuAjOzx
https://share.getcloudapp.com/d5u1WyBX
We don’t see any obvious missing logo.
Cheers!
Hello @nasarakhan,
Great question.
Just so we understand the use case:
1) A member of your WordPress site logs into their account.
2) When they go to their /wp-admin/ dashboard, they should have access the MonsterInsights reports
If this is correct, you can add an additional role to view the reports. This is in the Insights > Settings > Advanced. See the doc below for more details.
If you need to create a new role just for this purpose, you can use a plugin like Capabilities Manager.
https://wordpress.org/plugins/capability-manager-enhanced/
This means you can clone the Subscriber role and give the new role a name like “Insights”. Then, assign that role to the people you want to view the MonsterInsights reports. The way means that you don’t have to give all Subscribers (or Editors, etc.) access to view reports (for more granular control).
Let us know how that works out for you.
Thanks!
Hello @anncskay,
Thanks for taking the time to share this issue with us!
We’ll try to reproduce the problem on our end. Would you mind telling us specifically what the issue with Elementor’s Easy Load? Just so we know what to look for.
Cheers!
Mark
Hello @mttindustries-1,
Can you do us a favour?
Remove the file extension for the images in your lightboxes from your Insights > Settings > Engagement > File Downloads.
This setting is towards the bottom of the Engagement settings page. Here’s what to look for if your image files end in
.jpg.https://a.supportally.com/fhki9C
Please let us know if that works for you.
Thanks!
P.S. The side-effect is that file downloads for that file extension won’t get tracked anymore. But, your lightboxes should work.
- This reply was modified 5 years, 2 months ago by mark l chaves. Reason: Fixed paste error for screen capture link
Forum: Fixing WordPress
In reply to: Hamburger Menu Not WorkingHi @dazeofficial,
I see you’re using the Astra theme. It looks like the event listener for the hamburger menu is missing.
Can you turn off any JavaScript and CSS minification you have and try again?
If that doesn’t work, you’ll need to disable all 3rd party plugins. If it works with all plugins disabled and the cache is purged, it’s a plugin conflict that breaking your mobile menu.
If that’s the case, you’ll need to turn them on 1-by-1 until the issue shows up again. The last plugin you turned on before it started working again is your culprit.
Thanks!
Hi @moscato,
If you want to see the eCommerce conversion stats from your affiliates landing on your site, you can try giving your affiliates UTM parameter links.
MonsterInsights has a built-in URL builder for this. You can learn more about how this all works here.
https://www.monsterinsights.com/a-beginners-guide-to-utm-parameters/
Once that’s set up, you’d go directly to your Google Analytics property under Acquisition > Campaigns > All Campaigns to see the results.
https://a.supportally.com/zWjoI9
If you need an accounting tool, you should look at something like Affiliate Royale to manage your commissions tracking.
Thanks!
Hello @2mihan,
This should be a temporary issue. If you’re still seeing this server error, please submit a ticket using this link.
https://www.monsterinsights.com/lite-support/
Thanks so much!
Marking as resolved.
Marking as resolved.
Hello @edith06,
It’s still possible that your hosting provider has a firewall that’s blocking MonsterInsights and Google Analytics from your site.
Can you please reach out to your hosting provider and have them double-check their firewall to allow the domains listed on this page?
https://www.monsterinsights.com/docs/domains-that-must-be-accessible-for-tracking/
Thanks so much 🙂