last version update
-
Hello,
I like your theme, so I’m creating a website with Hestia free theme. Of course I work on a child theme (with all the files needed).
I had almost finished my changes, when I decided to update your last version of parent theme of Hestia…
And wot? My child theme broke. I need to make it again totally.By the way, in your Hestia Theme (parent), there are still 14 errors (in red) in your code. It means that if one wants to modify something even in the parent’s theme, one would take a risk by updating its changes.
The errors are showed here:
.woocommerce .products.columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.woocommerce .products.columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.woocommerce .products.columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.woocommerce .products.columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.woocommerce .products.columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.woocommerce .products.columns-1 {
grid-template-columns: 1fr;
}grid-template-columns: repeat(4, 1fr);
}grid-template-columns: repeat(2, 1fr);
}.woocommerce .products.columns-1 {
grid-template-columns: 1fr;
}.woocommerce .content-sidebar-right .products.columns-5 {
grid-template-columns: repeat(2, 1fr);
}grid-template-columns: 1fr;
}.woocommerce .content-sidebar-right .products.columns-5 {
grid-template-columns: 1fr;
}13 times, it seems that the error ends when I remove all the numbers “1”.
The fourteenth error is just about a } to remove.
Can i do it myself? (on the parent page I mean).
Well, I decided to create from zero a new child theme, but this time, I’d like to be sure that everything will work in the future with a new update of your theme …
How do you explain this ?
In advance, thank you for your reply. It will take you less time that I spent to face that bad surprise of fail. (Hours to do it again despite css modifications in a child theme) …
Best Regards.
Hoping that somebody will answer maybe a sunday.
Thank you.PS : I can not show you an URL because this site is still under construction.
- The topic ‘last version update’ is closed to new replies.