Charlie Etienne
@charlieetienne on WordPress.org
- Member Since: April 5th, 2020
- Location: Nancy, France
- Website: web-nancy.fr
- GitHub: CharlieEtienne
Contribution History
Charlie Etienne’s badges:- Plugin Developer
- Translation Contributor
-
Posted a reply to Move icons to another position, on the site WordPress.org Forums:
Hi @johnparmas, you've got several possibilities: You could either use a shortcode: [wcsfwc] or add… -
Posted a reply to Wont change wash symbols, on the site WordPress.org Forums:
Hi, could you open developer tools when you are editing a product (right click and… -
Posted a reply to Plugins breaks the back end, on the site WordPress.org Forums:
Hi @jpforte, Sorry for the delay, it seems I missed your post... I just pushed… -
Committed [2815507] to Plugins SVN:
Update to version 1.1.1 from GitHub -
Posted a reply to Badge doesn’t show on shop page, on the site WordPress.org Forums:
Yes, in the custom CSS, try to set a lower value for z-index property like… -
Posted a reply to Easy and effective :), on the site WordPress.org Forums:
Thanks! 😉 -
Posted a reply to Badge doesn’t show on shop page, on the site WordPress.org Forums:
Ok, you can add this custom CSS: .archive .product.outofstock:before { content: 'SIN STOCK'; color: #ffffff;… -
Posted a reply to Divi problem, on the site WordPress.org Forums:
Glad to hear that, Charlie -
Posted a reply to Divi problem, on the site WordPress.org Forums:
Hi @speechless, Did you try the alternative mode (Pure CSS) in plugin settings? Charlie -
Posted a reply to Responsive, on the site WordPress.org Forums:
Hi, I can't see the page, it tells: ¡Oh vaya! esta página no está disponible -
Posted a reply to Badge doesn’t show on shop page, on the site WordPress.org Forums:
Hi @refrivan, Could you try to set alternative mode (pure CSS) in plugin settings? It… -
Posted a reply to 6.02 Compatibility, on the site WordPress.org Forums:
Hello everyone and sorry for the delay... I'm afraid I can't reproduce this issue: I… -
Posted a reply to Responsive, on the site WordPress.org Forums:
Hi @asomados , Please use English or French here 😉 -
Posted a reply to Sold Out Badge on Variations, on the site WordPress.org Forums:
Hi, I'm sorry but I can't manage to reproduce it... I tried on a fresh… -
Posted a reply to Didn’t work for mobile !, on the site WordPress.org Forums:
Hi, I'm sorry but I won't be able to help you without a link. It… -
Posted a reply to forget my post, on the site WordPress.org Forums:
Hi @thaimacky, glad to hear it! Also, remember that this kind of error does not… -
Posted a reply to Badge not working properly on the Product Page, on the site WordPress.org Forums:
Hi, indeed, it doesn't works well with your theme... I'm just able to give you… -
Posted a reply to Remove Badge From Product Page, on the site WordPress.org Forums:
Hi @legomert99 , You will need to add this bit of CSS to your site:… -
Posted a reply to Badge overlaps on gallery, on the site WordPress.org Forums:
Hi @qlucantis , Try to adjust z-index to a lower value in sold out badge… -
Posted a reply to Sold out on wrong place !, on the site WordPress.org Forums:
Hi @fishmonkeyman, I can't understand why the alternative mode doesn't work for you, it should… -
Posted a reply to Badge doesn’t show on Related Products when main product is in stock, on the site WordPress.org Forums:
Do you have a link to your website? -
Committed [2782386] to Plugins SVN:
Update to version 4.3.5 from GitHub -
Posted a reply to htmlburger/carbon_fields query errors with MySQL 8, on the site WordPress.org Forums:
Thank you, for reference I reported it here : https://github.com/htmlburger/carbon-fields/issues/1109 -
Posted a reply to Badge doesn’t show on Related Products when main product is in stock, on the site WordPress.org Forums:
Hi @noorseerat, I just pushed a new version of the plugin (4.3.4) which fixes this… -
Posted a reply to All related products showing the badge, on the site WordPress.org Forums:
Hi, I just pushed a new version of the plugin (4.3.4) which fixes this bug.… -
Committed [2782349] to Plugins SVN:
Update to version 4.3.4 from GitHub -
Posted a reply to Why the badge doesn’t show in homepage and shop page?, on the site WordPress.org Forums:
You'll need to add some custom CSS to target single product pages. But I can… -
Posted a reply to Not working on Flatsome Theme, on the site WordPress.org Forums:
Hi, sorry for the delay. Are you still having this issue? I can see a… -
Posted a reply to My website cannot be open in other region/country, on the site WordPress.org Forums:
Hi, you are posting in the Wash Care Symbols for WooCommerce plugin support forum. I'm… -
Posted a reply to Why the badge doesn’t show in homepage and shop page?, on the site WordPress.org Forums:
This is an open source plugin, which is free, and developed by only one person… -
Posted a reply to Why the badge doesn’t show in homepage and shop page?, on the site WordPress.org Forums:
Hi @waseemsannib , For some reason it seems your theme doesn't use the hooks needed… -
Posted a reply to Removing Out of Stock badge, on the site WordPress.org Forums:
Hi, I can see on your site your problem seems solved? Charlie -
Posted a reply to Sold out on wrong place !, on the site WordPress.org Forums:
Hi, try the alternative mode if you're on Divi. Regards, Charlie -
Posted a reply to custom tab, on the site WordPress.org Forums:
Ah, I think I know why it breaks your site: I decided to use a… -
Posted a reply to custom tab, on the site WordPress.org Forums:
Hi @tgjr, thanks for the feedback. Could you tell me what error message you got… -
Posted a reply to How do I add this Wash Care plugin into Elementor, on the site WordPress.org Forums:
I just released 4.0.0 version with ability to use the [wcsfwc] shortcode. It should fit… -
Committed [2756610] to Plugins SVN:
Updating readme/assets from GitHub -
Committed [2756602] to Plugins SVN:
Update to version 4.0.0 from GitHub -
Posted a reply to How do I add this Wash Care plugin into Elementor, on the site WordPress.org Forums:
Hi @poshandsimple, It's already available in Elementor if you use "Product Data Tabs" widget. I… -
Posted a reply to custom tab, on the site WordPress.org Forums:
It's now part of the plugin in version 3.1.0 -
Committed [2755688] to Plugins SVN:
Update to version 3.1.0 from GitHub -
Posted a reply to custom tab, on the site WordPress.org Forums:
I think I will add the ability to display instructions in a custom tab as… -
Posted a reply to custom tab, on the site WordPress.org Forums:
Ok, I guess in your case, this is what you need $wcsfwc = WashCareSymbolsForWooCommerce::get_instance(); remove_action(… -
Posted a reply to custom tab, on the site WordPress.org Forums:
Glad you enjoy ;) Cheers, Charlie -
Posted a reply to custom tab, on the site WordPress.org Forums:
And of course, you'll need to replace echo '<img class="wcsfw-symbol-img" src="' . plugin_dir_url( __FILE__ )… -
Posted a reply to custom tab, on the site WordPress.org Forums:
In your custom tab you could have something like that: add_filter('your_custom_tab', 'your_custom_tab_content'); function your_custom_tab_content(){ $wcsfwc… -
Posted a reply to custom tab, on the site WordPress.org Forums:
Hi @tgjr, You can try something like that: // Get plugin instance $wcsfwc = WashCareSymbolsForWooCommerce::get_instance();… -
Posted a reply to Conflict with WordPress 6.0 / Woocommerce, on the site WordPress.org Forums:
Whoops, sorry. I just published a 4.3.3 which reverts buggy 4.3.2. Charlie -
Committed [2748620] to Plugins SVN:
Update to version 4.3.3 from GitHub -
Committed [2748563] to Plugins SVN:
Update to version 4.3.2 from GitHub
Developer
-
Custom links in Elementor Image Carousel
Active Installs: 3,000+
-
Sold Out Badge for WooCommerce
Active Installs: 10,000+
-
Wash Care Symbols for WooCommerce
Active Installs: 100+
Plugins
-
AddToAny Share Buttons
-
Admin Columns
-
Advanced Custom Fields
-
Autoptimize
-
Better Search Replace
-
Comments - wpDiscuz
-
Contact Form by WPForms - Drag & Drop Form Builder for WordPress
-
Cookie Notice & Compliance for GDPR / CCPA
-
Custom links in Elementor Image Carousel
-
Duplicate Page
-
Duplicator - WordPress Migration & Backup Plugin
-
Elementor Website Builder
-
Essential Addons for Elementor
-
EWWW Image Optimizer
-
Export any WordPress data to XML/CSV
-
Font Awesome
-
Import any XML or CSV File to WordPress
-
Loco Translate
-
Meta Box - WordPress Custom Fields Framework
-
MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)
-
PDF Invoices & Packing Slips for WooCommerce
-
Polylang
-
Query Monitor
-
Really Simple SSL
-
Redirection
-
SecuPress Free — WordPress Security
-
SEOPress, on-site SEO
-
Slider, Gallery, and Carousel by MetaSlider - Responsive WordPress Slideshows
-
Sold Out Badge for WooCommerce
-
Ultimate Dashboard - Custom WordPress Dashboard
-
UpdraftPlus WordPress Backup Plugin
-
User Role Editor
-
Variation Swatches for WooCommerce
-
Wash Care Symbols for WooCommerce
-
WooCommerce
-
WP Crontrol
-
WP Super Cache
-
WP-Sweep