New Landing How can we help? Themeforest Theme Support Uplift Checkbox at checkout

Viewing 15 posts - 1 through 15 (of 28 total)
  • Posted in: Uplift
  • #313243
    micheal_w
    Member
    Post count: 498

    Hi Guys,

    We use the offical Mailchimp plugin for our store.

    Mailchimp for WooCommerce

    In has an option to include a checkbox on the checkout page, so customers can automatically sign up for newsletters.

    That checkbox looks perfect when using standard WordPress themes, however with Uplift there are two issues:
    1. the checkbox is originally on the left and the text on the right, but with Uplift it is mirrored
    2. the checkbox and the text is not inline

    http://i.imgur.com/HPHIqoB.jpg
    (see link above)

    I contacted Mailchimp and to solve the issue, they recommend to use another theme (?!).
    Obviously I love Uplift, so would you be able to help me how to put the checkbox to the left and the text to the right correctly lined (same as the other options below)

    http://i.imgur.com/VcT1iWr.jpg

    Thanks!

    #313517
    David Martin – Support
    Moderator
    Post count: 20834

    Their response is not great, it’s likely a small CSS tweak that is needed. What’s the URL.

    #326287
    alexgarnier32
    Member
    Post count: 24

    Hello,

    How did you fix it? Could you post the CSS code?

    I have the same issue and that would be really helpful!

    Regards.

    #326413
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi @alexgarnier32,

    This was never answered, so can you describe your specific situation providing screenshots and url’s if necessary?
    Thanks

    -Rui

    #326417
    alexgarnier32
    Member
    Post count: 24

    Hi,

    Sure. I have the same issue as above. The checkbox to subscribe is on the right, and the text on the left + the checkbox and the text are not inline. You can check that on that URL : https://noomind.fr/commande/

    What would be the CSS tweak to fix that ?

    Regards.

    Alexandre

    Attachments:
    You must be logged in to view attached files.
    #326426
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the code below to your custom css option.

    .woocommerce form .form-row .input-checkbox {
        width: 70%!important;
        margin-top: 20px!important;
    }

    Let us know if it worked.

    -Rui

    #326443
    alexgarnier32
    Member
    Post count: 24

    Hello,

    Thanks, but it didn’t change anything. Do you need my credentials to test it directly?

    Regards.

    #326661
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    @alexgarnier32 guess it’s better.
    Thanks

    -Rui

    #326700
    alexgarnier32
    Member
    Post count: 24
    This reply has been marked as private.
    #326931
    David Martin – Support
    Moderator
    Post count: 20834

    This should do it:

    .woocommerce .checkout #ship-to-different-address label {
        font-size: 14px !important;
    }
    .woocommerce .checkout #ship-to-different-address {
        font-size: 14px!important;
    }
    .woocommerce .checkout #ship-to-different-address input {
        float: left!important;
        margin: 8px 15px 0 auto;
    }
    p.mc4wp-checkbox input[type="checkbox"] {
        margin: 0 15px 0 auto;
    }
    #327093
    alexgarnier32
    Member
    Post count: 24

    Hello,
    Thanks, but I inserted the code and it still doesn’t work, the checkbox and the text are not at the right place.
    Is the code good?
    Regards

    #327104
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    did you tried to purge the cache from the plugin? Give it a try.

    -Rui

    #327316
    alexgarnier32
    Member
    Post count: 24

    Hi,
    Yes I tried to purge the cache, it changed nothing.. you want to try?
    Best

    #327341
    David Martin – Support
    Moderator
    Post count: 20834

    You have not added the code to Theme Options => Custom CSS?

    #328017
    alexgarnier32
    Member
    Post count: 24

    Hello,

    Yes it was -and is- correctly added. Do you know why it doesn’t work ?

    Best

Viewing 15 posts - 1 through 15 (of 28 total)

You must be logged in to reply to this topic.