I am not using the compare functionality (I already disabled the plugin before, when you were using an external plug in) I just updated to the most recent version of the theme, and followed the instructions for the update.
Everything is working fine (I had a little trouble with the wishlist, but I excluded the page from my cache and it solved the issue) except that I have tried multiple times to disable the “compare” function in the theme settings and it never manage to make the buttons disappear in the product list and single product page.
I managed to hide them using CSS so it is OK for me, but I just wanted to let you know as there may be a bug there.
For those interested, to hide the compare elements, add these CSS in your child css :
.woodmart-compare-btn.product-compare-button {
display: none;
}