aheadzen
Forum Replies Created
-
Forum: Plugins
In reply to: [Voter Plugin] Is it possible to set voting for non registered users?Would not be possible because anonymous voting can be easily manipulated, you can try other plugins that may fit your requirements.
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] COD hide message is not showingThe plugin is not compatible with woocommerce 2.4, you can either try woocommerce 2.2 or wait for a few days till we are able to fix all bugs.
Forum: Plugins
In reply to: [Voter Plugin] How to display the number of votes a particular record?I am sorry, there is no easy way to do that but we have an API that returns voting data based on component and id.
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] COD hide message not appearing at allFor 2) Disable instead of hiding, i think it is woocommerce functionality so we can’t do much here/
For 1) It should work as expected but we will test more on our side. May take some time.
Forum: Plugins
In reply to: [Voter Plugin] BuddyPress posting and privacy issueOkay we will make it optional instead of removing it totally. Expected release date, nothing planned, October I guess.
Forum: Plugins
In reply to: [Voter Plugin] Additional votes / selective display optionsHello
1) No such way and I don’t think we can add to the plugin. One user, one post, one vote.
2) Recent voters is doable, lets look forward to next plugin version.
Forum: Plugins
In reply to: [Voter Plugin] BuddyPress posting and privacy issueThanks for your feedback.
1) It is wrong behaviour, we plan to remove “activity generation” for votes on activities in next update.
2) Yes agreed, current format doesn’t honours privacy settings, will include this in next plugin update.
I understand your issue, please enter full billing details and it will work as expected. you can chat on skype if any further issues.
Forum: Plugins
In reply to: [Voter Plugin] display voting widget in a post list<?php echo do_shortcode('[voter ptype="post", pid="the_id();"]'); ?> </span>can you post output for above, i don’t think that’s correct code. you should be calling get_the_ID() properly.
i think it triggers on onblur event and will only run when we click outside the pincode box. we are using woocommerce to check for COD availability. if you wish to change it, you will have to create custom js on keyup event.
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] Radio Button IssueI have created a test setup and all is working good (10+ plugins activated), you can check – http://booking.aheadzen.com/shop/
There is some plugin/theme conflict on your setup. Please try to find what is causing this problem and then we can try to fix it.
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] Radio Button Issuehave gone through the link. yes there is a radio button issue.
I think this is some theme/plugin conflict, so please try following steps and see if problem is fixed –
1) Change theme to Twenty Fifteen – check radio button
2) if not working, disable all plugins except woocommerce + cod +ccavenue and then test again.
Let me know if there is any theme/plugin conflict so we can try to fix it.
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] Radio Button IssuePlease share url for website so we can check ourselves.
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] Feature RequestYes COD charges display in email, order page etc is a missing feature, we shall fix this in next version. Thanks for your patience.
Forum: Plugins
In reply to: [Voter Plugin] custom_post_type not workingHi custom post type not working properly.
We have updated the plugin with more detail in functionality related readme.[voter_plugin_top_voted type=custom_post_type num=5]
where:: “custom_post_type” will be your custom post type like “movie”,’ads’,’listing’
you will get from wp-admin url like: “wp-admin/edit.php?post_type=movie”
“post_type=movie” is your custom type you should user here.
Please get updated plugin.