ablancodev
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] Change default group.Hi,
you can use this function. (change “Premium”)
cheersForum: Plugins
In reply to: [Affiliates] Using plugin with MailChimp form?There isn’t a specific plugin, but you can use Affiliates API and create your own referral when the form is sended.
cheersForum: Plugins
In reply to: [Affiliates] Registration ErrorHi,
it seems a conflict with another plugin (password is not required in affiliates registration).
You can try to disable another plugins to find the conflict.
cheersForum: Plugins
In reply to: [Affiliates] Using plugin with MailChimp form?Hi,
What plugin are using for the Mailchimp form?Hi,
please be sure you have used Groups_Post_Access::user_can_read_post instead of groups_post_access::user_can_read_post (case sensitive).
Does your post (with id $post->ID) have theses caps as restrictions?
cheersForum: Plugins
In reply to: [Groups] Conditional issueHi,
you could try:[groups_non_member group="Registered"] You are not connected [/groups_non_member] [groups_member group="Registered"] [groups_non_member group="Member"] Inscription [/groups_non_member] [/groups_member] [groups_member group="Member"] Renewal [/groups_member]
nesting sometimes do not work well, but in your case it seems to work.
cheersForum: Plugins
In reply to: [Groups] Short code [groups_non_member] as an actual groupHi,
it’s not implemented the “negative” filter, but you can use the OR condition selecting variuos capabilities.
cheersForum: Plugins
In reply to: [Woocommerce Email Report] Current version is brokenHi,
1.- Oh !! thanks. It’s solved in version 1.1.
2.- When you create the cron report, initially a test email is sent.thanks
Forum: Plugins
In reply to: [WooCommerce] WooCommerce end of day reporting by emailHi,
now you have available WooEmailReport
cheersForum: Plugins
In reply to: [Affiliates WooCommerce Light] referrer commissions sidebar linkHi,
you can create an affiliate for each website, and use affiliate’s link in the banners.
You can get affiliate’s link in Affiliates->Manager Affiliates “Links” column.Forum: Plugins
In reply to: [Affiliates] How can people sign up to be my affiliates?Hi,
you must allow affiliates registration in Affiliates->Options.
Then you can use “Affiliates area” page (you can generate it in Affiliates->Options::Page Generation)
cheersForum: Plugins
In reply to: [Wordpress Media from Instagram] Will it work for individual authr?Sorry, it’s only for one account.
cheerForum: Plugins
In reply to: [Groups] User can register and create one groupHi,
in Groups->Options->Permissions you can setup permissions apply to Groups management.
cheersForum: Plugins
In reply to: [Groups] Change a users group after a time limit?Hi,
with Woocommerce Subscriptions you can do it. Please, take a look to description and/or video : https://www.woothemes.com/products/groups-woocommerce/
cheersForum: Plugins
In reply to: [Users2MailChimp] failure of syncthanks