pulc001
Forum Replies Created
-
no worries @harshad, on the contrary thank you. if you need any more information on the matter for the developers do let me know.
@harshad I have tried that and many other combinations including wildcards (*) as per the list below:
/js/frontend-gtag.min.js
/wp-content/plugins/google-analytics-for-wordpress/assets/js
/wp-content/plugins/google-analytics-for-wordpress/*
https://elev8.mt/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js
https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-x
https://www.google-analytics.com/analytics.js
/gtag/js?id=UA-xxxxxxxxx-xsomehow page insights is still reporting a render block for my analytics script. What makes the issue more strange is that even if I choose the defer all javascripts option page insight still repots a render block.
- This reply was modified 5 years, 3 months ago by pulc001.
@harshad, yes I am running 3.1.9
Hello Harshad,
thank you for your reply.
It is already configured that way in the plugin.
Still this is being picked up as blocking resource by page insights.
URL is IT Service Provider
JS merging and minification settings are all ticked off from the settings as well.
I am also using monster insights plugin from analytics. could this be the issue?
- This reply was modified 5 years, 3 months ago by pulc001.
Forum: Fixing WordPress
In reply to: Remove Services Sub Menu Arrow Indicator with Custom CSSI managed to resolve this and posting for everyone’s benefit. the correct css to hide this:
.sub-menu .icon-arrow{
display: none;
}