• Resolved brian.g

    (@briang-1)


    Hello,

    when I use the “must agree to terms” lock option, the checkbox is checked by default. This is making people confused because they don’t realize that they have to click on the check. Is there some way to change the default behavior so that the box is unchecked until the downloader checks it?
    Thanks for you help in advance. ??
    Best,

    Brian

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Shahriar Alam

    (@shahriar0822)

    It shouldn’t be checked by default. May some other scripts causing default check. Try disabling other plugins or switching the theme to find the origin of this.

    Thread Starter brian.g

    (@briang-1)

    Hi, it’s enfold theme. I don’t think i can just “switch themes” because it would mess up my whole website. If you know of any other plugin conflicts, or have any other info, I would appreciate it.

    best,

    Thread Starter brian.g

    (@briang-1)

    To be clear, what happens is that it’s got a check in the box by default, and then when you click on it, the check it still there and the box turns blue.

    Plugin Author Shahjada

    (@codename065)

    Then, it is just a simple CSS issue and can be solved adding some simple CSS, please give me the URL where I can check it and suggest your required CSS changes.

    Thread Starter brian.g

    (@briang-1)

    Okay, give me a an hour or so. I broke the site trying to fix this myself, and i’m restoring it! lol

    Thread Starter brian.g

    (@briang-1)

    OKAY! I got the site up. Here is the URL:

    https://realspace3daudio.com/download/rs3d-v2-0-1/

    Plugin Author Shahjada

    (@codename065)

    Add following css at the end of your theme css:

    
    .eden-checkbox > span {
        background: #ffffff none repeat scroll 0 0;
        color: #ffffff !important;
    }
    

    BTW, you may use following free addon for better looking download button:
    https://www.wpdownloadmanager.com/download/wpdm-image-button/

    Thread Starter brian.g

    (@briang-1)

    Hi Shaon! Thanks for the reply. ??

    This fixed worked for me!

    Best,

    Brian

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘checkbox already checked “agree to terms”’ is closed to new replies.