Home › Forums › Legacy Support › Support queries › Setup issues › save changes button doesn't work
Tagged: button, save changes
- This topic has 27 replies, 2 voices, and was last updated 6 years ago by MeesterGijs.
-
AuthorPosts
-
November 16, 2018 at 11:31 pm #184843MeesterGijsSpectatorStill nothing. See this screenshot.November 17, 2018 at 12:12 pm #184886Anshuman SahuKeymasterwell I actually tried to resolve the orginal error . The button styling issue is due to your own custom css .Please check it on your own .November 18, 2018 at 11:23 am #184947MeesterGijsSpectatorI've deleted all custom css, but the 'change profile save changes'- button doesn't work on different accounts in incognito mode, but also not in my test account in regular browser on my phone or regular browser on my pc... It's like it only works as adminstrator, not as student.. What could it be?November 19, 2018 at 11:13 am #185049Anshuman SahuKeymasterThe origin of the issue is hiding that first field in profile fields section . that is creating conflict in your html form . The solution should be showing that field . So you have to remove the css as told before to make it work .November 19, 2018 at 11:22 am #185054MeesterGijsSpectatorI forgot. Sorry. The thing WAS that when I deleted that custom css it would show 'first name' twice. I've deleted the strings (because I had it in custom css twice, different ways) and it seems to work: These were the strings added: /* PROFIELPAGINA, verwijder voornaam (verplicht) */ #field_1-1{display: none;}#field_1{display: none;} /* PROFIELPAGINA zichtbaarheid profiel eerste keer voornaam verwijderen */ .field_1.field_voornaam.required-field.visibility-public.field_type_textbox{ display: none; }November 20, 2018 at 1:11 pm #185232Anshuman SahuKeymasterYes you need to delete the other profile field in place of the first one that you hide .the issue with that field is it is a required field made by buddypress itself and we also cannot change it . When you hide it the issue appears with html form .November 20, 2018 at 1:35 pm #185245MeesterGijsSpectatorCould you please tell me how to hide this one in the correct way? Without losing this field in the registration/checkout page or lose the info in my admin? What's the correct code? And is it the one at the top or the second one? I'm confused? Or no code needed and just delete it here? I remember that it would then also be deleted from the checkout page here, this url: https://meestergijs.nl/checkout/ And what effect has this one?November 21, 2018 at 2:53 pm #185378Anshuman SahuKeymasterim sorry hiding that field is totally wrong approach and I would not recommend it .I would suggest you to delete the other field in place of it .November 21, 2018 at 9:38 pm #185409MeesterGijsSpectatorI can get it back. Screenshot But how do I rearrange them so that it's still the same order? I can use this code, but what do I need to change in the code? And. Do I still see it in my admin?November 22, 2018 at 2:12 pm #185521Anshuman SahuKeymasterSorry this is part of customization which we are not covered under theme support .November 22, 2018 at 8:47 pm #185558MeesterGijsSpectatorThanks, Alex. I have this code working right now. And the save button still works. Does this look right? You can close this topic after your last reply.. Thanks!! /* CHECKOUT verwijder voornaam veld */ #profile-edit-form legend#field_1-1{ display: none !important; } #profile-edit-form input#field_1{ display: none !important; }November 23, 2018 at 2:41 pm #185696Anshuman SahuKeymasterI guess you have hide the field from checkout page .Please check it with a new user if its works fine at checkout page then it will work fine.November 23, 2018 at 3:33 pm #185701MeesterGijsSpectatorYou can close this one.
-
AuthorPosts
- The topic ‘save changes button doesn't work’ is closed to new replies.