webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] Show author on most voted posts in sidebarYou can use
get_the_author_meta('user_nicename', $post_data->post_author)for showing the author’s name.Forum: Plugins
In reply to: [WTI Like Post] Multisite CompatibilityI had checked with a multisite installation (network). It just worked on the 1st go. No other settings I had to make. Just followed the normal network installation process. I would like to mention that I had disabled all the plugins before setting up. Please let me know if you have any problems.
Forum: Plugins
In reply to: [WTI Like Post] Can't make it work@woodmark, can you please share the url for me to check the issue?
Forum: Plugins
In reply to: [WTI Like Post] Custom post typesThis plugin was specifically meant for default wordpress posts and pages. There can be a wide range of custom post types so it may not be possible to consider all. Mostly this plugin shows the thumb icons with the_content filter of posts/pages. So if your custom post type uses the_content to render the content, then it should also show the thumb icons. Please let me know which plugin you are using for this or you have your own custom post type.
[ad copy moderated]
Forum: Plugins
In reply to: [WTI Like Post] Can't make it workThere may be a conflict with some other plugin or the theme you are using. Whats the response you get on the console? Please share the site url so that I can check the issue.
Forum: Plugins
In reply to: [WTI Like Post] Undefined Variable: WTI_VOTED_MESSAGEIf your site is live, then you should have NOTICE messages disabled. Please use the following inside you theme file.
error_reporting(E_ALL ^ E_NOTICE);For +/- buttons, there is setting available to show or hide them. Please try using that and let me know if this helped or not.
Forum: Plugins
In reply to: [WTI Like Post] Code to show only the numbers I like it / I do not likePlease drop an email to [email protected] for the same and it will be a paid functionality.
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Can't Move WidgetsHi Hans,
This needs a change in current functionality and the required code need to be added to make it work. Please drop an email to [email protected] if you need this implementation.Thanks
Forum: Plugins
In reply to: [WTI Like Post] Code to show only the numbers I like it / I do not likeThis functionality is not available with the current version. Do you want to show the like/unlike counts on post excerpts?
Forum: Plugins
In reply to: [WTI Like Post] Have a problem with scriptThere is something wrong in your site/theme set up.
– When I check the source code, it has loaded the button code twice. If you check for the term “watch_action” in the source code, you will find it twice. 1st one having display set to none. So it shows up only the 2nd one.
– As per your setting, one needs to login to vote. When I tried to sign up, it did not work out correctly. Can you please create one user with email as [email protected] and send me the login details so that I can later check?
– When I checked the url congdongcaulong.com/wp-login.php it does not show up register link below the login form. So it implies that, you don’t have registration enabled on your site.You can do one thing by switching to default theme and default wti-like-post plugin settings to see whether its working or not. Do let me know if above findings helped you in fixing the issue or not.
Forum: Plugins
In reply to: [WTI Like Post] Thumbs up/down doesn't display wellIt looks perfect to me. Also you can check with other style of images available with the plugin. If it still does not look correct to you, then can you please drop a mail to [email protected] with a screenshot as what you see along with the operating system, browser version you are using?
Forum: Plugins
In reply to: [WTI Like Post] Thumbs up/down doesn't display wellAdd the css code for height as below to the wti_like_post.css file line no 7
#watch_action img {
border: medium none !important;
padding: 0 !important;
height: 16px !important;
}Please let me know whether now the thumb images show properly or not.
Forum: Plugins
In reply to: [WTI Like Post] No vote (default) message added to pluginThanks for this wonderful support. You will be glad to know that this option has already been added in the upcoming PRO version.
Forum: Plugins
In reply to: [WTI Like Post] Endless voting allowed – Votes keep countingIts detecting with IP. I am not sure what exactly you need here. If you want to restrict revoting, you can use the plugin settings on admin end.
Forum: Plugins
In reply to: [WTI Like Post] Already voted bugI had replied here but not sure why it is not showing up. Anyway I am writing down again.
The version you are using uses IP as a parameter to check the voting. Since you are logging in with the same system (even though with different user), the IP is same. So its saying “You have already voted.” This is the same case with systems inside a network. The PRO version has the option to cross-check the voting with user id. This is into last stage of development and the plugin needs to be tested. If you are in urgency, you can drop an email to [email protected] for the same. It will cost 30$ and you can pay through Paypal.
Thanks