Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Membership › Vendor Registration-Terms & Conditions and Privacy Policy
Tagged: Memberships, privacy policy, Vendor registration
- This topic has 9 replies, 3 voices, and was last updated 4 years, 6 months ago by SebastianFloKa.
- AuthorPosts
- April 25, 2020 at 5:22 pm #122921luis.samoucoParticipant
Hello on my website http://www.localchain.co.uk I am trying to fix a problem with vendor registration.
1-I don’t know how to add the Privacy Policy on the side of the terms & conditions! How can I do that?
2-How can I put the square button in the front of the privacy policy and terms and conditions?
Thank you so much!
Attachments:
You must be logged in to view attached files. - April 26, 2020 at 8:15 pm #123326Sarmistha ChakrabortyMember
Hello,
1-I don’t know how to add the Privacy Policy on the side of the terms & conditions! How can I do that?
>>Do you want to just change the text “terms & conditions!” to “terms & conditions! and Privacy Policy”, then you can change the text using “Loco Translate” plugin.
https://localise.biz/wordpress/plugin/beginners
WP dashboard -> Loco Translate -> plugins -> WCFM – WooCommerce Multivendor Membership -> Select your site language(Or click on “New Language”) -> search the string(Terms & Conditions) and change the string as per your requirement2-How can I put the square button in the front of the privacy policy and terms and conditions?
>>Add the css in your theme’s style.css#wcfm_membership_registration_form p.terms_title.wcfm_title { display:inline !important; } #wcfm_membership_registration_form #wcfm-main-contentainer input#terms { margin-left: 0; display: inline-block; }
Thanks.
- April 28, 2020 at 5:06 pm #124209luis.samoucoParticipant
Hello Sarmistha! Thank you so much for your help and thank for replying so fast!
I was able to fix the CSS problem! on the question number 2.But I still have the question on the first one. So I made this HTML code to insert on the side of the Terms and Conditions:
<a target="_blank" href="https://localchain.co.uk/privacy-policy/">Privacy Policy</a>
I don’t necessarily want just to change the language but I want to add HTML code to that part. Where can I find the code and Add this one that I have made? (I have sent you an image that explains)
Thank you so much for your help!
Attachments:
You must be logged in to view attached files. - April 28, 2020 at 5:15 pm #124215Sarmistha ChakrabortyMember
Hello,
Ok,understand.
For this please override the vendor_registration.php file in your theme folder. From “\wp-content\plugins\wc-multivendor-membership\templates” to “\wp-content\themes\your-theme-folder\wcfm\membership\”.
Then add<a target="_blank" href="https://localchain.co.uk/privacy-policy/">Privacy Policy</a>
in the area marked in the screenshot.(PFA)Thanks.
Attachments:
You must be logged in to view attached files. - May 2, 2020 at 1:02 am #125551luis.samoucoParticipant
Thank you so much!!!!!! I was able to do it!
There is just one problem that came up after:
After the change I realised that the style of the registration has changed. Is there any CSS that I can add or anything else just to make it look like before?I have sent you 2 pictures to show the before and after.
Thank you so much for your support!
Attachments:
You must be logged in to view attached files.- May 3, 2020 at 12:53 pm #125951Sarmistha ChakrabortyMember
Hello,
Try this below css/style in your theme’s style.css –
.wcfm-membership-wrapper #wcfm_membership_container input[type="text"], .wcfm-membership-wrapper #wcfm_membership_container input[type="password"], .wcfm-membership-wrapper #wcfm_membership_container input[type="number"], #wcfm_membership_container select, #wcfm_membership_container .select2-container { display: block; width: 85%; } #wcfm_membership_container .wcfm_email_verified, #wcfm_membership_container .wcfm_sms_verified, #wcfm_membership_container .wcfm_store_slug_verified { margin-left: 0; }
Thanks.
- May 3, 2020 at 4:30 pm #126062luis.samoucoParticipant
I added that code and just one part moved the fill up forms stayed exactly the same. Is there anything else I could try? Sorry about it.
Attachments:
You must be logged in to view attached files. - May 4, 2020 at 2:06 pm #126397Sarmistha ChakrabortyMemberThis reply has been marked as private.
- May 6, 2020 at 4:36 pm #127432luis.samoucoParticipant
That’s great! It worked very well! Thank you for your help!
- May 13, 2020 at 8:19 pm #130489SebastianFloKaParticipant
… again interesting to see: I requested this 5 months ago and was promissed 3 months ago that a solution will be implemented but nothing happened at all …
https://wclovers.com/forums/topic/privacy-policy-during-membership-registration/So does it mean I don’t need to wait for the promised integrated solution anymore and should try to implement these code snippets and css as well? If so, I expect WCFM support to write a comment below the mentioned post that they changed their mind and no such solution will be provided in the future. Thank you.
- AuthorPosts
- You must be logged in to reply to this topic.