Findus23
Forum Replies Created
-
Hi everyone,
See https://forum.matomo.org/t/how-to-remove-unnecessary-type-attribute-for-javascript-via-api/41879/2?u=lukas for my response.
Hi @leogc,
I added the feature to the counter that you can simply add a value to the displayed number so that you can also see pre-Matomo visits with it.
Hi,
In that case look through your .htaccess files (ideally in all parent directories of this file) and try to find the rule that redirects this request. Maybe the apache log shows something helpful.
Hi,
Can you check the network tab of your browser developer tools?
It seems like some .html files like
plugins/CoreHome/angularjs/quick-access/quick-access.directive.html
are not loading correctly. Do you by chance have any rules (maybe created by some security plugin) that disallow requests to .html files?Forum: Plugins
In reply to: [Matomo Analytics - Ethical Stats. Powerful Insights.] Tracker proxy support?@nicoter WP-Matomo contains the tracker proxy:
You can select “use proxy script” in the config.
https://github.com/braekling/WP-Matomo/tree/master/proxyForum: Plugins
In reply to: [Matomo Analytics - Ethical Stats. Powerful Insights.] Tracker proxy support?@nicoter Yes this plugin does include a Matomo server, so you can use it without anything else (and therefore the Matomo URL will probably be the same as the website URL).
If you just want to connect a WordPress page to an existing Matomo instance, you can use WP-Matomo: https://www.ads-software.com/plugins/wp-piwik/
Hi,
This might be the same issue as https://github.com/matomo-org/wp-matomo/issues/78
Matomo requires the
CREATE TEMPORARY TABLES
MySQL permission and doesn’t yet have a proper error message when it is missing.Forum: Plugins
In reply to: [Matomo Analytics - Ethical Stats. Powerful Insights.] Icon brokenReported it to the easyprivacy list here:
Hi,
The two plugins have different use cases.
This plugin contains a full Matomo installation. So you only need to install it and have a full Matomo setup running.
While WP-Matomo allows you to connect your WordPress to a self-hosted (or cloud-hosted) Matomo instance.
Both plugins will continue to be developed as they don’t replace each other.
Hi,
The plugin requires PHP 7.2 (as seen in the readme.txt https://github.com/matomo-org/wp-matomo/blob/4058231c54ef4cd91b5bad14be573474ca7904b7/readme.txt#L8)
The main text is still from the beta version and will be updated.
https://github.com/matomo-org/wp-matomo/pull/218- This reply was modified 5 years ago by Findus23.
Forum: Plugins
In reply to: [Matomo Analytics - Ethical Stats. Powerful Insights.] Icon brokenThe Icon (https://ps.w.org/matomo/assets/icon-128×128.png?rev=2206785) is fine, but you probably have an adblocker that contains a rule like this
/matomo/*$domain=~github.com|~matomo.orgWhich matches this image URL and therefore is not loaded.
Forum: Plugins
In reply to: [Matomo Analytics - Ethical Stats. Powerful Insights.] install on our serverHi,
You only need to install this plugin to have a working Matomo setup. It contains everything needed.
Forum: Themes and Templates
In reply to: [Omega] sidebar not showing on ipad and mobile phoneWhat worked for me, was changing the viewport (in lib/functions/head.php) to “width=device-width; initial-scale=1;”.
So line 20 is now:
echo ‘<meta name=”viewport” content=”width=device-width; initial-scale=1;” />’ . “\n”;
That way a sidebar is shown in landscape-mode on the iPad, but not in portrait mode (which wouldn’t be useful).
Forum: Themes and Templates
In reply to: [Preference Lite] TranslationOK, I’ve contacted you on your page (https://www.styledthemes.com/contact-us)
Forum: Themes and Templates
In reply to: [Preference Lite] TranslationThanks for the really fast support.
I am using the theme-version 1.8.5 (which is the most current as far as I know)