Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1261074
    sosmond
    Participant

    To see this background change you will need to add something to the card here: http://jeff-dillon.com/product/98-kingdom-of-silence/

    Then view cart http://jeff-dillon.com/cart/

    At the bottom if shipping options do not appear press “calculate shipping” and enter and address.

    After shipping options appear and you change the option by hitting a different selector, when youdo this the entire table background flashes grey. How can I stop this flash or at least make it black. Thank you.

    #1261201
    Rupok
    Member

    Hi there,

    I don’t see such issue. Here goes a screencast on my end – http://recordit.co/bqbTvDp9Ty

    Would you clarify a bit checking again?

    Thanks!

    #1261300
    sosmond
    Participant

    Thank you for trying but you need to go further.

    -enter an address
    -once the shipping options appear with a radio button try changing them by selecting another radio button.

    #1261703
    Nico
    Moderator

    Hi There,

    Not sure which part is changing color. Would you want sharing us a screeshot of it.

    Thanks.

    #1262685
    sosmond
    Participant

    You can see entire table background changing to grey in my screen recording here

    [video src="http://jeff-dillon.com/wp-content/uploads/2016/11/screen.mp4" /]

    #1263044
    Rue Nel
    Moderator

    Hello There,

    Thanks for sending us the video. I have seen the background changed. To resolve this, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-account form, 
    .woocommerce-checkout form{
        background-color: transparent !important;
    }

    Hope this helps. Please let us know how it goes.

    #1263285
    sosmond
    Participant

    I have added the css however it did not fix the issue.

    #1263377
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .cart_totals.calculated_shipping.processing {
        background-color: red !important;
    }

    Hope it helps.

    #1264568
    sosmond
    Participant

    I added this code and changed it to black and it still flashed grey. When I left it red if flashed pink so I think it is opacity related.

    #1264859
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

      .blockOverlay {
      display: none !important;
      }

    But I recommend that you shouldn’t do that. It’s indication that something is loading, ticking the shipping options verify the request on the server and it display the grey element while it’s processing the request.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1261074 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>