webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] Text next to image after first voteYou can set the tooltip for the like/unlike buttons with your message. This will show up irrespective of the votes the post has.
If you want to show a different message as you have mentioned, then probably you will have to change the code. Check for any available message. If no message is available, then set your custom message.
Forum: Plugins
In reply to: [WTI Like Post] Text next to image after first voteThere is supposed to be 2 messages: if there are no votes and if the user himself has voted. In both the cases, there are messages available. If the user has already voted for a post, then the message “You have already voted” shows up. This can be managed from plugin admin settings page. I am not sure whether this message is there or you have removed.
Please check and let us know if this answered your question or not.
Forum: Plugins
In reply to: [WTI Like Post] Show number of votesThere is shortcode available using which you can show the posts and their votes in a tabular format. Please refer to the manual which you can download here.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Setting the number of votesYou do not need to code this. There is option to select the Voting Period as 2hours or 3 hours which will accomplish this. Since this forum is only for free plugins, please contact us directly on our site for further discussions on the pro version.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Setting the number of votesYou can not have it exactly 10 times in a 24 hour period. Ideally it can be 8 times or 12 times as this will be a proper fraction of 24hour. This is possible only in the PRO version which is available here. You can go through the documentation/manual first to know the available features.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Question about Short CodeForum: Plugins
In reply to: [WTI Like Post] `endwhile` without a `while` in `templates/content-likes.php`Thanks for pointing that out. It should be
endforeachinstead ofendwhile. This template file is just for instructions only and one has to customize/correct this for own purpose.I am sure the file you are referring is only for the PRO version and you are pushing to GIT for personal purpose only. This forum is for free plugins only so can you please put the same in the PRO Support Forum in case there is any other discussion needed.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Show like/dislike button anywhere into the websiteWith this free version, there is no such shortcode available using which you can place the buttons anywhere inside the post content. Please have a look at the PRO version here to know the features it has.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Issue with admin-ajax.phpHave you moved or renamed wp-admin folder? Also please check for proper permission for the admin-ajx.php file.
Forum: Plugins
In reply to: [WTI Like Post] How to get the top most thumps up blogs/posts in home page?You can use the most liked posts shortcode concept in the home page. You will need to modify the output as per your theme to have a matching layout.
Forum: Plugins
In reply to: [WTI Like Post] can't show most liked postsShowing post content will not be ideal as it will have lot of data. The PRO Version has the widget where you can show the post excerpt.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Only problems with one pageWith the default settings, the plugin functionalities will be applied to all posts and pages unless you disable this for some of them. So we would like to have some input from you for the questions below.
– Can you please say what is the meaning of “specific type of post”? Is this a custom post type or just a simple post?
– Also the post where it’s not working, is it showing content or excerpt? If it’s excerpt, then it will not work as this plugin works with post content.
– Can you please share your site url and the specific post where this is not working for you?
Thanks
Forum: Plugins
In reply to: [WTI Like Post] can't show most liked postsCan you please your site url where this plugin widget is in use? It will definitely show the post title. Showing the post content is not part of the functionalities provided by the plugin.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] How to noindex ajax?You can do that. I am more into development so can’t confirm whether that will work or not. If you will check the Google link in my 1st reply, then you can see that it is mentioned to use
rel="nofollow"Thanks
Forum: Plugins
In reply to: [WTI Like Post] How to noindex ajax?No, those are the only 2 places.