• Hi!
    Please tell me how to hide this panel for a screen with a resolution of more than 600 px? I wanted to show it only for a smartphone

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @webfantastic,

    Can you provide us the public page for us to check and help you?

    Thread Starter webfantastic

    (@webfantastic)

    Thanks, I disabled using css styles, but there is one problem. Why does the add to cart button behave differently from all the buttons on the site? It has its own style, it does not react like a button on a product page. Do you not know how to make it a button with styles like on the product page itself?

    Thread Starter webfantastic

    (@webfantastic)

    How to make a default button, because we have enabled a third-party ajax plugin for adding a shopping cart and your button does not react as it should

    Dear @webfantastic,

    Since this issue concerns third-party conflicts, you can kindly contact us at our Support Forum https://wpc.ticksy.com/ and provide us with a link of your published grouped product for checking.

    We need to check your website directly to find out the issue. If you don’t want to activate our plugin on your live site, you can create a dev/staging site with the same configuration then we’ll work on it.

    Best regards.

    Thread Starter webfantastic

    (@webfantastic)

    Hi!
    I don’t want to go to other forums and write about the problem when there is a support section on this site for this. Please look at an example of your own site. Add to the cart by clicking the button on the product page and the button on your dashboard. Do you see the difference? One button reacts to mouse hovering, it is pressed, it is dead on your panel. It doesn’t even change color on hover. So she has a different style. How to make the style of the parent element, the button that is the default on the product page?
    https://demo.wpclever.net/wpcsb/product/beanie/

    • This reply was modified 2 years, 5 months ago by webfantastic.
    Henry N

    (@henrynguyen259)

    Hi @webfantastic.

    1. If you want to hide this panel on devices with screen width greater than 600px. Please go to Wp Admin > Appearance > Customize > Additional CSS and add the following css code:

    /* hide the bar on devices with a screen width greater than 600px */
    @media only screen and (min-width: 601px) {
      .wpcsb-wrapper.wpcsb-active {
    		opacity: 0 !important;
    	}
    }

    2. About using ajax for Add to cart button. You might consider using our “WPC AJAX Add to Cart for WooCommerce” plugin. It’s free.

    • This reply was modified 2 years, 5 months ago by Henry N.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Enable the panel for smartphone only’ is closed to new replies.