aviity
Forum Replies Created
-
Forum: Plugins
In reply to: [Reduce Bounce Rate] offline analyticsthanks I did that and I hope that it will work.
wp_enqueue_script('rbr_scripts', 'https://www.example.com/analyticsjs.js', array( 'jquery' ), '', ($rbrplace == 'footer'));Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseHi TobiasBg,
I did the same thing but my table is not working I tried
"columnDefs": [ { "className": "all", "targets": [ 0, 1, 2] } ]
my website is http://139.59.71.204/test/Forum: Plugins
In reply to: [Reduce Bounce Rate] offline analyticsAnd how can I point to it in the plugin? there is no option to select the offline analytics.js file.
Forum: Plugins
In reply to: [Reduce Bounce Rate] offline analyticsyeah I am implementing this and I am updating the analytics.js daily. I want to ask you if your plugin supports this type of file and can help me in reducing the bounce rate.
Forum: Plugins
In reply to: [Reduce Bounce Rate] offline analyticsNo I have hosted the analytics.js file on my web server only. So now my website does not have to hit the google server and this decreased my website loading time a lot.
I implemented the suggestion at https://community.keycdn.com/t/hosting-google-analytics-locally/437
which allows you to host the google analytics files locally on your server.