Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • in reply to: Wishlist Thumbs on Hover Not Showing in HTTPS #16185
    ap
    Member
    Post count: 14
    This reply has been marked as private.
    in reply to: wishlist sharing #16177
    ap
    Member
    Post count: 14

    There it is! Thanks for your work on the issue, Ed. Let’s mark this as resolved.

    in reply to: wishlist sharing #15539
    ap
    Member
    Post count: 14

    Spoke too soon. Broke it after more testing. Almost there, Ed!

    New problem: you can’t view your wishlist items as a guest. You can see the items when you hover over the icon, however.

    The share feature DOES work with the new code though.

    in reply to: wishlist sharing #15535
    ap
    Member
    Post count: 14

    Beautiful, Ed! Thank you. Will this be implemented in the next version?

    in reply to: Personal Shopper issue in IE #15531
    ap
    Member
    Post count: 14

    I posted about this a few weeks back. Still an issue.

    Roje0193, will you post a screenshot so Ed can see it?

    Thanks,
    Will

    in reply to: Guest Checkout Not Working #15056
    ap
    Member
    Post count: 14

    Migrating to 1.2 fixed it for us. We just overwrote the files changed in the last change log.

    in reply to: wishlist sharing #14968
    ap
    Member
    Post count: 14

    Hey Ed,

    So I tried this out but when you now go to the wishlist nothing is populated.

    in reply to: wishlist sharing #14063
    ap
    Member
    Post count: 14

    Thanks. We’ll wait for your reply.

    in reply to: Bug on variation dropdown #13467
    ap
    Member
    Post count: 14

    A better fix for me was to remove the opacity on the arrow in the CSS. This seemed to fix the issue. Put this in your child theme:

    .woocommerce-ordering .woo-select:after {
    content: “”;
    display: inline;
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: -10px;
    opacity: 1.0;
    }

    in reply to: wishlist sharing #13459
    ap
    Member
    Post count: 14

    Ed, your revision does return the user to the correct user_id page but the Wishlist items are not populated.

    in reply to: wishlist sharing #12955
    ap
    Member
    Post count: 14

    Yes, this would be great to get a fix for this. I’m going to start diving into it now. If anyone else has insight please chime in!

    in reply to: Unable to select size attributes on product page #12070
    ap
    Member
    Post count: 14

    I was actually able to get it to work by removing line 428. It just puts a stock dropdown in place of the custom one.

    Remove this:
    jQuery(this).customSelect({customClass:’woo-select’});

    in reply to: Unable to select size attributes on product page #12066
    ap
    Member
    Post count: 14

    I’m having the same issues. Beau’s solution just ended up breaking properties. Anyone else have a fix?

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