Okay
  Public Ticket #1382703
Black background appearing when clicking checkout on shoppin cart
Closed

Comments

  •  4
    kerlinomm started the conversation

    Hi there! 

    I noticed that whenever I try to click on my pages cart icon and choose either View Cart or Checkout some black background appears for all parts of the cart area. 

    See the screen shot attached.

    Can you tell me how to fix it? 

    Looking forward to your reply. 

    Best Regards, 

    Kerli 

  •  1,560
    Laborator replied

    Hi Kerli,

    That is not a bug, or a feature but this is how the browsers work, to see what you have selected and in your case it appears you have clicked the CMD+A (Mac) or CTRL+A (Windows).

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    kerlinomm replied

    Hello! 

    I know how to use CMD+A function and this is not it. 

    When I have product in cart, I only make left mouse click on either view cart or checkout button and the selection thing appears. I don't select anything myself, I just click on button. 

    Best Regards, 
    Kerli 

  •  1,560
    Laborator replied

    Hi Kerli,

    Sorry for the misunderstanding, as I don't see the problem occurring in Chrome, so I opened it in Firefox and the only fix for that is to add the following CSS to Custom CSS to fix the selection issue for the mini-cart.

    .menu-cart-icon-container.open.menu-cart-icon-container .lab-wc-mini-cart-contents {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */    
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    kerlinomm replied

    Dear Art, 

    Thank you so much! 

    The problem is fixed :) 

    Best Regards, 

    Kerli 

  •  1,560
    Laborator replied

    Happy to hear that Kerli!

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance, I will set this ticket as solved!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group