korfiati_a
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] To delay client-sideThank you for the answer.
Is this a good way to delay google ad displayForum: Plugins
In reply to: [Yoast SEO] Indexing linksThank you for the answer
Links to images.
I think you can see everything on them- This reply was modified 4 years, 3 months ago by korfiati_a.
Forum: Plugins
In reply to: [Yoast SEO] Indexing linksPHP: 7.3.9
WP 5.5
MariaDB 10.3.13Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Delayed sending mailIn order to fix an issue like that we need to implement functionality that allows delaying/scheduling the emails. It’s on the to do list but I can’t say for sure when it will be implemented, it’s not a simple feature.
Thanks so much for your work.
It seems to me that such a function would be very appropriate.And after it is implemented we need to make it work together with the caching system you are using. So when it triggers a cache refresh we send out the emails. And since it most likely is per post based cache clear and not a global cache clear it makes it more complicated.
Yes. I understand it. But each cache plugin has a url code to reset it, both throughout the site and on specific pages. I think you can use it in conjunction with indicating the time to reset the cache (many plan this at night).
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Delayed sending mailMaxcach – this is an external caching script.
I don’t see a problem.
Any caching plugin delays page refresh. Some do not cache comments. But I have to do this because of their large number.Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Delayed sending mailAll right.
In my case, all comments are moderated. And readers mostly expect answers from comments from meForum: Plugins
In reply to: [Subscribe To Comments Reloaded] Delayed sending mailThank you for the answer.
You are right, the cache can be formed regardless of the work in the admin panel. But to associate a cache update with exiting the admin panel is logical. I have a large (very) amount of comments, so I cache them as part of the page. And in the process of responding to comments, the reader can receive a letter that there is a new answer to his comment, but when you go to the site, he will not see the answer, because will get the old cache.
Theoretically, you can generate data for sending letters in the process of responding to comments. And send letters (notifications to readers about the answer), for example, by pressing a button (or when exiting the admin panel, although this way, it seems to me, can create a number of difficulties).
I hope I was able to get my point across.
Forum: Plugins
In reply to: [Yandex.News Feed by Teplitsa] Проблемы с плагином после обновленияДобрый день.
Спасибо огромное вам за помощь. Очень полезна.
Попробую реализовать. По наличию результата обязательно напишу.
Forum: Plugins
In reply to: [Yandex.News Feed by Teplitsa] Проблемы с плагином после обновленияШорткод обрабатывается функцией.
В итоге в яндекс новости попадает по сути html. Я не могу понять, что надо прописать, что бы тег button считывался корректноForum: Plugins
In reply to: [Yandex.News Feed by Teplitsa] Проблемы с плагином после обновленияСпасибо вам за ответ и за помощь. Очень полезно.
В данном случае данный тег размещается у меня шорткодом. И теоретически я могу его изменить. Но не совсем понимаю, как это сделать только для яндекс.турбо, не затрагивая стандартные страницы
Forum: Plugins
In reply to: [Yandex.News Feed by Teplitsa] Проблемы с плагином после обновленияДа, это дало результат.
Спасибо вам большое.
А описать правильно в соответствии с требованиями Яндекс тег button возможно?
Forum: Plugins
In reply to: [Yandex.News Feed by Teplitsa] Проблемы с плагином после обновленияИ еще обратила внимание. Название статьи и заглавное изображение дублируется.
Forum: Plugins
In reply to: [Yandex.News Feed by Teplitsa] Проблемы с плагином после обновленияДобавила вышеуказанный вами код в functions.php:
function custom_turbo_content_feed_filter($content) { $yandex_turbo_allowed_tags = '<p><a><h1><h2><h3><figure><img><figcaption><header><ul><ol><li><video><source><br><b><strong><i><em><sup><sub><ins><del><small><big><pre><abbr><u><table><tr><td><th><tbody><col><thead><tfoot><iframe><embed><object><param>'; return strip_tags($content, $yandex_turbo_allowed_tags); } add_filter('layf_turbo_content_feed', 'custom_turbo_content_feed_filter'); add_filter('layf_content_feed', 'custom_turbo_content_feed_filter');
При этом проблема не ушла и в rss тег button продолжает присутствовать.
- This reply was modified 5 years, 9 months ago by korfiati_a.
Forum: Plugins
In reply to: [Yandex.News Feed by Teplitsa] Проблемы с плагином после обновленияСпасибо большое.
Поняла.
А настроить button шанс есть? Сможете подсказать, что надо сделать?
Forum: Plugins
In reply to: [Yandex.News Feed by Teplitsa] Проблемы с плагином после обновленияСпасибо вам за ответ.
Тег <button> остается, судя по ошибке фиксируемой яндексом.
Может его есть смысл описать в соответствии с требованиями? Или как лучше поступить?Ошибка:
Не указан обязательный атрибут formaction (10 предупреждений)
стр.поз.152 …вместе с нами!</p> <button title=”Подпишись и будь в курсе о всех…Ругается именно на начало тега <button