Home Forums Themes Support Claue Problem with WooCommerce Simple Auctions

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #6646

      hi,

      I have a problem with WooCommerce Simple Auctions. I’ve installed this plugin and doesn’t work buttons (bid) and the messages are displayed at the bottom.

      Attachments:
      You must be logged in to view attached files.
    • #6655

      Hi,

      You can add custom CSS in Claue > Theme Option > General Layout > Custom CSS

      .auction-ajax-change .quantity input.input-text[type=”number”] {width: 60px;}
      .auction-ajax-change input:not([type=”submit”]):not([type=”checkbox”]) {
      background: none;
      border: none;
      color: #222;
      font-size: 24px;
      }

      I checked your site and saw it required login to bid, we move message to bottom to clear for user.

      Best regards

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

    • #6656

      Thank you, I added this css, but I still can not bid using the +/- buttons. When I click on the button, it changes to a number, and when I try to add a bid, displays a warning message as in the attachment (the first post). It works only when I write the amount myself.

      Tell me how can I restore the default message positions (at the top)?

    • #6661
      This reply has been marked as private.

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

    • #6667
      This reply has been marked as private.
    • #6669

      Hi,

      To add the min-height for quick view description please use this custom CSS code

      .product-quickview > .jas-row > .jas-col-md-5 { min-height: 400px !important; /* Change 400 */ }

Viewing 5 reply threads

You must be logged in to reply to this topic.