Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.
There it is! Thanks for your work on the issue, Ed. Let’s mark this as resolved.
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.
Beautiful, Ed! Thank you. Will this be implemented in the next version?
I posted about this a few weeks back. Still an issue.
Roje0193, will you post a screenshot so Ed can see it?
Thanks,
WillMigrating to 1.2 fixed it for us. We just overwrote the files changed in the last change log.
Hey Ed,
So I tried this out but when you now go to the wishlist nothing is populated.
Thanks. We’ll wait for your reply.
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;
}Ed, your revision does return the user to the correct user_id page but the Wishlist items are not populated.
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!
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’});I’m having the same issues. Beau’s solution just ended up breaking properties. Anyone else have a fix?
-
Posted in: We hit Power Elite.