omar1000
Forum Replies Created
-
Forum: Plugins
In reply to: [Harrys Gravatar Cache] Critical Error on version 2.0.0thx, now it is working for me!
Forum: Plugins
In reply to: [Harrys Gravatar Cache] Critical Error on version 2.0.0Hello,
same error here, can not activate the new version!
regards
Forum: Plugins
In reply to: [Transposh WordPress Translation] WP 5.5 Update kills Transposh@fabioperri
Thx so lot, works perfect now!
Regards OmarForum: Plugins
In reply to: [Event Organiser] Error since WP 5.6Hi,
perfect, now it’s working as it should!
thx!Forum: Plugins
In reply to: [Harrys Gravatar Cache] Lazyload missingHarry, these are the lines I did change:
in each <img.. I did put in loading=’lazy’ …if(strpos($_SERVER['HTTP_USER_AGENT'],'rv:11.0')!==false) { return "<img id='{$id}' alt='{$alt}' src='{$cachefile_png}' srcset='{$srcset} 2x' class='{$css}' height='{$size}' width='{$size}' loading='lazy' />"; } elseif(strpos($_SERVER['HTTP_USER_AGENT'],'Validator.nu')!==true) { return "<img id='{$id}' alt='{$alt}' src='{$cachefile_png}' srcset='{$srcset} 2x' class='{$css}' height='{$size}' width='{$size}' loading='lazy' />"; } else { return "<img id='{$id}' alt='{$alt}' src='{$cachefile_png}' srcset='{$srcset} 2x' scale='1.5' originals='{$size}' src-orig='{$cachefile_png}' class='{$css}' height='{$size}' width='{$size}' loading='lazy' />"; }
Salut,
Omar- This reply was modified 4 years, 1 month ago by omar1000.
Forum: Plugins
In reply to: [Transposh WordPress Translation] WP 5.5 Update kills TransposhIn any case, since this plugin is written using jQuery of the old specification, modification of the plugin is required
.
yes that’s perfect!
my edit function is only activated as admin, i do load jmigrate only as admin
if( current_user_can(‘administrator’)) {
//your function
}Forum: Plugins
In reply to: [Transposh WordPress Translation] WP 5.5 Update kills TransposhOk did find out, wordpress 5.5 is now working without jquery.migrate and that’s why the plugin is not longer working!
Forum: Plugins
In reply to: [Udinra All Image Sitemap] Mostly no images in sitemapYes it was working fine before.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Matomo/Piwik ErrorPerfect, now it is working proper!
(only 2 warnings: [DOM] Found 2 elements with non-unique id #amp-search-submit)
Thumb up!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Matomo/Piwik ErrorBefore the updates i worked only with <amp-pixel> without any problems
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Matomo/Piwik ErrorI also tried <amp-pixel>, put it into the footer…
The result
Error: duplicate definition “amp-pixel” custom-elements.js:332:12Forum: Plugins
In reply to: [Jarvis] Warning after updating to v 1.0.1Hi Kurtis,
i did uninstall the old version, installed the new version from github, but same error.
installed directly the current version from wordpress, same errorwordpress 4.9.8
php 7.1.15
host domainfactoryi tried the plugin on my localhost, with all the same other plugins, and here it is working without any error!
thx omar
Forum: Plugins
In reply to: [Jarvis] Warning after updating to v 1.0.1Unfortunately still the same error in the new update 1.0.2
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘Jarvis\Plugin’ not found in /xxx/xxx/wp-includes/class-wp-hook.php on line 286
Forum: Plugins
In reply to: [Geo Mashup] Near_lng Issue (Bug?)I ‘ve solved the problem, at the end pretty easy, the error occurs from the missing object_id
Forum: Plugins
In reply to: [Geo Mashup] Error since update@ ljudombudsmannen: I think multiple locations in one post are not possible.
Use Geo Mashup as usual to include a single point for each post.
You can create WordPress pages with a manually created kmz file to summarize posts.