cim
Forum Replies Created
-
Awesome. That’s the only issue I had so I’ll be marking this as resolve. Have a great day!
Looks good now https://imgur.com/a/COyB86L
Is this fix going to be in 3.8.8?
Forum: Plugins
In reply to: [Aurora Heatmap] php version compatibility with 8.1 and 8.2You’re welcome and thank you for updating.
Forum: Plugins
In reply to: [Aurora Heatmap] php version compatibility with 8.1 and 8.2Hey there,
Thanks for the update! There seems to be another PHP warning on the frontend running php8.1. Here’s what Query Monitor shows:
Deprecated explode(): Passing null to parameter #2 ($string) of type string is deprecated wp-content/plugins/aurora-heatmap/class-aurora-heatmap-basic.php:1556
Forum: Plugins
In reply to: [Aurora Heatmap] php version compatibility with 8.1 and 8.2Hello, any update on this?
Did a bit more digging into the plugin and it looks like
wget.svg
asset is missing, which explains why this array is missing some values./** * Get Browser Name Icon map * * @return string[] * * @since 1.0.4 */ public static function get_browser_name_icon_map() { return array( 'Opera' => 'opera.svg', 'Opera Mini' => 'opera.svg', 'WebTV' => '', 'Edge' => '', 'Explorer' => 'explorer.svg', 'Konqueror' => '', 'iCab' => '', 'OmniWeb' => '', 'Firebird' => 'firebird.svg', 'Firefox' => 'mozilla.svg', 'Brave' => '', 'Palemoon' => '', 'Iceweasel' => '', 'Shiretoko' => '', 'Mozilla' => 'mozilla.svg', 'Amaya' => '', 'Lynx' => '', 'Safari' => 'safari.svg', 'iPhone' => 'apple.svg', 'iPod' => 'apple.svg', 'iPad' => 'apple.svg', 'Chrome' => 'chrome.svg', 'Android' => 'android.svg', 'GoogleBot' => 'robot.svg', 'cURL' => 'curl.svg', 'Wget' => '', 'UCBrowser' => '', ); }
@mikeatkaizencoders thanks
Awesome, it works perfectly now. Merry Christmas and happy holidays to you as well René!
Forum: Plugins
In reply to: [SmartVideo - Video Player and CDN] Shortcode SupportThank you.
I will have to abandon this plugin and find an alternative as there has been no replies or attempts to fix it. Also it won’t let you authenticate with Google anymore.
- This reply was modified 4 years, 10 months ago by cim.
Any news on this? I just realized this post was started 4 months ago.
So using the same free license is fine then?
Forum: Plugins
In reply to: [CodeMirror Blocks] Shortcode for Classic Editor?Hi any updates on shortcodes? The autop in comments breaks the default < code > tags.
- This reply was modified 5 years, 3 months ago by cim.
Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorNo rush, enjoy your vacation! I will now mark this as resolve.
Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorYes, here are some links:
Dockerfile and assets: https://github.com/demyxco/demyx/tree/master/image/nginx-php-wordpress
These scripts replaces default config files during instance creation
nginx.conf: https://github.com/demyxco/demyx/blob/master/function/nginx.sh
php-fpm: https://github.com/demyxco/demyx/blob/master/function/php-fpm.sh
php.ini: https://github.com/demyxco/demyx/blob/master/function/php.shThis is then script that puts things together, aka the run script
https://github.com/demyxco/demyx/blob/master/function/run.sh- This reply was modified 5 years, 6 months ago by cim.