Thomas_bck
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailjet Email Marketing] error 500@bartheimenberg indeed, i just download the new plugin and upload files directly to FTP, no need to setting it up again
Forum: Plugins
In reply to: [Mailjet Email Marketing] error 500Thanks!
Forum: Plugins
In reply to: [WP Better Emails] No longer available? What’s the reason?+1
Agree 100%Same for me !
Forum: Plugins
In reply to: [WPMobile.App] Android 10 – API 29Parfait merci du retour.
Forum: Plugins
In reply to: [Mailjet Email Marketing] Error after updateThanks @prometee it works like a charm !
Just need to wait for the plugin fix.Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA Not WorkingForum: Plugins
In reply to: [IMPress Listings] multilingual cutom taxonomy and shortcodeok…. i found !
you have to create your taxonomy (“langue” and sub-taxonomies (“francais”,”anglais”…)for me)
Now you need to add some code in includes/views/class-taxonomies.php/////////1
duplicate the function :
line 335 – 363: property_features_taxonomy()
and change elements you need. (just take a look, how it’s construct and change names by your taxonomy name)/////////2
add in function get_taxonomies()
$this->NAME_OF_YOUR_TAXONOMY_taxonomy()/////////3
duplicate few lines in function create_terms()
Take a look, how it’s construct and change names by your taxonomy name.And voilà !
Now with my shortcode works like a charmForum: Plugins
In reply to: [IMPress Listings] Translate custom taxonomiesI found !
in class-listings-search-widget.php in line 47
you just have to use wordpress gettext Filter, and set __($term->name, ‘wp_listings’ ).
Now you just have to translate your string in .po file.Forum: Plugins
In reply to: [IMPress Listings] Way to help stop spammers?You should upgrade the plugin with a captcha. it would be awesome !
By the way, great plugin.Forum: Plugins
In reply to: [IMPress Listings] Adding price ranges to searchHey !
Thanks for the tips.