validhtml
Forum Replies Created
-
Forum: Plugins
In reply to: [Zen Feed] Перестал работать фильтрПросьба к автору плагина, обратить внимание на ошибку, т.к. функционал сейчас не работает. Галочка установлена всегда при таком фильтре, хоть её снимай и сохраняй, она всё равно отмечена в блоке: https://prnt.sc/1l0q5wp
Может значение параметра не правильно передаётся? Проверьте, пожалуйста.Forum: Plugins
In reply to: [Zen Feed] Не работает исключение записей по дефолтуСнова перестал работать фильтр:
add_filter( ‘mihdan_mailru_pulse_feed_exclude_post_by_default’, ‘__return_true’ );При добавлении галочка стоит в блоке по дефолту, но её не снять и когда она отмечена, публикация не исключается(
Forum: Plugins
In reply to: [Zen Feed] Ошибка фидаДа, нажал кнопку сохранить на странице где тайтл и дескрипшен и теперь все норм отображается. Раньше все отображалось, видимо кэш какой после обновления. Возможно это и хотели указать нам в поддержке Mail.ru. Спасибо.
Forum: Plugins
In reply to: [Zen Feed] Проблема с DOMDocument::importNode()Подтверждаю, версия 0.3.17 не доступна для обновления.
Forum: Plugins
In reply to: [Zen Feed] Не работает исключение записей по дефолтуДа, сейчас всё чётко! Спасибо.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Filter amp_loop_image doesn’t workRelated images on full post & on the main page. Why you put there full sizes of images i have no idea.
Yes, there are many messages that the webp file is larger than the original and the page began to hang. I had to delete this block in the source code of the page in the browser, otherwise everything would freeze.
So, can I start the conversion process from new files to old ones? If so, how to do it?Forum: Plugins
In reply to: [Zen Feed] Проблема с blockquoteРешил проблему вот так:
function filter_ptags_on_blockquote($content){ $content = preg_replace('~<blockquote><p>([\s\S]+?)</p></blockquote>~', '<blockquote>$1</blockquote>', $content); return $content; } add_filter('mihdan_mailru_pulse_feed_item_content', 'filter_ptags_on_blockquote');
Forum: Plugins
In reply to: [Zen Feed] Проблема с blockquoteПоможете найти решение данной проблемы? Заранее благодарен.
Forum: Plugins
In reply to: [Zen Feed] Проблема с blockquoteСсылка на фид: https://e-w-e.ru/feed/pulse
Вот например если найти фрагмент:
“Жизнь слишком коротка, чтобы тратить её на диеты, жадных мужчин и плохое настроение”.Forum: Plugins
In reply to: [Zen Feed] Исключение записей автораБольшое спасибо. Отличный плагин!
Forum: Plugins
In reply to: [Playbuzz] Incompability with WP 5.3 and Classic Editor PluginTHX. Fix has worked for me.
There is no category selection field in the widget from which to display the latest ads. Only general recent ads, but I would like to see ads in the category on the same topic.
How can I get ID of current main category while viewed full ad page to use it in query?
protected function query($instance) {
return array(
‘context’ => array( ‘public-listings’, ‘latest-listings-widget’ ),
‘category’ => ?,
‘orderby’ => ‘renewed-date’,
‘limit’ => $instance[‘limit’],
);
}Sorry, I’m found where it is https://joxi.ru/BA0p1KyuMqB74A?d=1