• Hi as you will see from the following page there is a problem with how the ERE 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!

    ERE is claiming it works with other Themes so the issue must be with my CosmosWP theme?

    Kind Regards Jean

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author cosmoswp

    (@cosmoswp)

    Hello @horizondigital ,

    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;
    }

    Best Regards!

    Thread Starter Jean Pierre Nortje

    (@horizondigital)

    WOW YOU GUYS ARE ROCKSTARS!!!!! THANK YOU…

    NOW HOW DO I SOLVE THE FB IMAGE UPLOAD CHALLENGE………

    Thread Starter Jean Pierre Nortje

    (@horizondigital)

    AND ….ANY IDEA WHY THE TABS DONT DISPLAY AT THE TOP ON REGISTER/LOGIN

    Theme Author cosmoswp

    (@cosmoswp)

    Actually no idea for that, I just checked for Conflict issue, HTML itself is not present there, so the shortcode you are using is not generating TAB, my suggestion: looks on the shortcode setting probably there is setting to enable both TABS.

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