New Landing How can we help? Atelier Product Bundles plugin

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #221420
    gdmorrison
    Member
    Post count: 49

    Like this post, I purchased the Woo Product Bundles plugin and it works great with Atelier except for some styling issues.

    I tried using this code from the previous post to fix a problem with the add to cart button but it hasn’t worked for me:

    .bundled_product_title, .bundle_error,.attribute-options label,.single_variation_wrap.bundled_item_wrap{   
        display:none !important;
    }
     
    .bundle_add_to_cart_button{
    margin: 0px !important;
    border: 1px solid rgb(0, 0, 0) !important;
    height: 60px !important;
    width: 200px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    }
     
    table.variations{
    width:500px !important;
    margin-left:-15px !important;
    }
    .bundle_add_to_cart_button:before{
    content: "\e601";
        display: block !important;
        font-family: "si-shop-two" !important;
        font-size: 24px !important;
    }

    I think it’s because I’m using a different button style. What do I need to change?

    Thanks 🙂

    #221448
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It looks similar to me, since it has a bigger text the cart stayed in a different line above.
    https://www.dropbox.com/s/v93m79qmsjxbhu1/Screenshot%202015-10-19%2008.51.37.png?dl=0

    How do you expect it to look? Any mockup image?

    -Rui

    #221450
    gdmorrison
    Member
    Post count: 49
    This reply has been marked as private.
    #221667
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The integration on your site would require a little CSS to get working:

    button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt {
        border: solid 2px #222222!important;
        color: #222222;
        background: transparent;
    }
    
    button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt:hover {
        border: solid 2px #f25b2c!important;
        color: #f25b2c;
        background: transparent;
    }
    
    .bundle_add_to_cart_button:before {
        display: inline-block !important;
        margin-right: 10px;
        vertical-align: middle;
    }

    Thanks,
    David.

    #221741
    gdmorrison
    Member
    Post count: 49

    Thanks. It’s displaying correctly now.

    How can I enable the “Adding…” button animation and add to cart without refreshing the page? At the moment, when the button is clicked, the page refreshes with no visual indication that the item has been successfully added.

    #221905
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    For that you would need a web developer, that customization is beyond the scope of support. We have partnered with WerkPress, they handle all customer modifications and integrations. You can request a quote to perform this plugin integration: http://www.swiftideas.com/customization/.

    Cheers,
    David.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register