webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] Exclude page IDsIt should work. You can also remove the spaces in between like the values should be given as 220,221. Are you sure you are putting this value against the field saying “Exclude post/page IDs”? Also how you are getting the page IDs?
Forum: Plugins
In reply to: [WTI Like Post] Multisite Compatibility@wilgrafe, are you also using multisite with buddypress or its a simple multisite set up?
Forum: Plugins
In reply to: [WTI Like Post] Displaying thumbs up/down with excerptsYou will have to manage that with CSS.
Forum: Plugins
In reply to: [WTI Like Post] Doesn't count LikesYou are selecting the restriction option for revoting functionality. So in case of “Always Can Vote” option, you can vote as many times as you can and it will keep counting.
On the other hand if you have selected “One Day” option, then it won’t count the voting if you are trying to revote within 24hrs of the last voting time. It will surely count if you click after 24hrs of last vote.
Let me know if this answers your query or not.
Forum: Plugins
In reply to: [WTI Like Post] Displaying thumbs up/down with excerptsGood to know that it worked 🙂
The plugin is developed to work with full content (the_content filter) so there is no direct functionality for attaching this to the excerpts. Still can you please try with
GetWtiLikePost()function inside the home page template and let me know if this worked or not?Forum: Plugins
In reply to: [WTI Like Post] How can I put text before the like/dislike options?Please add the following html code
<span class="action-text">Please vote for the above article:</span>just before the div element having class as “watch-position”. You will find this code inside wti_like_post.php file of the plugin.Then you will need to add the following code in wti_like_post.css file which is inside css folder.
span.action-text { float: left; margin-right: 10px; }Forum: Plugins
In reply to: [WTI Like Post] Can't make it workThe demo site (url given above) is using wordpress 3.5.1 and the plugin is working fine. So I still wonder what may be wrong with your site. Also how can this work for few hours and stop working after that? Can you please share your site url? I may also need some more info about this. [contact email moderated – please keep the support in the forum]
Forum: Plugins
In reply to: [WTI Like Post] Multisite CompatibilityCan you please drop an email for the same to [email moderated – please keep the support in the forum] ? I will need some more detailed info about your site and the set up you are using. Once solved, we can put the solution/fix over here for others to follow.
Forum: Plugins
In reply to: [WTI Like Post] Question About Transitioning to WTI Like Post Pro VersionHere are the answers to your questions.
1. Check the process mentioned below.
2. Yes, the settings will be identical. Apart from existing settings, you will get some more settings with the pro version.
3. Yes, the current voting counts will carry over to the pro version.Please approach as mentioned below. I would suggest to have a DB back up first.
1. Get the pro version, unzip it, put the files on the server as its there for the standard version. When asked to overwrite the old files, select yes.
2. Go to your site’s plugins section, deactivate and activate the plugin again.
3. Go to WTI Like Post Pro’s admin settings page, simply click the Save Options button there.Please let me know if you face any problem.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] multiple wti-like-post on a single page@bhambi, this plugin is for placing a single set of like/unlike buttons inside post content. Each set is associated with html class/ids with corresponding post ids. The problem comes with javascript/html standards when you place multiple sets of buttons, it conflicts due to same html ids. So putting multiple buttons won’t be a good idea as all of them will store the data for a single post id only.
@l33t1337, this plugin works with the content of the posts not the excerpts. If you are showing excerpt on the home page, then you won’t see the like/unlike buttons there. So for home page, you can add
GetWtiLikePost()inside the corresponding template file. If you still have problem, then drop an email to [email protected]Forum: Plugins
In reply to: [WTI Like Post] Can't make it work@woodmark, I checked your site and found that there is conflict with the theme. The jQuery does not load correctly on your site. You can refer to the screenshot here for the highlighted error on console. Due to this issue, the click event on the thumb icon does not work as expected.
As far as WordPress 3.5 is concerned, this plugin is working perfectly. Here is the demo site.
Forum: Plugins
In reply to: [WTI Like Post] How to Center [most_liked_posts limit="10" time="all"]All the page content are managed by the theme’s css file. That’s the reason, it moves to left after updating. Since there is no CSS control added to the table generated by the above short code, please add a class to the table tag and add the corresponding css code in the plugin/theme css file.
Forum: Plugins
In reply to: [WTI Like Post] Can't make it workIf you are showing posts excerpts on home page, then it will not show up there. What you can do is add
GetWtiLikePost()function inside your home page template file to show up the like/unlike buttons.Forum: Plugins
In reply to: [WTI Like Post] Endless voting allowed – Votes keep countingWith PRO version, you can cross-check re-voting with user ids as well.
Forum: Plugins
In reply to: [WTI Like Post] No vote (default) message added to pluginPRO version released.