emoteek
Forum Replies Created
-
Okay, thank you. I was using the dropdown that was meant for assigning roles instead of a regular dropdown. The issue has been resolved, thank you ??
Yes and No, there are always security issues with changing User Roles in frontend dropdowns. -> I’m not trying to update the user’s role at that point, I just want the user to tell me what role he has in his company so that I can manually give him the right role after reviewing his account.
After doing some test I could aslo see that I receive this information from the dropdown : account_type:?(empty) even when the field is completed. Did I do something wrong in the setup here : https://snipboard.io/1FLPI4.jpg ?
Hello, I “solved” the problem doing this :
add_action(‘wp_enqueue_scripts’, ‘disable_wc_memberships_scripts_on_registration_page’);
function disable_wc_memberships_scripts_on_registration_page() {
if (is_page(‘register’)) {
wp_dequeue_script(‘wc-memberships-blocks-common’);
}
}Do you see anything bad about that code? ( it solves the problem but I don’t know if I can disable things like that )
Yes sure, I reactivated it
Hello I tried it but it doesn’t seem to solve anything, also if it can help you to find the source of the problem, I have problem with dropdown and Multi-select fields
Hello, sorry for being inactive I tried to contact the support from Memberships to hear from them if they had a solution for this problem here is their answer :
“I appreciate you clarifying what steps you’ve already tried. I’m glad you were able to find that it’s directly tied to the Memberships plugin though I’m sorry it seems to be with another plugin that’s essential for you. Our plugin is designed to work with the core WooCommerce registration form and it seems that the Ultimate Member’s registration form isn’t working as expected.
My suggestion here would be to contact the plugin author directly and see if they’d be interested in adding compatibility with Memberships. You should be able to reach them using this link: https://ultimatemember.com/support/
We make all reasonable efforts to ensure our plugins are compatible with those from WooCommerce.com. I’m afraid that our support policy doesn’t cover conflicts with third-party plugins like Ultimate Member. That being said, I believe that their support may be able to fix the form with additional code. Given the thousands of different WordPress and WooCommerce plugins and developers with various coding standards, I’m afraid that we can’t guarantee compatibility with all other plugins.
I know that this is not ideal, and I’m so sorry that I don’t have better news for you here!
Would you please let me know if Ultimate Member is able to help out with the issue?”
I can’t find anything related to the dropdown
Yes I do have 2 roles without names : https://snipboard.io/tC5fGa.jpg
I tryed to delete them a long time ago but something went wrong and now they’re there and I can’t do anything with them..
Ok le me check again for the lines related to the dropdown
PHP Notice: Undefined index: name in /data/sites/web/emoteeknet/www/wp-includes/class-wp-roles.php on line 293
[06-Apr-2023 14:48:49 UTC] PHP Notice: Undefined index: name in /data/sites/web/emoteeknet/www/wp-includes/class-wp-roles.php on line 293
[06-Apr-2023 14:48:49 UTC] PHP Notice: Undefined index: name in /data/sites/web/emoteeknet/www/wp-content/plugins/ultimate-member/includes/core/class-roles-capabilities.php on line 130
[06-Apr-2023 14:48:49 UTC] PHP Notice: Undefined index: name in /data/sites/web/emoteeknet/www/wp-content/plugins/ultimate-member/includes/core/class-roles-capabilities.php on line 130Hello, it took some time because I’m using more than 60 plugins but I finally found the one causing the problem : WooCommerce Memberships
I don’t understand why it’s causing the problem but in fact it’s this plugin.. Should I contact them now to see if they’re knowing this “bug”?
Doing it on my staging site, coming with news asap
I do not have any error in the console
Hello thanks for the second part I didn’t know there was an option to enable.
About the first part, I’m using a 1 column form. I’ve set max width to 1500 but it doesn’t change anything, when clicking on the dropdown there is still the problem.
Forum: Reviews
In reply to: [Translate Wordpress with GTranslate] Problem solved!solved by : Arshak