Mike
Forum Replies Created
-
Forum: Plugins
In reply to: [WebP Express] Unsupported Color conversion@roselldk I’ve found the source of issue here: https://bugs.chromium.org/p/webp/issues/detail?id=311#c5
And here is a workaround for imagemagick: https://groups.google.com/a/webmproject.org/forum/#!topic/webp-discuss/MH8q_d6M1vM
cwebp uses linux library libjpeg for jpeg convertion and it has a bug for images with CMYK color profiles. Developers of imagemagick created workaround for conversion from CMYK to RGB. So for suck images we can add additional step (convert to RGB colorspace first) if imagemagick or php imagick installed on system.
Forum: Plugins
In reply to: [WebP Express] Redirection to conversion script is not enabledThanks @roselldk now all works fine on Nginx.
Forum: Plugins
In reply to: [WebP Express] Redirection to conversion script is not enabled@roselldk yes it’s ok. My current country is Russia.
Forum: Plugins
In reply to: [Autoptimize] Globally Configure for MultisiteThank you. I’ve got it through Chrome.
Forum: Plugins
In reply to: [Autoptimize] Globally Configure for Multisite@kevp75 I got 404 not found.
Forum: Plugins
In reply to: [Autoptimize] Globally Configure for Multisite@kevp75 can you share your code? I have similar problem:(
Forum: Plugins
In reply to: [Yoast SEO] Tons of console errorsWe also can’t edit posts anymore after 8.0 update.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Analytics showing /amp/?q= in urlThis is a dupe of https://www.ads-software.com/support/topic/ugly-internal-links-q/
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amphtml hrefThis is a dupe of https://www.ads-software.com/support/topic/ugly-internal-links-q/
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Ugly internal links – ?q=/@sejiro I removed this line and all works as expected.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Ugly internal links – ?q=/Thanks @sejiro with you code all works fine. We don’t need additional
global $wp_query;
because its already present inampforwp_url_purifier($url)
function.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Ugly internal links – ?q=/I’ve found that ugly url with ?q= in link rel=”amphtml” produced by ampforwp_url_purifier($url) function in templates/features.php this code:
if ( is_singular() && !empty($_SERVER['QUERY_STRING']) ) { $query_arg = wp_parse_args($_SERVER['QUERY_STRING']); $url = add_query_arg( $query_arg, $url); }
I’m running the latest version of plugin and use NGINX web server.
Forum: Plugins
In reply to: [RSS for Yandex Zen] Change feed URLБольшое спасибище! Донейт отправил на палку)
Forum: Plugins
In reply to: [RSS for Yandex Zen] Change feed URLFlector, я готов задонейтить добавление данного функционала)
Forum: Plugins
In reply to: [RSS for Yandex Zen] Change feed URLЕсть дорвейщики, которые подбирают для каждого домена урлы rss лент, а т.к. в ленте для Дзена содержатся полные тексты статей, то есть риск что они будут скачивать статьи и публиковать у себя, что не очень хорошо для молодых сайтов. Я пока руками после обновления плагина меняю в коде урл фида, но это не очень удобно:(