Q2A Market - Support

We are here to provide you support for Q2A Market premium and free products. If you have any issue in installation, option settings or any bug you found. Please create a ticket. We would try to get back to you as soon as possible.

Clean theme - WYSWYG editor not working

Hello

I bought the clean theme from you but WYSWYG editor is not working in there. Just doesn't show up when you add a new question. ANy idea why?

opened on Mar 5 in Clean Theme

Can you please post your site URL on the question? So, we can check it live.

1 Answer

 
Best answer

To resolve CK Editor issue do following thing in qa-theme.php file of the theme (see below path)
In qa-theme/Clean/qa-theme.php

Find code between line #43 to line #45 and remove it

$this->output('<SCRIPT TYPE="text/javascript"><!--',
            'if (typeof qa_wysiwyg_editor_config == "object")', 'qa_wysiwyg_editor_config.skin="kama";',
            '//--></SCRIPT>');

Now CK Editor should available.

answered Mar 6
selected Apr 15