• Resolved onceuponajrny

    (@onceuponajrny)


    The “accept terms” button doesn’t show on the register page – quite annoying. It’s probably the theme (I’ve tried a live preview of a free theme and it shows). Is there any other way than buying a new theme to solve this problem? Maybe a new sign up form shortcode that works with my theme (EmmyJomes) or an extra accept-terms button? Thanks so much!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, if it shows in one of WordPress default themes and it doesn’t on your theme, then the theme developers are not following WordPress theme development rules. Have you been in contact with your theme developers?

    Unfortunately there is not much we can do about it.

    Kind regards

    Plugin Author affmngr

    (@affmngr)

    @onceuponajrny, For some reason, your theme is applying CSS to hide the checkbox.

    
    input[type="checkbox"], input[type="radio"] {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        display: block;
        float: left;
        margin-right: -2em;
        opacity: 0;
        width: 1em;
        z-index: -1;
    }
    Source: https://onceuponajrny.com/wp-content/cache/wpfc-minified/ehkwf756/6arae.css (Line 1690)
    
    Thread Starter onceuponajrny

    (@onceuponajrny)

    mbrsolution thank you for your reply, I’ve tried contacting the theme support – unsure if they will reply.

    affmngr okay, that’s helpful! Is there any way I can change the code in CSS to show the checkbox? (sorry not so well with coding, that’s why I bought a theme)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My Theme Shows no “accept terms” button’ is closed to new replies.