itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates] Registering new affiliate gets ERRORHi,
This is probably a conflict with another plugin, not a known issue with the system itself. Please try to disable other plugins and enable individually until you get the error and that could discover the conflict. You can post your results and we can check.
Cheers
Forum: Plugins
In reply to: [Affiliates] ERROR: Please enter your password twice.Please try with the latest release where you should not experience the issue, if it persists, please post what other plugins are active and what theme you are using.
Forum: Plugins
In reply to: [Groups] Get group id from nameHI Allyson,
You can retrieve the group by name and get it’s ID … here’s an example for the group named “Foobar” :
$group_id = null; if ( $group = Groups_Group::read_by_name( 'Foobar' ) ) { $group_id = $group->group_id; }See also http://docs.itthinx.com/document/groups/api/examples/
Cheers
Hi,
This version sends the standard notification which WordPress generates. To modify the registration email for affiliates you can use Affiliates Pro – please see this section in the documentation on the options it provides http://docs.itthinx.com/document/affiliates-pro/notifications/
Cheers
Forum: Plugins
In reply to: [Groups] Notice: wp_enqueue_script was called incorrectlyThanks for the update, marking it as resolved 🙂
Forum: Plugins
In reply to: [Groups] Use with WoocommerceHi,
No this is not covered by the plugin.
Cheers
Forum: Plugins
In reply to: [Groups] Are new signups held for moderation?Hi,
The plugin does not hold new users as deactivated and there should be no reason to do so when you are using group memberships and Groups to grant access to protected content.
Cheers
Forum: Plugins
In reply to: [Groups] Bug: WordPress 4.3 update breaks [groups_file_link] shortcodeHi,
This shortcode is not related to Groups but to the Groups File Access plugin (which you can update to the latest version to solve the issue you mention).
Please note that the support forums here are not for premium plugins, if you require support for premium plugins, you should post them in the appropriate support forums – in this case, here: http://www.itthinx.com/plugins/groups-file-access/
Cheers
Forum: Plugins
In reply to: [Affiliates] Updating the Affiliates core FAILED.Hi @trader121,
Please use the appropriate support channel for premium products. As outlined in http://codex.ww.wp.xz.cn/Forum_Welcome … If you use a commercial theme or plugin and need support, please go to their official support channel … which in this case is http://www.itthinx.com/forum/affiliates-pro/ – the forums here are intended only for the free version.
Thanks for understanding, the support team there will be able to help you with that version.
Cheers
Forum: Plugins
In reply to: [WunderSlider Gallery] Bullet points and no controlsHi,
You don’t seem to have it installed on that page anymore, but you do have a couple of Javascript errors which might have been related.
Cheers
Forum: Plugins
In reply to: [Affiliates] Updating the Affiliates core FAILED.By “that” what are your referring to please? Everything I’ve mentioned here is only related to the free version of the plugin, any of the premium versions is not supported through the forums here.
Forum: Plugins
In reply to: [Affiliates] Updating the Affiliates core FAILED.Ok in that case you can use the “delete all data …” option and then simply deactivate and delete the plugin and reinstall it.
Forum: Plugins
In reply to: [Affiliates] Updating the Affiliates core FAILED.In your WordPress installation root folder you will find the
wp-config.phpwhere you should add these lines:define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );More details about debugging in WordPress can be found here https://codex.ww.wp.xz.cn/Debugging_in_WordPress but with the above lines added you’ll get any errors in the file
wp-content/debug.logForum: Plugins
In reply to: [Affiliates] Not able to save changes to registration settingHi,
Please enable debugging in WordPress and check the debug.log for any errors and post them here so we can see what’s the cause.
Cheers
Forum: Plugins
In reply to: [Affiliates] Updating the Affiliates core FAILED.Hi,
I recommend STRONGLY AGAINST using the “delete all data …” option as you will effectively erase all your affiliate and referral data which is not what you want to do when you update the plugin.
What you should do is enable debugging for WordPress, try to update and post any errors that appear in the debug.log so we can see what’s causing the update to fail.
Cheers.