Toshi13
Forum Replies Created
-
Hi
sorry for the delay of response.
Indeed there is a conflict between UM google recaptcha plugin and Best Web Soft google recaptcha plugin (for the “contact us” form)still, I don’t know what to do except looking for an other contact plugin
Forum: Plugins
In reply to: [Plugin: bbPress] Visual EditorHello,
AFAIK, you have to put these lines of code in the functions.php file in order to activate the visual editor correctly (used it in conjonction with tinymce advanced).function bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
$args[‘teeny’] = false;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );This plugin should also do the trick (used it before and worked to enable the tinymce embedded with bbpress)
https://ww.wp.xz.cn/plugins/bbp-toolkit/Forum: Plugins
In reply to: [Gwolle Guestbook] Missing tablesNope it was the very first time
Forum: Plugins
In reply to: [WooCommerce] "Open" priceok found this plugin which do the job : http://www.woothemes.com/products/name-your-price/
Forum: Themes and Templates
In reply to: [Elisium] how do I activate the homepage sliderHi
You have to create a page and set the “Model” option to “Index”. I also read that an order must be set too but 0 (default value) is fine