Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • in reply to: Badges not showing on frontend #140846
    cdsande
    Member
    Post count: 9

    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.

    in reply to: Badges not showing on frontend #140845
    cdsande
    Member
    Post count: 9

    Hi Mohammad,

    sorry for my late answer. Where do I have to write that css code?

    Thanks,

    Carlos.

    in reply to: Lightbox appearing on homepage #76574
    cdsande
    Member
    Post count: 9

    Thank you very much. That worked for now.

    Carlos.

    in reply to: Lightbox appearing on homepage #76534
    cdsande
    Member
    Post count: 9

    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.
    Carlos

    in reply to: Cart dropdown in header error #43440
    cdsande
    Member
    Post count: 9

    Hi 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.

    in reply to: Cart dropdown in header error #42685
    cdsande
    Member
    Post count: 9

    Wordpress version 3.8 and theme version 1.55

    Carlos.

    in reply to: Cart dropdown in header error #42292
    cdsande
    Member
    Post count: 9

    Hi Kyle,

    thank you for your answer. The website URL is http://www.godscrew.es

    Carlos.

    in reply to: Translation strings not found #41957
    cdsande
    Member
    Post count: 9

    I will try again and upload the files when finished.

    Thank you Ed.

    Carlos.

    in reply to: Translation strings not found #41756
    cdsande
    Member
    Post count: 9

    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.

Viewing 9 posts - 1 through 9 (of 9 total)