LikeBtn Support
Forum Replies Created
-
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Stop votes for some categories onlyHi!
There is a special option for your case – ‘Allow voting’. You can enable it by adding ‘ voting_enabled=”0″ ‘ to the shortcode string.
You can use this shortcode in content or in theme template. Please, read documentation for more info.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] I can’t exclude categories from LikeBtnHi!
To exclude categories use ‘Exclude in selected categories’ option (‘buttons’ tab, ‘general’ subtab ).
Select/deselect 1 – just click on it.
Select/deselect several – use ctrl+click or shift+click.Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] How to get like/dislike buttonHello!
You can use shortcode. Please, read documentation (‘shortcodes’ section)
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Images in a Photo GalleryHi.
You can’t do it by default widget, but there is a way – please read WP plugin documentation (‘sorting content’ section).
About ‘liked by user’ widget – true, for now it’s acting like a voting log, not like ‘favorites list’. We will upgrade it.Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Images in a Photo GalleryHi!
Yes, it’s possible. Please, read our documentation for WP plugin. Also about 2nd part of your question – you can use ‘most liked content’ and ‘liked by user’ widgets.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Likebtn Server down?!There was technical maintenance on the provider side. Now operating fully restored.
Sorry for the inconvenience
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Some posts getting 100+ upvotesHi!
Please, provide us with the link.- This reply was modified 8 years, 1 month ago by LikeBtn Support.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Change color of counter after votingConsidering this clarification you need to use ‘lb-voted’ class instead.
For example:
.lb-voted .lb-count {color: orange;}Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] What is meant by SSL support?Hi!
After 7-day trial expired you will be automatically switched to the ‘FREE’ plan. For now SSL support included in “PRO” plan and above. Full description can be found on our site.
Forum: Reviews
In reply to: [Like Button Rating ♥ LikeBtn] Free???Hi!
Yes, we support ‘https’ starting from ‘PRO’ plan.
But we still adjusting our pricing model, so free options list can be changed in the future.Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Change color of counter after votingAfter first click on ‘like’ or ‘dislike’ button parent ‘div’ gaining ‘lb-voted-now’ class. You can use it to write css rule.
For example:
.lb-voted-now .lb-count {color: orange;}Add this rule into ‘Custom CSS’ filed (‘settings’ tab) or in any your css file.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] how to STOP VOTES in a postYes. You can generate shortcode with this settings and insert it into post’s content of desired category (or directly into the template).
To get shortcode click on ‘get shortcode’ button at the bottom of ‘buttons’ tab.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] like button only works on first postHi!
Please, watch this tutorial and make sure you installed plugin correctly (and synced it with our system).
Buttons displaying correctly in post list, so try to set ‘copy settings from’ = ‘post list’ on ‘list’ element (‘buttons’ tab). Don’t forget to save the changes.
If problem still remain try to disable all other plugins and turn them on one by one.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] how to STOP VOTES in a postHi!
Yes, it’s possible.
1.Download our plugin from official WP repository.
2.Go to the bottom of ‘buttons’ tab.
3.In ‘Voting’ subtab change ‘Voting period’ option.Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Not detecting all posts.lb-like, .lb-dislike { border-radius: 0; }Try this. Is this what you wanted?