• Hi,

    I put login and register modal using shortcode in post or pop-up.

    It working good but icons are overlap with placeholder and when i focus input bar in order to typing, placeholder not hiding. (screenshot)

    i tested all plugins are disabled and i turned on debug mode as finding problem but still dont know why.

    Please let me know how do i fix that

    THank you.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Max K

    (@kaminskym)

    Hi,

    It’s a CSS conflict with a theme.
    Please use this CSS: https://wplift.com/how-to-add-custom-css-to-wordpress

    .lrm-form input.has-padding, .lrm-form select.has-padding, .lrm-form button.has-padding {
        padding: 12px 20px 12px 50px !important;
    }
    
    .lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] {
        margin-bottom: 0;
    }

    Max

    Thread Starter cheonmu

    (@cheonmu)

    Hi, @kaminskym

    Thanks for answering!

    Padding problem is solved.

    But how do i hide placeholder label when i focused input bar in order to typing like demo?

    Placeholder is still showing.

    Thank you.

    • This reply was modified 4 years, 10 months ago by cheonmu.
    Plugin Author Max K

    (@kaminskym)

    Hi,

    On the demo placeholder isn’t hidden until I wrote at least 1 character.

    Max

    Thread Starter cheonmu

    (@cheonmu)

    @kaminskym

    Hi, Thanks for answering.

    I have a pre-sales question about Pro version.

    I want to put login or register button made by inline mode in pop up

    then, if i click login or register button, i want to make it switch to login or register model in same page instead of top to bottom slide modal.

    Is it possble to make in Pro version?

    Thank you

    Plugin Author Max K

    (@kaminskym)

    Hi,

    So you mean that you will have 2 buttons and one form around them.

    And while clicking to the login or register button inline form tab should switch.

    It’s not possible by default but you could submit a ticket after purchase and I’ll help with this.

    Max

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Icon overlap problem’ is closed to new replies.