• Resolved drhaldun

    (@drhaldun)


    Hi,

    Great plugin, I love the ease of use of it. Thanks for developing it.

    I have a WP+Learndash+Woocommerce website with a customized WP login page. Login is perfect but when I switch to creating a user, ACF fields added to the registeration form falls of the visible area, and only be accessed by tabbing between form fields. The scroll bar is missing somehow. I am not even sure it is related to Custom Login Page Customizer, but there is a good chance it may.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter drhaldun

    (@drhaldun)

    Hi,

    Adding the following to Custom CSS area in Customizer solved the problem.

    #login form#registerform {
    	overflow: scroll;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘When creating a user, added ACF fields not shown since scroll bar is missing’ is closed to new replies.