New Landing How can we help? Atelier hide the field for price in multi mansory?

Viewing 15 posts - 1 through 15 (of 31 total)
  • Posted in: Atelier
  • #313620
    wernabazi
    Member
    Post count: 20

    hi
    have this topic posted yesterday, but is disappeared for some reason?

    i like to show some articles on my startpage without prices.
    in that case, in multi mansory is a short empty bar shown.
    how do i get rid of this bar. see my attachment.
    thx

    Attachments:
    You must be logged in to view attached files.
    #313716
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .home .products.multi-masonry-items .product .shop-actions .price-link {
        display: none!important;
    }
    #313745
    wernabazi
    Member
    Post count: 20

    hi)
    but is this in general?
    i just want hide it for articles, which do not have a price.
    greetings

    #313751
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    That code it’s only for the homepage.

    -Rui

    #313760
    wernabazi
    Member
    Post count: 20

    hi,
    yes i know,
    but it seems like it is for all prices on the homepage.
    i just want to hide the emty boxes on items shown on the homepage which do not have a price in woocomemerce.
    for all other items should be the price visible.

    #313764
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I see what you mean. The question is how can we identify those products? Just by omitting the price isn’t possible.
    They have any specific category or they are out of stock?

    -Rui

    #313791
    wernabazi
    Member
    Post count: 20

    ahhh, yes we could give them a label 😉
    mostly they are sold out or unique works
    i like to show them but not the price.
    so i could give them all a a woocommerce categorie.
    for example “sold out” or “unique”

    if we do so, do you have a solution for me?

    #313793
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Just thinking some alternative so you don’t have to label them.
    Notice that the product is out of stock, we can use that.

    Do you think it can work? Or there are some products out of stock but have the price?

    -Rui

    #313814
    wernabazi
    Member
    Post count: 20

    yes, with “out of stock”, it will work,
    because i always will sell a limited artwork.
    if they are all sold, thats it.
    they will never come back.

    #313816
    wernabazi
    Member
    Post count: 20

    hi, i also like to ask, how i can get rid of the white vertical line,
    on the right side of every blue box, behind the price?

    also the price-boxes on the left side (the first column) don’t have the same distance
    to the left side of the article like the articles in the others column.
    they stick to the left side of the browser.
    what can i do with this?

    #313818
    wernabazi
    Member
    Post count: 20

    sorry, i have rethink about the price-BG,
    hiding this emty BG-bar just for sold out does not work.
    the thing is a little more difficult.
    sometimes i rarely do have articles,
    where i do not like to show the price on the startpage,
    but the article i like to show.

    #313861
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    for now add the code below to the custom css to hide the out of stock products.

    .outofstock .price-link {
       display:none;
    }

    for those specific cases it will be necessary to create a specific category so we can target it with some css.

    -Rui

    #313872
    wernabazi
    Member
    Post count: 20

    have added it in styles.css in the editor, but does not work.
    its already shown.

    i have a woocommmerce categorie with the name “PIXel ARTist”
    this we could take for the group without price.

    #313873
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    You need to place it in the custom css field in the theme options, not in style.css

    Add this one

    .home .outofstock .price-link, .home .product_tag-pixel-artist  .price-link{
       display:none;
    }

    -Rui

    #313909
    wernabazi
    Member
    Post count: 20

    hi,
    have added at custom css,
    but does not work ?

    see attachment.

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 31 total)

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

License required for the following item
Login and Registration Log in · Register