silversmarty
Forum Replies Created
-
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] French texthello Sean,
is there any reference file with english wording to be translated in french ?
I’ve updated my plugin but didn’t see any language option …regards
PaulForum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] French textHello Ludovic,
tu peux toujours aller modifier les lignes de code dans le plugin, mais la prochaine mise à jour effacerait la traduction …
L’autre solution est d’utiliser le shortcode [reset_pass_url] dans une balise de lien, et d’inscrire le texte que tu souhaites 😉SilverSmarty
Forum: Plugins
In reply to: [Sk Multi Tag] Sk Multi Tag and WP 4.2.1I spent several hours on this issue, but I’m more than happy to save this plugin’s life ! I can’t understand why it’s not supported anymore …
Forum: Plugins
In reply to: [Sk Multi Tag] Sk Multi Tag and WP 4.2.1Hello,
I’ve been in the same situation, and here is the workaround :
* open the sk-multi-tag/sk_multitag.php file
* replace the line (around line 250) starting by$tags = get_tags(array_merge( $args, array( 'orderby' => 'count', 'order' => 'DESC' )));by :
$config = array_merge( $args, array( 'orderby' => 'count', 'order' => 'DESC' )); $tags = get_tags(array( "orderby"=> $config['orderby'], "order"=> $config['order'], "exclude"=> $config['exclude'], "include"=> $config['include'] ));then save !
Is it ok for you ?
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Form to update a PodHi David,
any news on this topic ?
I’m working on another of my websites, and I’m facing a problemn that could be solved easily by an “update form” 🙂Thanks for your help !
Paul