tssoft
Forum Replies Created
-
Forum: Plugins
In reply to: [Mark New Posts] Support post typesHi. Thank you for your feedback! Regretfully, custom post types support is not planned yet.
Possibly, it may help to alter the condition at mark-new-posts.php:137, but we haven’t researched the problem closely.Forum: Plugins
In reply to: [Social Likes] Таймаут для счетчиковЗдравствуйте! Мне пока не удаётся воспроизвести проблему. Если делать запросы к vk.com – например, ping – то эти запросы не обрываются сразу, а зависают? Это странное поведение.
Я боюсь, что для исправления ошибки нужно править исходную библиотеку Social Likes. Так что это вопрос скорее к автору библиотеки:
https://github.com/sapegin/social-likes
Идея делать запросы с сервера WP хороша, но для этого, опять же, понадобятся переделки исходной библиотеки.Forum: Plugins
In reply to: [Mark New Posts] Widget? Category only?This isn’t exactly what the plugin is for: it’s for highlighting undread posts, not just listing recent posts.
Forum: Plugins
In reply to: [Social Likes] Таймаут для счетчиковДобрый день. Мы смотрели, сходу сделать не удалось. В связи с высокой загрузкой вернёмся к решению в ближайшие недели.
Forum: Plugins
In reply to: [Social Likes] Таймаут для счетчиковЗдравствуйте! Спасибо за отзыв на плагин. Мы рассматриваем Вашу проблему, но пока решение найти не удаётся. =( Как только что-нибудь придумаем, сообщим.
Forum: Plugins
In reply to: [Social Likes] Pulling page link instead of post linkHi! It appears that you’re using a very old version of Social Likes. Please update to the latest version.
Forum: Plugins
In reply to: [Social Likes] How can I eliminate from posts the automatically icons?Hello. You can do that using the following SQL query:
delete from [db_name].wp_postmeta where meta_key = 'sociallikes';
- This reply was modified 7 years, 6 months ago by tssoft.
Forum: Plugins
In reply to: [Social Likes] Social Likes buttons BEFORE the contentHello. You’ll have to customize your WP theme in order to do that.
Forum: Plugins
In reply to: [Social Likes] Post content on Facebook after changing post textHi! This is the standard behaviour of Facebook. It retrieves the page’s content when you’re sharing the link for the first time, then it keeps the cached version.
Maybe this will help: https://stackoverflow.com/a/5257423/3895112Forum: Plugins
In reply to: [Mark New Posts] How can I add marks to wp Recent Posts widget?Ah! Okay. But still, maybe we’ll make that into an out-of-the-box widget.
Forum: Plugins
In reply to: [Mark New Posts] How can I add marks to wp Recent Posts widget?Hi! Thank you for your feedback. That’s an interesting idea. Probably we’ll implement it in the next version.
Forum: Plugins
In reply to: [Social Likes] Social Likes in Post page only, not in category viewThank you for your feedback. It is not possible yet, but probably we’ll include that option in the next version.
Forum: Plugins
In reply to: [Social Likes] Unstyled and unlinked buttonsHi! Thank you for your feedback. Sadly I can’t see how to fix the problem right now (I tried activating Social Likes and DMMM together and they worked fine for me). Please active DMMM again, then go to your website and check the markup of the social buttons while they appear unstyled. To do that in Chrome, right click the buttons and click “Inspect”. It should look like:
<div class="social-likes social-likes_visible" ...
etc.Forum: Plugins
In reply to: [Social Likes] Error: Undefined property: wpsociallikes::$is_excerpt in……Hi. What do you mean by “post details page”? Please send us the stack trace from the error message.
Forum: Plugins
In reply to: [Mark New Posts] human_time_diff filterHi. Is the problem still there? As I understand, everything is quite clear now: you just need to use the mnp_is_new_post($post) in your theme’s code and set Marker type to None in MNP settings.