itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates] Problem with Banners AffiliatesHi,
You have declared
white-space:nowrap;in your theme’s shortcodes.css stylesheet, you need to remove it.code, q { color: #2991d6; margin: 0 2px; padding: 2px 4px; white-space: nowrap; <-- remove that }Cheers
Forum: Plugins
In reply to: [Groups] Fatal error when savingHi,
Please post the full stack trace to see to what this might be related. Also try with the latest version please and check again.
Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue (theme functions can interfere like plugins).
Cheers
Forum: Plugins
In reply to: [Groups] Synch with MailchimpHi,
There’s a premium extension by eggemplo, maybe that’s something you could use: http://codecanyon.net/item/groups2mailchimp-groups-mailchimp-integration/4791290
Cheers
Forum: Plugins
In reply to: [Affiliates] Why are my affiliates url link displaying MARKDOWN HASH?Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue (theme functions can interfere like plugins).
What Jetpack options are you using? Also have you checked if there is anything particular to your theme that could be using this functionality?
Are you using caching for users who are logged in? If yes, you shouldn’t or at least exclude the Affiliate Area from being cached.
Forum: Plugins
In reply to: [Affiliates] Send activation link after registrationHi,
If you do not provide a Password field for registration, then new registered users will need to check their email for the password to log in. This serves the same purpose as an activation link.
Cheers
Forum: Plugins
In reply to: [Groups] Missing Menu ItemPerfect, good to see this is resolved. Thanks for the update on that.
Forum: Plugins
In reply to: [Affiliates] Why are my affiliates url link displaying MARKDOWN HASH?PS : Are you using caching for users who are logged in? If yes, you shouldn’t or at least exclude the Affiliate Area from being cached.
Forum: Plugins
In reply to: [Affiliates] Why are my affiliates url link displaying MARKDOWN HASH?Hi,
I’ve checked with Jetpack and its Markdown parser who is using this internal reference MARKDOWN_HASH. With Jetpack and its Markdown option enabled, the affiliate links in the affiliate area are rendered correctly in my test installation.
I assume that there’s something else interfering. What other plugins are active and what Jetpack options are you using? Also have you checked if there is anything particular to your theme that could be using this functionality?
Cheers
Forum: Plugins
In reply to: [Groups] How to create custom capability?Hi,
Groups uses capabilities to allow to restrict content based on them if they are enabled for access restriction. It also provides shortcodes which can be used to render content conditionally based on capabilities that the viewing user has or hasn’t. This is further described in the documentation and the corresponding subsections http://docs.itthinx.com/document/groups/access-control/
If there are any suggestions for specific semantics that are desired for custom capabilities beyond what is already covered, then I’d be happy to consider that.
Cheers
Forum: Plugins
In reply to: [Groups] Missing Menu ItemHi pmagony,
Which menu button? If you have a restriction set on a page and added that page to a front end menu, then it would be hidden if viewed by an unauthorized user and what you describe is part of the desired functionality.
If it’s not that, please provide detailed information on what other plugins you have installed and exactly which menu button you refer to.
Cheers
Forum: Plugins
In reply to: [Groups] Can I Create Roles?Hi buddhatunes,
As Groups centers its attention on groups and not roles, it doesn’t provide a visualization of what capabilities are related to roles. This would be more specific to plugins that work with roles more closely.
Cheers
Forum: Plugins
In reply to: [Groups] Updating Groups plugin core failed.@franquero Thanks for posting your solution!
Forum: Plugins
In reply to: [Groups] Dutch translationHi,
That’s great! You can send it to support at itthinx dot com or you can fork Groups on GitHub http://github.com/itthinx/groups and include your files in the languages folder and issue a pull request.
Thank you very much for your contribution!
Cheers
Forum: Plugins
In reply to: [Affiliates] Membership and AffiliatesHi,
Yes that’s possible if you combine it with Groups and Groups WooCommerce and protect the affiliate registration form shortcode with the shortcodes or page access restrictions provided through Groups.
Cheers
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Can't Unsubscribe from CommentsThanks @contemplate I’ve just tested your solution and it seems to be working here, too.