thomaswild
Forum Replies Created
-
Hello @elisirdargan,
Appreciate you sharing these concerns. I’ll do my best to help and address each belowWhen it comes removing the text from your checkbox field, I did provide the temporary solution with adding the spaces but it would of course be more desirable to solve this issue with a more long term and robust solution.
To do so, I would like to ask you for the additional information I asked for in the ticket as well, namely the screenshot of the Plugin Page.
Additionally, this issue might also be caused by a caching issue. Do you use any caching solutions on your website?
When it comes to styling your elements, feel free to provide us a detailed description of the look and feel you would like to have for a specific element and we’ll happily help you achieve that.
Hello @elisirdargan,
From what I understand from your screenshot, you would like to have a checkbox for your users to agree to the EU General Data Protection Regulation (GDPR). We have a special field for that purpose.
You can read more about this field here: https://www.cozmoslabs.com/docs/profile-builder/manage-user-fields/gdpr-checkbox-field/
If you wish to customize it and move the text to the right of the checkbox instead of it being below, you can do so with custom CSS.
There is a quick guide on our documentation page to help you get started: https://www.cozmoslabs.com/docs/profile-builder/general-settings/css-customization-guide-for-button-colors/
Note: The title of the documentation page states that the guide is for buttons but the same steps should apply to other elements as well.Hello @elisirdargan,
Could you send me a screenshot from your Dashboard -> Profile Builder -> Form Fields -> the exact checkbox field you are referring to?
You can use a site like https://snipboard.io/ to share the screenshot.Hello @yanau,
Yes, since the status was showing “could not instantiate mail function”, you should contact your hosting provider and ask them about any filters that might block the emails from sending.
You can also try a SMTP plugin like this one: https://ww.wp.xz.cn/plugins/postmark-approved-wordpress-plugin/Hello @amirdbest,
I tested this on a local instance and everything seemed to work correctly.
I would like to ask you for some additional information:
1. Could you navigate to your Dashboard -> Plugins -> Installed Plugins page and send me a screenshot of our plugin? Please make sure the version is clearly visible.
2. Could you send me a screenshot from your Dashboard -> Profile Builder -> Form Fields -> edit the GDPR Communication Preferences field
3. When you say that it does not show up as checked in the back-end, are you referring to the page at Dashboard -> Users -> while editing the user in question?You can use a site like https://snipboard.io/ to share the screenshots.
Hello @elisirdargan,
I tested this on a local instance and everything seemed to work correctly. Could you navigate to your Dashboard -> Plugins -> Installed Plugins page and send me a screenshot of our plugin? Please make sure the version is clearly visible.
You can use a site like https://snipboard.io/ to share the screenshots.
In the mean time, you could try to add a space in the fields you would like to be blank, save your settings and see if that fixed the issue.- This reply was modified 1 year, 3 months ago by thomaswild.
Hello @allianceagency,
To achieve this, please use the following code snippet:
if(!current_user_can('manage_options'))
remove_action('init', 'wppb_content_restriction_initialize_meta_box', 999);You can add your code to your theme’s ‘functions.php’ file or create a new plugin as described here.
Hello @vitzkrieg,
Thank you for your recommendation! I will notify the development team so they can add this in an upcoming update.Hello @metacofleurcom,
Yes, it is possible to send different emails based on the subscription plans. You can follow this quick guide on our documentation page here: https://www.cozmoslabs.com/docs/paid-member-subscriptions/developer-knowledge-base/different-emails-based-user-subscription/Hello @icecreamjelly,
You can send the screenshots to this email address: [email protected]
Please make sure to include details about said screenshots as well as a link to this forum post. This will help us identify your problem and help solve it more efficiently.Hello @elisirdargan,
1. You can eliminate the username field by navigating to your Dashboard -> Profile Builder -> Settings -> General settings -> and set the Allow users to login with field to email. This will hide the username field from the registration form as well as only allow users to login using their email instead of a username.
2. To add the forgot password link to your login page, you can use the lostpassword_url= argument in your shortcode, like this:[wppb-login lostpassword_url="/recover-password-page-url"]You can read more about this on our documentation page: https://www.cozmoslabs.com/docs/profile-builder/shortcodes/#Add_Register_and_Lost_Password_links_below_the_Login_form
hello @elisirdargan,
Unfortunately you are not able to change the meta name of the default fields.Hello @slimesurfer,
Could you please give some more details as to what exactly isn’t working?
I tested this on a local instance and everything seems to work correctly. Could you make sure that the Webhook URL is correctly configured?
If you wish to test this trigger, you could add a new Webhook URL and use a page such as https://webhook.cool/ to see if your trigger is functioning correctly and is sending the correct data.Hello @elisirdargan,
Yes, when it comes to editing the design of our forms you can only achieve that using custom CSS. Here is a quick guide to help you get started with the process: https://www.cozmoslabs.com/docs/profile-builder/general-settings/css-customization-guide-for-button-colors/
When it comes to your other question, that’s a paid only feature and we are not allowed to talk 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/Hello @chakpetcher,
There seems to be an issue with one of your plugins called Checkout Plugins Stripe Woo. Could you please disable that plugin and try connecting Stripe again after?
If it connects successfully, you can try enabling the first plugin again to see if everything is working correctly.