i.lychkov
Forum Replies Created
-
Forum: Plugins
In reply to: [Mark New Posts] BUG: Plugin Markup ProblemHi. Is the plugin activated on your site right now?
Please check our new release. There’s a new option in the “advanced settings” block that toggles the markup check. Try disabling it and see if the plugin works, and then enable it again.Forum: Plugins
In reply to: [Mark New Posts] Problem with Related PostsHi! In the new version of our plugin there’s a new option that can possible fix markup problems, you can find it in the plugin settings.
Forum: Plugins
In reply to: [Mark New Posts] not working properlyHi. Please give me the link to your website.
Forum: Plugins
In reply to: [Social Likes] display Social Likes buttons anywhere in a themeNo, regretfully.
Forum: Plugins
In reply to: [Mark New Posts] Problem with Related PostsNo, an undisclosed tag can’t be the cause of the problem. Probably the theme is displaying post titles like tips by using the “title” HTML attribute, like this:
<div class="post-title" title="Your Post's Title">Your Post's Title</div>
Mark New Posts alters post titles by adding its own HTML markup into it, and so you get incorrect markup:
<div title="<span>...</span>"> etc...
Still I have no solution for this.Forum: Plugins
In reply to: [Mark New Posts] Problem with Related PostsCan you possibly alter the code of the WP theme?
Forum: Plugins
In reply to: [Mark New Posts] Problem with Related PostsOK, we’re currently working on this issue, thank you.
Forum: Plugins
In reply to: [Mark New Posts] Problem with Related PostsHi! Please tell me which plugin do you use for showing related posts.
Forum: Reviews
In reply to: [Social Likes] Decent, but some poor codingThank you, we’ll fix this issue in the next version of the plugin.
Forum: Plugins
In reply to: [Social Likes] Buttons are not workingPlease open the post for edit and check the url in the field “Image URL” of the “Social Likes” block. Also, please tell us when exactly the error is showing.
Forum: Plugins
In reply to: [Mark New Posts] Call in template without add_filterPlease check whether the “Mark posts as read only after opening” option in the plugin’s settings is enabled.
Also, in the current version of the plugin this works only for posts with excerpts.Forum: Plugins
In reply to: [Mark New Posts] Call in template without add_filterYes. Try putting this somewhere in the template:
<?php if (mnp_is_new_post()) { ?> <img src="custom-picture.png"/> <?php } ?>
It should display an image if the current shown post is unread.
Forum: Plugins
In reply to: [Mark New Posts] Call in template without add_filterHello. Sorry for delayed reply. You can set Marker type to None in the plugin’s options and then use the
mnp_is_new_post
function (see FAQ) to display your custom image anywhere in the template.Forum: Plugins
In reply to: [Social Likes] Counter Not Showing?We’ve been experiencing problems with Twitter and Facebook counters lately. Twitter has discoutinued share count requests support. Facebook counters are fixed now, a new version of Social Likes will be released soon.
Forum: Plugins
In reply to: [Social Likes] RSS лента кривая при ?sociallikes_placement? ?after?Проблема решена, скоро будет выпущена новая версия плагина.