rich-text-editor-field-for-contact-form-7

Popis

Tento plugin byl uzavřen, a je od 23. 12. 2022 nedostupný. Není již k dispozici ke stažení. Důvod: Bezpečnostní issue .

Recenze

1. 3. 2021
Thank you for developing this plugin. It worked PERFECTLY for us for some time but recently with WP v5.6.2 and Contact Form 7 v5.4 it's not transmitting the field when it's in Rich Text mode. We'd love to start using again if it's updated.
1. 2. 2017
It's a pity, it generates this kind of errors in the backend and broke some javascript functionality... - Uncaught TypeError: Cannot set property 'visibility' of undefined - TypeError: null is not an object (evaluating 'e.style[a]=s[a]') I use Elegant Extra Theme with Divi Builder. Why not disable the implementation of all you tags in the backend as the rich editor is only needed on the frontend ? edit : solved by creating a mu-plugin with the followed code $current_url = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] . ''; // listener for the thin load /* if ( is_admin() ) { add_filter( 'option_active_plugins', 'disable_these_plugins' ); } */ if(is_admin()) { global $pagenow; //echo $pagenow; if(strstr( $current_url, 'post.php' ) || strstr( $current_url, 'edit.php' ) || strstr( $current_url, 'post-new.php' )){ add_filter( 'option_active_plugins', 'disable_these_plugins' ); } } function disable_these_plugins( $plugins ) { $plugins_not_needed = array( 'rich-text-editor-field-for-contact-form-7/rich-text-editor-contact-form7.php' ); foreach ( $plugins_not_needed as $plugin ) { $key = array_search( $plugin, $plugins ); if ( false !== $key ) { unset( $plugins[ $key ] ); } } return $plugins; }
3. 9. 2016
Plugin does what it says, no hassles. Really nice work, thank you.
3. 9. 2016
Very efficient plugin to get a quicktag bar on front-end in a specific textarea form ! Should be more customizable on the wp editor options,but very good beginning ++
Přečtěte si všech 7 recenzí

Autoři

Rich Text Editor Field for Contact Form 7 je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci