alexandrubodea
Forum Replies Created
-
Indeed, this error is related to the plugin.
Thank you for the additional details. It will be fixed as soon as possible.
Hi @somniumlucidus,
Thank you for reproting this!
I’ve created a task and this issue will be fixed in our next updates to Profile Builder
Yes, please add in the conversation the link from snipboard related to the screenshot.
Hi @bryanhiggs,
In this situation, the developer of Multidots Passkey Login needs to add an integration for our Login form: https://www.cozmoslabs.com/docs/profile-builder/shortcodes/#Create_a_Front_End_Login_Form. We can’t really do much from our side.
Hi @ohmywps,
This is because while using the WooCommerce integration, you’re basically attaching a Paid Member Subscriptions membership to a WooCommerce Product, meaning you’re selling a Woo Product through their Shop page. In this situation, you will need to add the Free Trial to the WooCommerce Product while using one of their functionalities. I will also provide below a more detailed explanation about this integration:
We have a WooCommerce integration that lets you attach a PMS subscription plan to a WooCommerce Product/Subscription, but then everything that comes after that will be handled by WooCommerce and not us (this also includes the payments). This happens because the WooCommerce Product/Subscription (that has our plan attached to it) is sold through the WooCommerce Checkout page (and no longer through our PMS Registration form) while using one of the available WooCommerce payment gateways. You can read the documentation about this specific integration to see what it will imply and its limitations here.Note: I want to mention that we are also using Stripe as a payment gateway: https://www.cozmoslabs.com/docs/paid-member-subscriptions/payment-gateways/stripe-connect/, which lets the users pay by credit card.
While using our forms: https://www.cozmoslabs.com/docs/paid-member-subscriptions/shortcodes/#Member_Registration_Form and payment gateways, all the settings you’ve set on our subscription plans: https://www.cozmoslabs.com/docs/paid-member-subscriptions/subscription-plans/, will be applied directly on the Checkout/Registration experience.
Hi @lonewolf95665,
Using our plugin’s content restriction functionality, search engine crawlers will not have access to the full version of the content.
The most you can do is navigate to Profile Builder -> Settings -> Content Restriction -> and make sure the “Exclude Restricted Posts from Queries” setting is not enabled. This setting allows access to the title, post date, and excerpt of the posts.
As for normal pages and user listing, there isn’t really a workaround. With all that being said, we created a task to find a solution for this.
Also, we are not allowed to speak about the paid versions here. In case you would like to have that conversation please open a support ticket using our site https://www.cozmoslabs.com/support/.
Thank you for the screenshot.
- Registration link expired
Recently, you have to have the registration link sent to you at least twice before the registration is accepted. Has something changed somewhere?
-> I. Could you please go to your site’s Dashboard -> Pages -> edit the page where you have the form -> and send a screenshot where it can be seen exactly how the form was added to the page?
II. Also, please provide the front-end URL of the page where you have this form. I would like to also look at that.
2. Is it possible to configure it so that the registered user doesn’t receive the success message but is taken directly to the dashboard?
-> For passwordless login redirection, you may use this custom code:
/*
* Filter to redirect the user after using Passwordless Login to a specific page
*/
add_action('template_redirect','wpac_redirect_passwordless_login');
function wpac_redirect_passwordless_login(){
if (is_page('page-slug') && is_user_logged_in()) {
wp_redirect('/your-page');
exit;
}
}You can use the code by adding it to your theme’s ‘functions.php’ file or by creating a new plugin as described here.
All what you’ve desribed should be related to the new “International Telephone Input” field notice.
Could you please go to your site’s Dashboard -> Profile Builder -> Form Fields -> and send a screenshot from there? Please make sure everything from that page can be seen (make sure that everything that’s under the top admin bar can be seen in the screenshot).
Note: You can use a site like https://snipboard.io/ to share the screenshots.
Hi @dbreuninger,
First of all, to be sure we’re speaking about the same version/plugin, could you please go to your site’s Dashboard -> Plugins -> Installed Plugins -> and send a screenshot with everything you have installed related to Profile Builder (make sure the plugin version can be seen)?
Note: You can use a site like https://snipboard.io/ to share the screenshots.
I’m asking the above since Profile Builder is currently on version 3.16.1. Version 1.1.4 is extremely old, more than 5 years old.
That is most likely related to a notice about a new feature. Most likely to the International Telephone Number field. Simply dismiss the banner from the top of your page, after which refresh the page.
Hi @bionicsquid,
Thank you for the review and kind words!
Hi @donna4u2,
The “Display name publicly as” field is only displayed on the Edit Profile form, from where the user will also have the option to choose their display name from the available options.
Bassically, that is a notice informing the field is hidden on the Registration form, but is displayed on the Edit Profile one.
Note: By default, the Display Name will be based on a combination between the First + Last name.
Due to the situation you are facing, my suggestion is to open a ticket on our website, https://www.cozmoslabs.com/support/open-ticket/?support_for=Pre-sale%20question, as we will have to investigate this issue in detail. Please also point out that you have already contacted us on the WordPress forum and add a link to the conversation in the ticket you will create.
Hi @contactbleep103,
The math problem captcha is caused by a security plugin that you have running on your website and is not compatible with our login form.
The recommended course of action is to find the setting for it and disable it. Most likely, you have activated the “Brute Force” in Jetpack, so please deactivate this option.
Hmm, have you made certain custom modifications to the plugin?
Please try to download the official plugin version from here: https://ww.wp.xz.cn/plugins/paid-member-subscriptions/ -> install and activate it on your site -> and check if you still encounter this issue.
- Registration link expired