Forum Replies Created
-
AuthorPosts
-
March 4, 2014 at 5:56 pm in reply to: Disable Like/Unlike on certain pages or only allow it on certrain categories #77WebtechideasKeymaster
It will take at least 2 days, max by weekend you will get this. But we will surely try to accomplish this asap and you will be updated on this.
We need to make sure that this added functionality does not affect existing functionalities. So we may not directly release a new version for this but just a customized one for you for the moment.
March 4, 2014 at 5:49 pm in reply to: Disable Like/Unlike on certain pages or only allow it on certrain categories #74WebtechideasKeymasterWill it work for you if we implement only the functionality for “allowing on selected categories”?
March 2, 2014 at 3:39 pm in reply to: Disable Like/Unlike on certain pages or only allow it on certrain categories #71WebtechideasKeymasterIf you are referring to the functionality for allowing like/unlike functionality only on some selected categories, then that is not yet available.
If you want to disable the like/unlike buttons on certain pages only, then there is option “Exclude post/page IDs” to achieve this. You need to provide comma separated page IDs.
WebtechideasKeymasterYou can disable this by using the Search option for Exclude on selected sections setting.
WebtechideasKeymasterNo, there is no such functionality available yet.
WebtechideasKeymasterYes, its possible by using the following
get_post_meta
code as below$like_value = get_post_meta($id, '_wti_like_count', true); $unlike_value = get_post_meta($id, '_wti_unlike_count', true); $total_value = get_post_meta($id, '_wti_total_count', true);
Here
$id
is the post id.Thanks
WebtechideasKeymasterPlease share your site url and the plugin version you are using.
WebtechideasKeymasterThe functionality is already there to update the post meta data on voting. So it should work in sorting the posts accordingly. Are you showing all the posts or for a specific time period?
Please share the url so that I can have a look.
WebtechideasKeymasterThe pro version is the advanced version of the lite version of this plugin. So you can use only one at a time. Hence to use the pro version, you need to delete the lite version installed on your system first.
Please delete the plugin currently installed on your system and then install the plugin recently sent to you. Do let me know if there is still any problem.
WebtechideasKeymasterHi Jan,
An updated package has been sent to you. Please let us know if this fixed the issue or not.Thanks
WebtechideasKeymasterI am not sure what exactly is causing the problem here as this has never been reported. I will suggest 2 approaches. If the 1st approach does not solve the issue, you can follow the 2nd one.
1. Can you please take out the complete function definition for PutWtiLikePost from wti_like_post_site.php and put it inside wti_like_post.php file?
2. Please disable warning message on your server. You may try putting the following code in wp-config.php file
error_reporting(E_ALL ^ E_WARNING);
Thanks
WebtechideasKeymasterI have sent you a copy which has this functionality integrated. Please note that this is still under testing phase so back up your existing plugin version and use this.
WebtechideasKeymasterI have sent you an updated plugin package, please use that instead of the one you had downloaded from purchase email.
WebtechideasKeymasterNot sure which one is the selected category here GeekCon 2013 or Geekcon 2013 and how many posts are allowed to be shown? I would like to see a screenshot of the widget admin section.
-
AuthorPosts