Digital experiences for all disciplines
New Landing › How can we help? › Atelier › hide the field for price in multi mansory?
New Landing › How can we help? › Atelier › hide the field for price in multi mansory?
- This topic has 30 replies, 3 voices, and was last updated 8 years by
David Martin – Support.
-
Posted in: Atelier
-
February 15, 2017 at 3:34 pm #313915
it needs the important tag
replace by this one:.home .outofstock .price-link, .home .product_tag-pixel-artist .price-link{ display:none!important; }
-Rui
February 15, 2017 at 4:53 pm #313929hi,
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?
February 16, 2017 at 12:53 pm #314035Can 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
February 16, 2017 at 9:57 pm #314106ok, now it works fine.
was a mistake of mine. sorry.
the naming of the slug was wrong.;))))
waiting for the other 2 solutions.
greetingsFebruary 17, 2017 at 6:38 pm #314226Glad it’s sorted.
-Rui
February 17, 2017 at 9:22 pm #314259Hi)
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.
greetingsFebruary 20, 2017 at 8:43 pm #314498It is related with the custom css you have inside the style.css of the child theme.
That code was provided by us?-Rui
February 21, 2017 at 9:04 am #314533hi)
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 viennaFebruary 21, 2017 at 11:01 am #314541but 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
February 21, 2017 at 12:14 pm #314570yes 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-borderedwithout 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?February 21, 2017 at 11:42 pm #314675you can place that css back but add also this one.
.first .price-link { margin-left: 15px!important; }
-Rui
February 22, 2017 at 12:22 am #314679have 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.
???February 22, 2017 at 12:59 am #314685well 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
February 23, 2017 at 11:15 am #314827Please remove this:
.first .price-link { margin-left: 15px; }
Please then add:
.home .woocommerce ul.products.row { margin-left: auto; }
February 23, 2017 at 12:17 pm #314834thx a lot!!!!
great that works fine ;))) -
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.