• Resolved thiennguyen94

    (@thiennguyen94)


    Hi everyone,

    I am using Profile builder to create a log-in page on my website. Below user log in details (username and password), there is a Remember me section and the check-box for user to tick. However, I and users cannot see the box next to Remember me to tick. Is anyone have any ideas about this problem and solution for that?

    Thanks a lot.

    Thien Nguyen

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support madalinaruzsa

    (@madalinaruzsa)

    Hi @thiennguyen94,

    Could you please send a screenshot with how you are seeing the Remember me section in your register form?

    You can use a site like https://snipboard.io/ to share the screenshots.

    Also, if it’s okay for you, could you please give me a link to the register form? I may need to send you some CSS code.

    Thread Starter thiennguyen94

    (@thiennguyen94)

    Hi,

    Thanks a lot for replying.

    Here is the screenshots in the login section (https://snipboard.io/OU6jMQ.jpg) and register section (https://snipboard.io/CFXW1G.jpg). Please have a look.

    You can also access the live website and see the problem by this link: https://kitebs.co.uk/fly-with-kite/ (click “Log in” and “Register” toggle buttons).

    I am looking forward to the support.

    Really appreciated.

    Best regards

    Plugin Support madalinaruzsa

    (@madalinaruzsa)

    Hi @thiennguyen94,

    The theme that you are using is adding the following CSS line: opacity: 0 to the checkboxes on your website. Basically, the checkboxes are hidden.

    To make the checkboxes visible on your site go to WordPress Dashboard -> Appearance -> Customize -> Additional CSS and add the following CSS code:

    input[type=”checkbox”] {
    opacity: 1;
    }??

    Let me know how this goes.

    Thread Starter thiennguyen94

    (@thiennguyen94)

    Hi,

    Thanks for extremely helpful reply. That worked!

    Best regards,

    Thien Nguyen

    Thread Starter thiennguyen94

    (@thiennguyen94)

    Hi @madalinaruzsa,

    Sorry, but I have another problem with the check box. Everything related to check box worked fine but when I add the subscription plan for the register form, the check-box next to plans coun’t appear as the screen shot here https://snipboard.io/Vf14Fs.jpg

    Please have a look and help me when you can.

    Thanks a lot

    Plugin Support madalinaruzsa

    (@madalinaruzsa)

    Hi @thiennguyen94,

    The same issue as I mentioned above is happening but this time with the radio checkbox. Please add the following CSS line in your Additional CSS:

    .wppb-user-forms input[type=”radio”]{
    opacity: 1;
    }

    Thread Starter thiennguyen94

    (@thiennguyen94)

    That’s perfect. Thanks again, @madalinaruzsa!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Cannot see the check-box next to “Remember me”’ is closed to new replies.