New Landing How can we help? General Feedback & Suggestions show article number

Viewing 15 posts - 1 through 15 (of 21 total)
  • #120990
    sukiya
    Member
    Post count: 218

    hi everybody,

    I would like to add the article number on my product pages.
    see the webpage and the attached image:
    http://www.eshop.sukiya.ch/produkt/ruben-hunter-desk-lamp/

    each product has a number but it does not appear on the page.

    and if you look at the button “add to shopping bag” – the text seems to be double.
    is it possible to change the appearance of the text in a regular or more lighter form?

    thanks a lot and best wishes,
    Lisa

    Attachments:
    You must be logged in to view attached files.
    #121004
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Not sure what you mean about the number? Please can you provide an example

    For the button text add this to your custom css:

    .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
    text-shadow: none;
    }

    – Kyle

    #121044
    sukiya
    Member
    Post count: 218

    dear kyle,

    thanks for your help.
    the button text is ok now – thank you!

    for the product number – please see the images attached.

    I gave each product a product number – see the image 1.
    so this product number should also be shown on the product pages-see the image 2 (a shortcut from the neighborhood theme page).

    thanks a lot for your help!
    best wishes,
    Lisa

    Attachments:
    You must be logged in to view attached files.
    #121054
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You have this added to your custom css:

    div.product_meta {
      display: none;
    }

    Which is hiding the number

    – Kyle

    #121055
    sukiya
    Member
    Post count: 218

    thank you kyle – but unfortunately this is not working.

    best wishes,
    Lisa

    #121060
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I think you misread what I said, you already have that code in your CSS and it’s causing the number to not appear. Now you have 2 instances of the CSS, you need to REMOVE both

    – Kyle

    #121074
    sukiya
    Member
    Post count: 218

    dear kyle,

    thank you – but I could not find a CSS like this:
    div.product_meta {
    display: none;
    }

    see my CSS attached. maybe its another code?
    I remember that I tried to simplify the product page by removing some infos.
    but I could not find a code which is similar to yours.

    best wishes,
    Lisa

    Attachments:
    You must be logged in to view attached files.
    #121083
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It right there at the top of screenshot 1, third rule down

    – Kyle

    #121090
    sukiya
    Member
    Post count: 218

    dear kyle,

    I am sorry – now I found it. thank you.

    I put it in last time to remove those infos:

    – need help?
    – contact us
    – leave feedback
    – category: furniture

    is it possible to leave only the Art.- Nr. and to remove all the other information?
    see the attachment.

    thank you so much.

    best wishes,
    Lisa

    Attachments:
    You must be logged in to view attached files.
    #121092
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> General Options -> Custom CSS -> Here you will find this code div.product_meta{display:none}. So remove that code.
    Thanks
    Mohammad

    #121094
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .product_meta .posted_in, .product_meta .leave-feedback, .product_meta .need-help {
      display: none;
    }
    

    – Kyle

    #121100
    sukiya
    Member
    Post count: 218

    thank you kyle!

    perfect! it works!

    something else:
    is it possible to let the price on the product page appear like so:

    “from CHF 200”

    instead of

    “CHF 200-CHF 230” (see the attachment)

    best wishes,
    Lisa

    Attachments:
    You must be logged in to view attached files.
    #121102
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m afraid not sorry, that’s something WooCommerce changed

    – Kyle

    #121104
    sukiya
    Member
    Post count: 218

    oh thats a shame.

    maybe its possible to make a space between the number and the letter?
    now it appears a bit close.

    like so:

    “CHF 200 – CHF 230”

    instead of

    “CHF 200-CHF 230”

    best wishes,
    Lisa

    #121110
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m not sure it’s controlled by woocommerce so you would have to ask them

    – Kyle

Viewing 15 posts - 1 through 15 (of 21 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register