wpforce
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] How can i hide the attribute’s name?In that case, it is difficult to give a solution without entering your site panel.
BTW, it is working on inspecting mode; so it should work.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] How can i hide the attribute’s name?After adding the above code, did you clear your cache?
Clear all caches like browser + caching plugin (if you have any) + server-side cache (if your site is hosted at wpengine)
Then check whether it is working or not.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variation Label AlgimentAre you still facing this issue?
BTW, your site link and screenshot link are not working.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variation Name not showing in one lineAre you still facing this issue?
BTW, your link is not working.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Similar option seen in Attribute TypeAre you still facing the issue?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] How can i hide the attribute’s name?The styling is coming from the WoodMart theme. The code should work. I have tested and got this result.
BTW, please try the below CSS at Appearance > Customize > Additional CSS or,
at WoodMart theme options > Additional CSS
table.variations .label { display: none; }
If the above code doesn’t work. Please replace that with-
table.variations .label { display: none !important; }
Then let me know if it works.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Label and inputAre you still facing the issue?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] How can i hide the attribute’s name?Try the below code at Appearance > Customize > Additional CSS
table.variations th.label.cell { display: none; }
Then let me know if it resolves your issue or not.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Number of variation per rowsThis feature is not currently available.
BTW, you can add your feature request to their feature request channel.
I hope they will think about it.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Contextually inside Products?Why can’t swatches be a contextual bit to add as we’re adding a Product? Why do they need a menu of their own?
It has several features, which you may not need. To disable the additional feature or enable a specific feature they kept a plugin setting page, which is linked to the menu.
Can I create site wide swatches colours for the whole site, and these show up contextually in the Products listing?
Please give some time to their documentation to create site-wide swatches color for the whole site.
I hope it will help.
Changing images is not the feature of the Variation Swatches plugin, but the feature of WooCommerce or Theme (you are using).
Please try to deactivate the Variation Swatches plugin and check if it is changing without this plugin or not.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Output Swatch in Product AttributesAs far as I know, this feature is not currently available.
BTW, you can add your feature request to their feature request channel.
I hope they will think about it.
Can you please temporarily deactivate the Variation Swatches plugin and check if it happens without this plugin or not?
After reading your error, I didn’t find anything related to the Variation Swatches plugin.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] attribute name order confirmation emailCan you please temporarily deactivate the Variation Swatches plugin and check if it happens without this plugin or not?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variation swatches not workingTry deactivating all your plugins except WooCommerce and Variation Swatches for WooCommerc. Then re-activating them in various combinations until you isolate which one(s) caused the issue.
I hope it will help you to find the issue.