noritarte
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] “Showing X results” problemI think there’s a conflict in my css file, because:
1) if I change the values of this css nothing happens:
@media screen and (max-width: 768px) {
.site-footer {margin-top: -55px;}
}2) If I add this css I see the counter disappear in the preview on the wordpress panel but if I go to the site with my iphone the counter is still there.
@media screen and (max-width: 768px )
{
.site-main .storefront-sorting:last-child {
display: none;
}
}And yet there are no errors in the CSS, I don’t understand…
Forum: Themes and Templates
In reply to: [Storefront] “Showing X results” problemI eliminated that css but the problem remained the same. And I wouldn’t want to create too much empty space above the footer.
I would have found another solution that works to eliminate the results count and solve the problem in this way (I tried them all but this is the only one that works):
/* CSS that Removes All Showing Results */
p.woocommerce-result-count {
display: none;
}The problem is that it works on desktop but not on mobile, how is that possible? See example here:
Forum: Themes and Templates
In reply to: [Storefront] add author name to product pageSolved!
Forum: Themes and Templates
In reply to: [Storefront] add author name to product pageI solved the problem by setting always the author category as primary, so automatically both the author category and the parent category appear in the file name. Maybe something changed with the last woocommerce update, but once I understood the problem it was easy to solve it.
Forum: Themes and Templates
In reply to: [Storefront] add author name to product pageUnfortunately this is not the case: if you see these two products with the same author they don’t have the author’s name in the permalink:
https://www.noritarte.it/book-author/berengo-gardin/Maybe I should change something on the permalink page but I don’t know what syntax to use.
Forum: Themes and Templates
In reply to: [Twenty Twenty] logo stretched on mobileYes! And how can you manage the space between content and .wp-block-group?
Forum: Themes and Templates
In reply to: [Storefront] add author name to product pageyes I would prefer the version with the author’s name (which I entered as a product attribute) so it is detected by search engines. Unfortunately maybe because of a seo program, the permalink structure has been changed and since some days I don’t see the author anymore and I can’t insert him again.
Forum: Themes and Templates
In reply to: [Storefront] add author name to product pageHere my permalink settings (I apologizem, are in Italian):
https://snipboard.io/oEfxb3.jpg
https://snipboard.io/kLTVd3.jpgHere you can see the different permalinks:
https://snipboard.io/Z1dfPE.jpg
https://snipboard.io/N5dLnB.jpgForum: Themes and Templates
In reply to: [Storefront] add author name to product pageIf you notice after “Italian photography” (it’s the category) in the first link there is the author (luigi ghirri) and then the title of the product.
In the second link is missing the author’s noem (which is an attribute).Forum: Themes and Templates
In reply to: [Twenty Twenty] logo stretched on mobileIt works! Thank you.
Even if it is not related to the request, can I ask you how to adjust the padding of the white square present by default in the Twenty Twenty theme? With .wp-block-group?Forum: Themes and Templates
In reply to: [Storefront] add author name to product pageHi, I’m going back to this post because I have a permalink problem. Until a week ago, products were stored like this:
https://www.noritarte.it/books/fotografia-italiana/luigi-ghirri/infinito/
A week ago the name of the author who appeared after the category disappeared, and I don’t know why, see example below:
https://www.noritarte.it/books/fotografia-italiana/photedition-3/
I’ve tried to put it back on anyway, but I can’t.
The Author (slug book-author) attribute is enabled for archiving. At the moment the permalink of the products is:
/books/%product_cat%/I tried
/books/%product_cat%/%book-author%
/books/%product_cat%/%author%but it doesn’t work…
Forum: Themes and Templates
In reply to: [Twenty Twenty] logo stretched on mobileHi Jarret, this is the view with my iphone:
https://drive.google.com/open?id=1AEyNUZfeWcM8TfLys-C2am_UKB2mVva6
Forum: Themes and Templates
In reply to: [Storefront] add author name to product pageThanks again!
Forum: Themes and Templates
In reply to: [Storefront] add author name to product pageThanks, I tried to stretch some titles and reduce others to avoid misalignment. The problem is when there are titles on three lines and titles on two (when there are titles on two lines next to titles on one line the problem does not exist). I’d say we’re good at this point, thanks for your assistance and patience!
If I wanted to change the font size and some attributes of the authors names, what kind of css should I use?
Forum: Themes and Templates
In reply to: [Storefront] add author name to product pageI’ve added your css, and:
1) desktop is ok but there is a misalignment of the author’s link when the title goes on two lines, maybe we can constantly increase the spacing between the title and the attribute?
https://drive.google.com/open?id=1fgQhP3zF6jKB-0MZDvA5BZ7VAmXBAoVP2) mobile version has a large space underneath and again a misalignment of the link with the “author” attribute.
https://drive.google.com/open?id=1kGv04eqA-q3m6RsXi_AHby1Zw8WohtnK