braekling
Forum Replies Created
-
It is not possible to use a WordPress function here because first
wp-load.php
has to be included to use WordPress functionality ??But with the latest version (1.0.27) you can add a
config.local.php
into theproxy
folder and overwrite the$wpRootDir
. Hope this helps.- This reply was modified 2 years, 9 months ago by braekling.
Did you check your tracking code? Is this one included as expected? Did you also check how the tracking code is shown in the plugin’s settings?
Are you using shortcodes at some place? Or maybe the toolbar chart?
I don’t know how this autoptimize plugin works, but if I got it right, it touches the JavaScript code on a page. So I have no idea how it may affect the PHP mode… it is just used to communicate with Matomo, but does not change the tracking code.
Do you have some further information about the error messages you get? The examples you posted in the other thread are related to Youtube and not Matomo.
By the way, I’m not sure if it is a good idea to minify, cache or aggregate the tracking code. Is it possible to exclude it from autoptimize?
Thanks. Fix is prepared and will be released later today in 1.0.27.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Multisite NetworkYes. You can use it site-specific or as a network plugin, see the installation instructions: https://www.ads-software.com/plugins/wp-piwik/#installation
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Funky GraphCan you check your browser’s console if any JavaScript errors appear?
Does this plugin add components to the admin bar as well? And can you check if it also uses Chart.js for some reason? Maybe there occurs some kind of conflict.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Matamo overview widget dashboardThis is changed in 1.0.26, which will be available soon.
Thanks, I added a fix to 1.0.26 which will be available soon.
This should only happen on feed tracking, shouldn’t it? There is a fix in the next release 1.0.26, please have a look after you received the update.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Multisite IntegrationFirst of all, did you check if you configured all URLs within Matomo’s website settings? WP-Matomo sends the blog’s URL to Matomo to receive the correct site ID.
Additionally, there will be an update within the next minutes, which contains a fix that may solve this issue: https://github.com/braekling/WP-Matomo/pull/94
After you checked your website configuration in Matomo and received WP-Matomo 1.0.26, please tell me if this helped. Thanks!
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Funky GraphI can’t reproduce this. Maybe there is a conflict with any other plugin? Can you please also check your browser’s JavaScript console? Does any error message or warning appear?
Thanks for the tip! I am preparing a new version with the fix for release.
1.0.25 contains the functionality to remove the type attribute (in expert settings). The update will be available soon.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] How to change last30 to last60?Functionality is available in 1.0.25, the update will be available very soon.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] jQuery FrameworkI completely replaced jqplot with Chart.js, and so I removed all deprecated code. The update will be available soon.