Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Ok, I saw it, I had this code on the theme options Custom CSS that was blocking it:
.woocommerce ul.products li.product figure > a {
z-index: 1;
}
.woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge {
z-index: 2;
}I deleted it and now works fine.
Thank you.
Carlos.
Hi Mohammad,
sorry for my late answer. Where do I have to write that css code?
Thanks,
Carlos.
Thank you very much. That worked for now.
Carlos.
Hi,
since the last update I seem to be having the same problem: large blueish boxes appear when I hover on the footer. They lead to various parts of the website.
Website URL is http://www.godscrew.es
Thank you.
CarlosHi Ed,
I fixed it by going down to version 1.53. That’s why you couldn’t access the site, because I was re-installing everything.
Also found a problem with the “Sales Ribbon” that fixed with the custom CSS you provided in another post:
.woocommerce ul.products li.product figure > a {
z-index: 1;
}
.woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge {
z-index: 2;
}Thank you.
Carlos.
Wordpress version 3.8 and theme version 1.55
Carlos.
I will try again and upload the files when finished.
Thank you Ed.
Carlos.
Hi,
I also have a translation-related problem. I am using the latest version (v. 1.55) and it has now translated everything to my default language (Spanish), thats perfect so far. However, some translations are poor and I would like to change them myself.
I have searched on your forum and done everything needed: changed language .po files (es_ES) both in the woocommerce plugin folder as well as in the theme folder (using POEdit).
But when I go to my site, no change is done to those translations. Any ideas of why is this happening?
Thank you.
Carlos.
-
Posted in: We hit Power Elite.