html mode in wysiwyg?

This topic contains 2 reply and 2 voices, and was last updated by kahlilc54 10 years, 9 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
July 24, 2013 at 4:28 am 6269
kahlilc54 Hello I am wondering if there is any way to make an option to switch back and forth between Visual and Text Mode? I would like to be able to add special formatting into the post but also be able to use visual mode.
July 24, 2013 at 4:50 am 6271
Tareq Hasan Tareq Hasan

The text mode is disabled in the plugin for simplicity. But if you need it, you’ve to edit the plugin file a bit. Open /class/render-form.php and see at line 710. You’ll see 'quicktags' => false,, change the false to true. So that would be: 'quicktags' => true,, now you’ll see the text tab too.

July 24, 2013 at 6:46 am 6276
kahlilc54 kahlilc54

Thank you for the quick reply! That was the setting I needed 🙂 You rock!

Viewing 2 Posts - 1 through 2 (of 2 total)