tssoft
Forum Replies Created
-
Forum: Plugins
In reply to: [Mark New Posts] Problem with the title size and positionYou have to modify the styles of your theme a bit, because the plugin wraps post titles in <span/> tags.
Forum: Plugins
In reply to: [Mark New Posts] BUG: Plugin Markup ProblemWe have released a new version just now. We don’t know exactly how the WP theme that you’re using works, but most probably the bug must be fixed.
Forum: Plugins
In reply to: [Mark New Posts] Problem with Special recent postsThe problem is that the PHP setcookie function doesn’t work. Try setting the WP_DEBUG option to true and see if there are any errors, also check the PHP error log on your server.
Forum: Plugins
In reply to: [Mark New Posts] BUG: Plugin Markup ProblemHello. We’ll try to solve the problem as fast as we can.
Forum: Plugins
In reply to: [Social Likes] Buttons are not workingHello! Sorry for the late reply.
frubi: It seems that the image url of your post is empty for some reason. Probably the plugin can’t recognize the images in your post. Try to open edit the post for edit and set the Image URL manually.
firefall6: It seems like your website is blocking Pinterest from loading the image. When I take your pin URL and replace the image URL in it with another (from another site), it works.Forum: Plugins
In reply to: [Mark New Posts] Problem with Special recent postsHello! If it’s possible, please send us the link to your website. If not, do the following:
1) add a new post to your blog (to be sure it’s unread)
2) open your blog’s home page, right click your post’s title and click “Inspect”
3) tell us what the post’s title markup looks like. Normally it should be like this:<span class="mark-new-posts-title-text">Test post</span> <span class="mark-new-posts-text-after">New</span>Forum: Plugins
In reply to: [Social Likes] Buttons are not workingHi. Regretfully, we still can’t find the reason of this problem. Which browser do you use?
Forum: Plugins
In reply to: [Social Likes] make linkedIN url httpsHi! Probably we will make this change in the next version of the plugin, thank you for your contribution.
Forum: Plugins
In reply to: [Social Likes] display Social Likes buttons anywhere in a themeIt’s very easy. Open the file in your theme that is responsible for displaying posts. For instance, in the theme “twentyfifteen” it’s called content.php. Somewhere in that file put the following code:
<?php social_likes(); ?>You may need to turn Social Likes off for all the existing posts in your blog.
Forum: Reviews
In reply to: [Social Likes] great plugin, simply worksThanks! We will take a look.
Forum: Plugins
In reply to: [Social Likes] не работают счётчики у некоторых кнопокМы авторы плагина, но не авторы библиотеки, на которой всё основано. Скорее всего, просто отличаются алгоритмы получения счётчиков. Попробуйте написать автору библиотеки: https://github.com/sapegin/social-likes/issues (но обязательно на английском, иначе вопрос не примут к рассмотрению).
Forum: Plugins
In reply to: [Social Likes] Customizing buttonsYou could choose one of predefined styles by cobining skin and modes. See screenshot #3 https://wordpress.org/plugins/wp-social-likes/screenshots/
There is no support of custom skins yet.Forum: Plugins
In reply to: [Social Likes] предложения для новых версийПопробуйте выполнить SQL:
update [dbname].wp_options set option_value = 'before' where option_name = 'sociallikes_placement';Forum: Plugins
In reply to: [Social Likes] предложения для новых версийКакая версия плагина у вас установлена?
Forum: Plugins
In reply to: [Social Likes] предложения для новых версий1. Нет, такое не планируется.
2. См. вопрос № 1 в FAQ: https://wordpress.org/plugins/wp-social-likes/faq/