mcantsin
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] no update… as darksigns said:
../wp-content/plugins/qtranslate.php.
in this file:
1. go to row 90 or search for this
define(‘QT_SUPPORTED_WP_VERSION’, ‘99.99.99’);
2. change this number to any higher WP version number than yours and voilà it works like a charm ??Forum: Plugins
In reply to: [qTranslate] no updateuse https://github.com/nsorosac/qtranslate instead
Forum: Reviews
In reply to: [qTranslate] Waiting for updates…you might wanna use this version: https://github.com/nsorosac/qtranslate
Forum: Reviews
In reply to: [qTranslate] Bad supportsyou might wanna use this version: https://github.com/nsorosac/qtranslate
Forum: Plugins
In reply to: [METAR plugin] Change Font colorHi.
The color depends your theme configuration.In your case you need to add class=’noaa_loc’ in the paragraph (<p>) tag.
Forum: Plugins
In reply to: [METAR plugin] METAR NOT AVAILABLE :'(The plugin works fine with any ICAO code in the FAA database.
https://www.aviationweather.gov/adds/metars/Forum: Plugins
In reply to: [METAR plugin] [Plugin: metar-widget] Can't activate pluginThanks. – Will look into it as soon as I find time.
Meanwhile kind regards
Forum: Plugins
In reply to: [METAR plugin] [Plugin: metar-widget] BROKEN*solved*
Forum: Plugins
In reply to: [METAR plugin] [Plugin: metar-widget] Can't activate plugin*solved*
Forum: Plugins
In reply to: [METAR plugin] [Plugin: metar-widget] Can't activate pluginThanks, Ivan.
Applied your fix and submitted the corrected file.Forum: Plugins
In reply to: [METAR plugin] [Plugin: metar-widget] Can't activate pluginIt looks like there is a conflict with another plugin you are using. Try to rename the function in line 62, which might work…
Let me know if you could debug it, so I will consider fixing it in the next release.
Forum: Plugins
In reply to: [METAR plugin] [Plugin: metar-widget] BROKEN…could you provide some more information.
As you can see the plugin works perfectly: https://vd.vatsea.netForum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] [Plugin: WP-Piwik] HTTPS (SSL) supportHi André
Thanks for your message.
Yes, indeed. I am using CAcert[0] certificates, which were, surprisingly, disabled in the file containing the list of trusted certificates on the GNU/Linux Debian host.
/etc/ca-certificates.conf
So I reenabled the respective certificates and updated the certificates list.
update-ca-certificates --fresh
After this wp-piwik accepted the https host.
As you were saying, the following quick fix in wp-piwik.php also does the job.
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false);
Thanks for your advice and kind regards, MC