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

Viewing 15 posts - 16 through 30 (of 31 total)
  • Posted in: Atelier
  • #313915
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    it needs the important tag
    replace by this one:

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

    -Rui

    #313929
    wernabazi
    Member
    Post count: 20

    hi,
    have done it,
    This solution unfortunately does not work really reliably.
    first it was ok, then i missed a price label on an other product.
    this product named “thoughts” has other product categories and is available
    and do not have one of the defined labels (pixel-artist).
    ???
    also i labeled a product “michael jackson” with “pixel-artist”
    but anyway there will be shown the price link at the mansory layout at home.

    could you help me with my 2 other questions also?

    #314035
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you confirm if the category Pixel Artist has thos slug?
    product_cat-by-pixel-artist-daspengla

    If so replace this code:

    .home .outofstock .price-link, .home .product_cat-by-pixel-artist-daspengla  .price-link{
       display:none!important;
    }

    by this one

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

    We will check the other topics.

    -Rui

    #314106
    wernabazi
    Member
    Post count: 20

    ok, now it works fine.
    was a mistake of mine. sorry.
    the naming of the slug was wrong.

    ;))))
    waiting for the other 2 solutions.
    greetings

    #314226
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted.

    -Rui

    #314259
    wernabazi
    Member
    Post count: 20

    Hi)

    Look here:
    http://swiftideas.com/tilt-demo/
    in this example of the mansory at the homepage
    the distance of the price link field on the left browser side
    has the same distance as the other columns.

    why is this at my homepage different?
    i have installed the “tilt” demo.
    it was the basis for my site.
    greetings

    #314498
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It is related with the custom css you have inside the style.css of the child theme.
    That code was provided by us?

    -Rui

    #314533
    wernabazi
    Member
    Post count: 20

    hi)
    thx for the tip,
    but my problem is:
    i have given that custom css in the style.css of the child
    .product_list_widget.woocommerce .products .product, .product_list_widget.woocommerce .products.multi-masonry-items .product.product-display-gallery, .product_list_widget.woocommerce .products.multi-masonry-items .product.product-display-gallery-bordered {
    margin-bottom: 0px;
    padding: 0;}
    because i dont want a gap between the individual products in the mansory style of the startpage.
    so this was my only (lonely) solution i found.

    could you help me with this?
    greetings from vienna

    #314541
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    but this css above isn’t related with the price position. Looking at your site now it seems the price position is ok.
    Did you changed anything?
    https://www.dropbox.com/s/s7usqau90dxppgy/Screenshot%202017-02-21%2010.01.55.png?dl=0

    -Rui

    #314570
    wernabazi
    Member
    Post count: 20

    yes that it, i just looked why it is happened.
    in that css in the style css:

    .product_list_widget.woocommerce .products .product, .product_list_widget.woocommerce .products.multi-masonry-items .product.product-display-gallery, .product_list_widget.woocommerce .products.multi-masonry-items .product.product-display-gallery-bordered {
    margin-bottom: 0px;
    padding: 0;}

    i excluded that:
    .products.multi-masonry-items .product.product-display-gallery-bordered

    without that in this css, we get the gap between the products.
    and with that i have no gaps but the price position of the first column isnt correct.
    ????
    what can i do?

    #314675
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    you can place that css back but add also this one.

    .first .price-link {
        margin-left: 15px!important;
    }

    -Rui

    #314679
    wernabazi
    Member
    Post count: 20

    have done it, but it does not work correctly.
    with this, some of the other price-links have the double amount of margin.
    and some of the first column ignore the “first”-margin-left amount.
    ???

    #314685
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    well it seems that the first class is in several of the figures. Can’t figure out why the 1st one has no padding-left or margin-left.

    Will forward to my colleague.

    -Rui

    #314827
    David Martin – Support
    Moderator
    Post count: 20834

    Please remove this:

    .first .price-link {
        margin-left: 15px;
    }

    Please then add:

    .home .woocommerce ul.products.row {
        margin-left: auto;
    }
    #314834
    wernabazi
    Member
    Post count: 20

    thx a lot!!!!
    great that works fine ;)))

Viewing 15 posts - 16 through 30 (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