Stock quantity shows on shop images and related product images

This topic has 13 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler

  • Avatar: Sheine
    Sheine
    Participant
    December 4, 2018 at 15:39

    Hello,

    when i enable the stock options in Woocommerce > Products > Inventory the stock quantity shows on the single product page. This is what i want.

    However, the stock quantity also shows on the shop page images and the related product images. See links in private area.

    How to only show stock on single product page?

    Kind regards,

    Sven

    Please, contact administrator
    for this information.
    12 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 16:04

    Hello,

    Your site under maintenance mode, so I can’t check it. Please provide temporary wp-admin access or disable the maintenance mode.
    “Out of stock” label can be disabled via Theme Options > Shop elements > Sale & Out of Stock.

    Regards

    Avatar: Sheine
    Sheine
    Participant
    December 4, 2018 at 16:06

    I have disabled the under construction.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 16:10

    Please add this code in Theme Options > Custom css > Global custom css:

    .products-grid .content-product .stock,
    .products-slider .content-product .stock{
        display: none;
    }

    Regards

    Avatar: Sheine
    Sheine
    Participant
    December 5, 2018 at 08:33

    Thanks, that worked!

    Can you also help me with the following?:

    1. On the home page i have a rev slider under the main menu. I cannot get rid of the whitespace between main menu and rev slider. Please help.

    2. How to get rid of the ‘Estimate shipping costs for address X’ on Cart-page. This shows under the shipping options.

    3. On the checkout page: when the shipping option Servicepoint is selected, a button appears where you can select your servicepoint. The text on the button is too low.. Outlining is not correct. Can we move the button below the servicepoint text? So it looks clean?

    Kind regards,

    Sven

    Please contact administrator
    for this information.
    Avatar: Sheine
    Sheine
    Participant
    December 5, 2018 at 09:10

    How to change the main menu text color to white?

    Cant seem to find it in the theme options.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 09:59

    Hello,

    1) Is it solved? http://prntscr.com/lqxahk
    2) Please provide a screenshot for better understanding.
    You can use such screenshot maker as Lightshot https://prnt.sc/
    3) Please try this custom css code:

    .woocommerce-shipping-methods #sendcloudshipping_service_point_select {
        font-size:  13px !important;
    }
    #shipping_method li:last-child {
        display:  inline-block;
    }
    #shipping_method input[type="radio"] {
        float:  right;
        margin: 6px 0px 15px 8px;
    }

    4) Theme Options > Typography > Menu > Menu 1 level > Font Color.

    Regards

    Avatar: Sheine
    Sheine
    Participant
    December 5, 2018 at 12:40

    1) No there is still a big gap between main menu and rev slider. See image
    2) Screenshot added. I want to remove the text ‘Schatting voor Europaweg 13, Aalten, 7121WB’ which is the ‘estimate for address text’. See image
    3) the button is now below the servicepoint text, which is good. however, the text does not show correctly on the button. See image. Also i want to move the text ‘ korting’ in same line as ‘Je bespaar door’.
    4) Solved

    Added points:
    5) How to get rid of the white gap above footer? see image
    6) How to change background of the mini cart and wishlist dropdown to white? see top right of page next to account dropdown.

    Thanks again!

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 14:07

    Hello,

    1) It is your slider http://prntscr.com/lr0xmr Please check settings of the slider or provide us with temporary wp-admin access.
    2)

    .woocommerce-cart .woocommerce-shipping-destination {
        display: none;
    }

    3) Please change the previous code to:

    .woocommerce-shipping-methods #sendcloudshipping_service_point_select {
        font-size:  10px !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #shipping_method li:last-child {
        display:  inline-block;
    }
    #shipping_method input[type="radio"] {
        float:  right;
        margin: 6px 0px 15px 8px;
    }

    http://prntscr.com/lr144u
    5) Please remove a statick block from PreFooter widget area.
    6)

    .et-wishlist-widget .wishlist-dropdown,
    .shopping-container:hover .cart-popup-container {
        background-color:  white;
    }

    Regards

    Avatar: Sheine
    Sheine
    Participant
    December 5, 2018 at 15:25

    1) wp-admin access in private content
    2) solved
    3) solved
    5) solved
    6) solved

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 15:30
    Avatar: Sheine
    Sheine
    Participant
    December 5, 2018 at 15:47

    Dear Rose,

    thanks for the response.

    I have tried setting in to Auto. As before, the image does not show fullwidth anymore. The image size is big enough.

    I will read the documentation.

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 16:44
  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.