aheadzen
Forum Replies Created
-
Forum: Plugins
In reply to: [Voter Plugin] how to disable ajax?I am sorry I can’t understand your post, please send some image or demo link so I can get some idea.
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] No fee for specific countriesWe don’t have any plans to introduce complex free structure by country, I suggest you look into Table rate shipping plugin for this purpose. http://codecanyon.net/item/table-rate-shipping-for-woocommerce/3796656
Forum: Plugins
In reply to: [AstroPress by Ask Oracle] AstroPress responsive layoutit is in the iframe and we have added fixed with like 500px or 800px
you may try like 100%
it should work form the plugin settings > width options.
Thanks
I think related problem solve in last update.
Please get latest plugin.Thanks
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] COD hide message not appearing at allIt was problem in last version, we have solved it and you should get updated plugin.
Thanks
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] COD hide message is not showingWe have updated the plugin.
Now it is working for woocommerce 2.4 also.Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] Total add until minimum and % beyondif is above you’ll pay a 4% of the total amount may be adjustable by shipping charge.
Thanks
Forum: Plugins
In reply to: [BuddyPress Json API] Requesting support for BuddyPress FollowWE have added follower relationships instead of friend relationships
Please get updated plugin and refer readme.txt file.Thanks
Forum: Plugins
In reply to: [BuddyPress Json API] activity_get_activities only show 20 entriesHi Juan,
There are many options you can add for your activity api as mention below:
* Returns an Array with all activities
* @param int pages: number of pages to display (default unset)
* @param int offset: number of entries per page (default 10 if pages is set, otherwise unset)
* @param int limit: number of maximum results (default 0 for unlimited)
* @param String sort: sort ASC or DESC (default DESC)
* @param String comments: ‘stream’ for within stream display, ‘threaded’ for below each activity item (default unset)
* @param Int userid: userID to filter on, comma-separated for more than one ID (default unset)
* @param String component: object to filter on e.g. groups, profile, status, friends (default unset)
* @param String type: action to filter on e.g. activity_update, profile_updated (default unset)
* @param int itemid: object ID to filter on e.g. a group_id or forum_id or blog_id etc. (default unset)
* @param int secondaryitemid: secondary object ID to filter on e.g. a post_id (default unset)
* @return array activities: an array containing the activitiesGet more details from php file >plugins > buddypress_json_api > controllers > BuddypressJsonRead.php
File.
ThanksForum: Plugins
In reply to: [BuddyPress Json API] how do i restrict user for registrationActually you may control it while using the app only.
Because the api only give you interface to communicate, there is not specific control for that.
Thanks
Forum: Plugins
In reply to: [Voter Plugin] Problem displaying list of votersHi there,
1) It was show/hide toggle display for recent voted users. We have changed the design format & now it is ok.
2) It was not display the vote option for activity reply – now added and you will get it from version : 2.3.4
Thanks
Forum: Plugins
In reply to: [Voter Plugin] Multiple Like / Unlike spams streamHi there,
From new update the BP activity added on User Likes and same way while Unlikes the all related voted activity will be deleted so on like it will be only one activity and for unlike none of activity will be display for BP.
You will get the feature updated in latest version of plugin.
Thanks
Forum: Plugins
In reply to: [Voter Plugin] Recent Vote streamHi there,
The recent voted for particular page will of cause display the recently voted member list & we have added even name & date so any one come to know when & who voted.
Thanks
Forum: Plugins
In reply to: [Voter Plugin] display voting widget in a post listyes the voting plugin working on item id mean any post, page… ids..
by default it get id from $post->IDMean try to get id from post data and if there is no post data, it will not work for you.
Thanks
Forum: Plugins
In reply to: [Voter Plugin] Social login option?Hi Ruby,
We have added login page wordpress action hook ( do_action(‘login_form’); ) so what ever working for login page, will also voting login form.
Please get updated new Version: 2.3.3
Thanks