gtsiokos
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] Custom Field for GroupHi Marcus,
Groups is not a custom post type, instead it is using its own db tables.
Perhaps if you may provide some more details on what you’re trying to do, we might able to help you further with your request.
Kind regards,
George
Forum: Plugins
In reply to: [Groups] Fatal Error on Login – using Groups PluginFollowing-up on this, if you like to share some more details on your setup, we could try and replicate it locally to check if the issue occurs on our side as well.
Which version of ACF do you use and what is the PHP version currently running on your hosting server?
Kind regards,
George
Forum: Plugins
In reply to: [Groups] Fatal Error on Login – using Groups PluginHi there,
The error you get mentions an undefined WP Core function. However, as a core function it is already defined so the error relates to an issue in your installation or most probably a conflict. Groups plugin is only calling this function when needed, this is why it appears in the trace.
I would recommend you to disable your plugins one-by-one until you reach the conflicting one. Also, apart from your plugins it would also be useful to temporary switch to a different theme.
Kind regards,
George
Forum: Plugins
In reply to: [Affiliates] Forminator integrationHi Richard, you’re welcome.
You’re actually the first to mention Forminator Forms and an integration with Affiliates. Especially for that plugin I wasn’t even aware of its existence prior to your topic.
Also worth mentioning, that you can always create your own integration, using the affiliates_suggest_referral() when the form is submitted. As you can imagine, this function allows you to record a referral in the system and grant your affiliate a commission for this referred form submission.
Kind regards,
George
Forum: Plugins
In reply to: [Search Live] Store Search ItemsHi there,
I’m afraid that the plugin doesn’t store any kind of data related to searches submitted through its forms.
Can you share some further details on the data you’re looking for? Are you interested in a list of search terms submitted, or a complete report including search terms alongside with their possible matches and their counts? I’m asking for those details in order to have a better overview of this suggested feature.
Kind regards,
George
Forum: Plugins
In reply to: [Groups] Creating a Custom Menu Based on User GroupsHi there,
I’ve run your code locally without issues. When I add my current user to the group with id 2, the menu item appears and vice versa.
Perhaps this is what you should check, if you go to Groups > Groups, make sure that you have a group with id 2.
Then go to Users > All users, select your current user and via the Bulk actions, add/remove this user from that group.
Reference: Bulk actions
Kind regards,
George
Forum: Plugins
In reply to: [Affiliates] WooCommerce purchases not regsiteredHi Michelle,
Please check your installation and make sure that Affiliates WooCommerce Light Integration is installed and activated on your site.
If after that you still notice referred sales are still not recorded, then it would be better for you to enable WP debugging and share your findings with us.
Kind regards,
George
Forum: Plugins
In reply to: [Groups 404 Redirect] Cached page still redirectingHi katjmars,
You’re welcome.
FYI, the plugin applies a redirect for guests, or for authenticated users that don’t have privileges to view the specific page. Therefore, this process doesn’t relate to the browser cache.
As long as the authentication process appears to be successful through your login page, but the current user still appears as guest, then this is the part you should check further.
Kind regards,
George
Forum: Plugins
In reply to: [Groups 404 Redirect] Cached page still redirectingHi katjmars,
I’m not sure, based on the above, what is the actual issue here. Is it that you are still requested to authenticate after login, or that you are not redirected after login?
I would also recommend you to try the first option, the one that redirects to login, when a guest/user is not allowed to view the content being visited. This option, will take you to the WP default login page and redirect to the originally requested URL upon success. The core WP function wp_login_url() supports a redirect after a successful authentication and perhaps this is something you could use in your custom login page.
Kind regards,
George
Forum: Plugins
In reply to: [Affiliates] How to addf tracking to my “successfull_transaction” pageHi there,
The Affiliates plugin tracks referred visits through its supported integrations. Each integration provides a way to hook into a submitted action and track a referral that grants a commission to the referring affiliate.
As you can see in the main plugin page, there is a list of the supported integrations under FREE INTEGRATIONS AND EXTENSIONS, but appointment booking calendar is not supported, at least with the current version of the plugin. If your requirements are strictly bind to the system you are already using, then you won’t be able to track referred visits and grant commissions.
Kind regards,
George
Hi there,
FYI, the update on this is already scheduled, but I’m afraid I don’t have the exact ETA for it. Once this is out, you will notice the prompt in your installation to update it.
Kind regards,
George
Forum: Plugins
In reply to: [Groups] Two separate and closed groups of usersHi there,
Thanks for sharing the details on your request.
What you are looking for is not covered by Groups plugin because additional restrictions are required that will prevent members of the first group from accessing modifying data from the second group and vice versa.
Specifically the tricky part here has to do with admins, because once they have permission to edit other’s posts and users, this will apply to all users site-wide and not only their own group members. These capabilities cannot be restricted to one group only, at least at the moment with the current version of Groups.
However, the idea behind this is an interesting use-case that we will definitely take into consideration for future updates of Groups or even better, a premium version of the plugin.
Kind regards,
George
Hi there,
Thanks for mentioning the warning, we should release an update exactly for that purpose and declare the plugin compatibility even with the latest WordPress.
Kind regards,
George
Forum: Plugins
In reply to: [Affiliates WooCommerce Light] Will not show ordersHi there,
Please have a look at your browser cookies before and after placing a referred order and make sure that the affiliate cookie exists for the referring affiliate.
Also, if you’re running your tests in a single browser then you can either enable the option for Auto-referrals, under Affiliates > Settings > Referrasl(tab), or open the affiliate link in a different browser than the one you have your Dashboard running.
Kind regards,
George
Forum: Plugins
In reply to: [Affiliates] Customize LinksFurthermore, a good place to use the shortcode would be the Affiliates Dashboard Overview page that acts as the main page your affiliates use for their statistics and affiliate link info.
The Affiliates Dashboard Overview can be created by adding the shortcode [affiliates_dashboard_overview] in a new page.
Kind regards,
George