Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417904

    mollyb2121
    Participant

    Hello,

    I have downloaded an optimizing images plug in and it worked fine.. However, it says that some images did not optimize and I can clear them… I am not so sure if I should “clear” these if you look at the attached image.

    theglassslipperllc.com

    #1417997

    Jade
    Moderator

    Hi there,

    Thanks for writing in! It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #1426438

    mollyb2121
    Participant

    Hi I have a question that might take a code to help me with this.

    So I recently added Braintree sandbox. Is there a way to get rid of what I circled in on the check out page? See attached image. I do not want that paypal button there.

    theglassslipperllc.com

    #1426447

    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .page-id-205 #braintree-paypal-button {
        display: none !important;
    }
    

    Hope that helps.

    #1426572

    mollyb2121
    Participant

    Thank you! how can I make the View cart highlight after someone added a product? right now it just says view cart and is not very eye catching

    theglassslipperllc.com

    #1426804

    Rad
    Moderator

    Hi there,

    Please add this as well,

    .woocommerce-message, .woocommerce-error {
        font-size: 18px;
        padding: 10px;
        background: #80b3dc;
        color: #fff;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    Cheers!