wpgoose
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Update 1.1.3 – variations not clickableThank you. Updating free and pro to the same version solved the issue.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Update 1.1.3 – variations not clickableSame problem here. Had to rollback and that fixed it, but cripes…
It’s sad. It takes me 5 days to get the courage up to click the damn update button for any plugin I have (even after I have tested on staging). I know as soon as I open up that Pandora’s box I will be restoring backups and pulling cords.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] : undefined text in variations selectionThank you haraldwohlfart
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] : undefined text in variations selectionSince there is no response from support I will dig in and find out what the problem is and report back.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] : undefined text in variations selectionI am having same problem too!
Forum: Plugins
In reply to: [Smart WooCommerce Search] View All is not correct…Ok I figured out how to make the link use post_type=product by going into settings and unchecking ‘Search Page Layout with Posts’
However, now in the autocomplete search I see results for products where their tags matched the search terms, but if I click “View All” it says no results were found.
Is there a bug in this plugin where the View All wont show products that were matched with custom fields, tags etc?
Thanks,
JenniferForum: Plugins
In reply to: [WooCommerce] Product short description wont saveIt happens when I have more than 10 attributes. The values inside an attribute do not appear to affect it.
Forum: Plugins
In reply to: [WooCommerce] Product short description wont saveOk I recreated the global attribute and the problem still exists. However, I did some more testing and if I have 10 or less attributes added to the product data then the product short description will save. However, if I have more than 10 attributes added to the product short description then it will not save.
It does not matter what type of attribute, if there is more than 10 added to the product data product short description will not save.
Anyone else experiencing this?
Forum: Plugins
In reply to: [WooCommerce] Product short description wont saveYes it is a global attribute. I will try to delete it and recreate it and see if that fixes it.
Forum: Plugins
In reply to: [Autoptimize] Lazy Load Conflict with Smush ProSame thing is happening to me. I am unable to currently share my url sorry
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] How to remove clear button?Never mind, solved it. Here is the code to add to additional css to hide clear button. cheers
a.reset_variations {display: none !important;}
Forum: Plugins
In reply to: [WooCommerce] Help wrapping product variations in accordionHello, thank you. I have found a solution by copying the woocommerce template php files into my theme and then edited the file directly which enabled me to wrap up all the product options in a expandable/collapsible component. Thanks