• Hi as you will see from the following page there is a problem with how the Registration and Login Pages/Popups are displaying on my site.

    https://bestbidonline.co.za/registration-display/

    It is displaying [ere_register] exactly as ERE setup generated it on my site.

    The missing I Agree Tick Box is the most important!!

    Please advise me how to fix this as I cannot proceed and no one can register or use my site!

    Kind Regards Jean

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

Viewing 1 replies (of 1 total)
  • Thread Starter Jean Pierre Nortje

    (@horizondigital)

    THE MISSING TICK BOX WAS SOLVED BY COSMOSWP THEME SUPPORT.

    It is due to the same class name as the theme. For the quick fix you can use the following custom CSS on Appearance => Customize => Additional CSS

    .checkbox {
    margin: 0;
    padding: 0;
    }
    .checkbox input[type=checkbox] {
    position: static;
    opacity: 1;
    cursor: pointer;
    height: inherit;
    width: inherit;
    margin: 0;
    }

    THANK YOU EVERYONE

    NOW I JUST NEED TO FIND OUT WHY THE TABS DONT APPEAR AT THE TOP……

Viewing 1 replies (of 1 total)
  • The topic ‘Register/Login Display Issues’ is closed to new replies.