Aurélien Denis
Forum Replies Created
-
Forum: Plugins
In reply to: [Marketplace Stripe Gateway] WooCommerce Product Vendor supportHi icks13, thanks for your answer! 😉
Forum: Plugins
In reply to: [Marketplace Stripe Gateway] WooCommerce Product Vendor supportThanks for you answer. Another question: is your plugin able to split the payment on checkout or not?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Error logThanks so much, I’ve fixed it! 🙂
- This reply was modified 8 years, 5 months ago by Aurélien Denis.
Thanks for your answer!
You’re right! It works again without this option. 🙂
Forum: Themes and Templates
In reply to: [Oxygen] Oxygen theme looks different on HTTPSSame here, you can fix it changing http://fonts by https://fonts in /admin/customize.php. 😉
Forum: Plugins
In reply to: [Pinterest RSS Widget] HTTPS not fully supportedYes! 🙂
Forum: Plugins
In reply to: [WC Fields Factory] Can’t change empty field labelHi,
I mean the validation message field label which is by default: This field can’t be Empty.
Thanks!! 🙂
Hey thanks for your quick reply ! 🙂
We did this using bulk edit actions not directly in the content.
Forum: Plugins
In reply to: [Language Redirect] 301 instead of 302Thanks for your explanation, it’s quite clear for me now!
Forum: Reviews
In reply to: [WP Mail Logging] Almost perfectThanks !
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] Customize template@leeew : this plugin is not using CTP that’s why I posted here. 🙂
Forum: Plugins
In reply to: [Customizer Export/Import] French translationAll right! I’ll contact them especially since I know them all
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] Customize templateOk I finally managed it using PHP isset like this:
<?php if(! isset($_GET['album'])) : ?> CODE <?php endif; ?>