Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Problem After Woo Update

Viewing 4 reply threads
  • Author
    Posts
    • #43221
      dubsbhoy
      Support Expired

      Hi, checkout buttons have vanished after the woo-commerce update (On Mobile)

      The buttons are no longer displaying on the homepage or shop pages etc under the products on mobile.

      Thanks

    • #43222
      Harry
      Support Expired

      Hi Dubsbhoy,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 1024px) {
      .btn-quickview::after {display: none;}
      .btn-quickview {
      text-indent: inherit;
      background: #fff;
      border: inherit;
      padding: inherit;
      }
      .product-image .product-btn .button {
      display: block;
      }
      .product-btn {
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      top: 50%;
      }}

      Kind regards

      • This reply was modified 1 year, 9 months ago by Harry.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #43224
      dubsbhoy
      Support Expired

       

      Cheers Harry, buttons are displaying but breaking up the product info now.

      Thanks

    • #43225
      dubsbhoy
      Support Expired

    • #43227
      Harry
      Support Expired

      Hi,

      Please change code to

      @media only screen and (max-width: 1024px) {
      .btn-quickview::after {display: none;}
      .btn-quickview {
      text-indent: inherit;
      background: #fff;
      border: inherit;
      padding: inherit;
      }
      .product-image .product-btn .button {
      display: block;
      }
      .product-btn, .yith-wcwl-add-to-wishlist ~ .product-btn {
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      top: 50% !important;
      }}

       

      Kind regards

      • This reply was modified 1 year, 9 months ago by Harry.
      • This reply was modified 1 year, 9 months ago by Harry.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 4 reply threads

You must be logged in to reply to this topic.