registration forms

General Marketplace Discussion (User’s interaction forum)

Resolved
Viewing 24 reply threads
  • Author
    Posts
    • #193973
      luanne
      Participant

      The Vendor registration form on my website has a transparent background that I would like to change to a white color. Can you provide a code for this? I tried one myself, but it didn’t work.

    • #194041

      Kindly confirm the customization of your registration form fully and then share the site url with us. Our team will provide you with the custom css for that.

    • #194087
      luanne
      Participant
      This reply has been marked as private.
    • #194097

      Add the below code in the style.css of your active theme :

      
      
      .mvx-container .mvx-vertical-tabs .mvx-middle-child-container .mvx-tab-content .mvx-form-left-line-active {  
         background: transparent !important; }
      Copy
    • #194115
      luanne
      Participant
      This reply has been marked as private.
    • #194122

      @luanne kindly share a user access details who can access the registration form page from the frontend. So that we can check and share the CSS with you.

    • #194135
      luanne
      Participant
      This reply has been marked as private.
    • #194146

      Kindly share the registration form page link. Also share the temporary admin and ftp access of your staging site. While sharing the access don’t forget to mark your reply as private.

    • #194184
      luanne
      Participant
      This reply has been marked as private.
    • #194209

      Thanks for sharing the details. Our team is checking. Kindly provide us some time.

    • #194235

      Hello @luanne. You need to replace css files with this https://drive.google.com/file/d/1nSNzurdiGm5KV1Jw-9FZpYeBA-VKGSVU/view?usp=sharing.
      You need to replace the files here MultiVendorX\assets\admin\css

    • #194259
      luanne
      Participant
      This reply has been marked as private.
    • #194275

      Sorry for the inconvenience.
      You can add the below css in the style.css file of your current active theme –

      
      .mvx_regi_main .mvx_regi_form_box{ 
        width: 100%;  
         padding: 10px; 
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
           margin: 20px 0 20px 0; 
          background: #fff;
       }
      
      Copy
    • #194294
      luanne
      Participant
      This reply has been marked as private.
    • #194300

      @luanne Sorry to hear that.
      We have added the above shared code on our end and it is working fine. Kindly check the video https://watch.screencastify.com/v/ROOOCfGaLBumkCqaSdAY.
      Now can you please share a video showing how the code is working on your end and share how you want it to work.

    • #194319
      luanne
      Participant
      This reply has been marked as private.
    • #194360

      @luanne
      The code we have provided is for the vendor registration form.
      The link you have shared with us is of WooCommerce My account page. So we need to access the page on your end only after that we can provide you with the css. Currently the page is showing like this https://prnt.sc/ZQv99SppCnXp.

    • #194371
      luanne
      Participant
      This reply has been marked as private.
    • #194394

      Add the below code in the style.css file of your current active theme –

      
      form.woocommerce-form {  
         background: #fff; 
      }
      
      Copy
    • #194418
      luanne
      Participant

      That did the trick – thank you!

    • #194439

      Great!!We are happy to help.

      @luanne
      It would be really great if you can give us 5/5 review here: https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
      This would motivate the team further to do their job more efficiently.

    • #194506
      luanne
      Participant
      This reply has been marked as private.
    • #194524

      Hi @luanne Our replies are inline –
      css2:1 Failed to load resource: the server responded with a status of 400 ()
      >> Kindly share the page link where you are getting this so that we can check this on your end and help you accordingly. Also, temporary admin, ftp access.
      DevTools failed to load source map: Could not load content for https://thehamptonsfarmersmarket.com/wp-content/plugins/dc-woocommerce-multi-vendor/lib/popper/popper.min.js.map: Unexpected token ‘<‘, “> We will fix this in our next update. You can track the progress of the issue from here https://github.com/multivendorx/MultiVendorX/issues/452 .

    • #194544
      luanne
      Participant
      This reply has been marked as private.
    • #194571

      @luanne, We will surely add the fix for the issue with “DevTools failed to load source map” issue in our next update.
      But to check the issue with css we need to check this on your end and only then we can give you a solution.

Viewing 24 reply threads

The topic ‘registration forms’ is closed to new replies.