David Perroud
Forum Replies Created
-
@maartenbalcaen hello,
did you find a solution ? because i’m facing the same problem right now, and don’t find any solutution,kind regard
David
Forum: Plugins
In reply to: [WooCommerce PayPlug] Impossible de passer en mode productionBonjour,
Le problème provenait d’un plugin (woopoly) qui empêchait le plugin playplug d’enregistrer la configuration. Désactiver, enregistrer, réactiver et c’était tout bon.Forum: Plugins
In reply to: [TT Extra Fee Option for WooCommerce] How to get label translatedI don’t know if it’s the correct way to do it but i used this function in function.php and it works.
add_filter('gettext', 'translate_reply'); add_filter('ngettext', 'translate_reply'); function translate_reply($translated) { $lang = pll_get_post_language(get_the_ID()); if($lang == 'en'){ //$translated = 'Registration fee & material'; } if($lang == 'de'){ $translated = str_ireplace('Registration fee & material', 'Anmeldung & Material', $translated); } return $translated; }
Forum: Reviews
In reply to: [Frames Video Player] Good plugin and verry fast Suppor!Thank you for the answer !
Forum: Plugins
In reply to: [Polylang] woocommerce attributes ?Hey, i have the exact same problem, did you find a way to do it ?
Forum: Plugins
In reply to: [WooCommerce qTML] Language probleme in adminHey, thank you very much,
i put it in a plugin and my admin is back in french ??Forum: Plugins
In reply to: [WooCommerce qTML] Language probleme in adminHey, thanks for your reply,
unfortunately, it didn’t change anything…i put the code in my setup theme file, should i put it somewhere else ?
Forum: Plugins
In reply to: [File Gallery] Own template DELETE after updateOK, i finally got this link :
https://www.blogbmw.fr/wp-content/plugins/file-gallery/help/and so, i found the answer :
if your theme’s folder is “my-wp-theme”, your structure would look like this:
my-wp-theme
‘——–> file-gallery-templates
‘——–> your-custom-template
‘——–> gallery.php
‘——–> gallery.cssso i don’t need anything else, just to put the template at the good place, thank you for your great plugin!
all the best.Forum: Plugins
In reply to: [File Gallery] Own template DELETE after updatePS: maybe i didn’t get how to use the plugin correctly,
my idea is to be able to add my own templates somewhere it will not be deleted when i update the plugin, and to find a solution to don’t have to modify the file-gallery.php each time.Forum: Plugins
In reply to: [File Gallery] Own template DELETE after updateHey !
Thank you to help me ??
so, i put my templates in plugins/file-gallery/templates/ex : plugins/file-gallery/templates/books/
Forum: Plugins
In reply to: [Polylang] polylang posts not listed in categoryJust saved again my posts and it’s working now…