i.lychkov
Forum Replies Created
-
Forum: Plugins
In reply to: [Mark New Posts] Add New Mark in the category postFor now it’s only possible to do if you’re a theme developer.
The function
mnp_new_posts_count
accepts a WP_Query as its argument. For instance,mnp_new_posts_count('cat=1')
shows the count of unread posts in the category with ID 1.However, this feature may be added in future releases.
Thank you for your feedback!
Forum: Plugins
In reply to: [Mark New Posts] Caching pluginsHello. An option of aggressive caching wasn’t considered at all while making this plugin, so it’s not supported. Please let me know which plugin you use for caching.
Forum: Reviews
In reply to: [Mark New Posts] It should be core wordpress functionThank you for your feedback!
I’m happy to say that the plugin is now maintained again after 4 years of inactivity. I’ve updated its compatibility settings, and now it’s at #1 if I search for “unread posts” – so hopefully it should be easier for people to find now!
Forum: Plugins
In reply to: [Social Likes] Custom cssЛокально у себя не вижу такой проблемы. Пришлите, пожалуйста, ссылку на сайт, где я мог бы посмотреть.
Forum: Plugins
In reply to: [Social Likes] Custom cssЗдравствуйте. Можно использовать такой css, хотя с небольшими хаками.
.social-likes__widget { display: table-cell !important; } .social-likes__icon { margin-left: 0 !important; } .social-likes_single { left: auto !important; top: 40px !important; right: 0; }
- This reply was modified 8 years ago by i.lychkov.
Forum: Plugins
In reply to: [Social Likes] Site stop working after updateThank YOU. I’ll include this fix in the next version of the plugin.
Forum: Plugins
In reply to: [Social Likes] Site stop working after updatePlease try replacing wp-social-likes.php file in the plugin folder with this version. (backup the original file first) Does it fix the problem?
https://drive.google.com/file/d/0Bz7yrQIh9wnjenZYcFZzUUpidjg/view?usp=sharingForum: Plugins
In reply to: [Social Likes] Site stop working after updateDoes it use “get_the_excerpt” filter? If it does, it would help me to see the part of code that adds the filter.
Forum: Plugins
In reply to: [Social Likes] Site stop working after updateIs the theme that you’re using public? It would help me greatly if I could see its source code.
Forum: Plugins
In reply to: [Social Likes] Site stop working after updateThank you, I’ll try to investigate the problem as soon as possible.
Forum: Plugins
In reply to: [Social Likes] Site stop working after updateHi! Please tell me which theme are you using.
I don’t really understand the problem: is it the excerpt view or the full view of a post that got broken?Forum: Plugins
In reply to: [Social Likes] Facebook Count = 0The counter got broken after an update of Facebook’s API. It’s working again in the new version of the plugin.
Forum: Plugins
In reply to: [Mark New Posts] not working properlyThe plugin uses cookies, so of course the post that you read in Chrome will stay new in all other browsers.
Forum: Plugins
In reply to: [Mark New Posts] not working properlyAre you viewing the site from Firefox? We’ve got a solution to fix this issue for Firefox, the new version will be released soon.
Forum: Plugins
In reply to: [Mark New Posts] not working properlyThe server doesn’t respond. Maybe it isn’t visible from the outside?