It doesn’t work.
But if I put something like this in the header,
</head>
전에
<script type="text/javascript">
jQuery("bbp_topic_content").addClass("mceEditor");
if ( typeof( tinyMCE ) == "object" && typeof( tinyMCE.execCommand ) == "function" ) {
tinyMCE.execCommand("mceAddControl", false, "bbp_topic_content");
}
</script>
it works.
But I think, textareas with bbp_* id’s should be captured by the plugin itself.
Should I modify the plugin somewhere?
Thanks,
Problem solved, mostly. But still not working locally using Safari.
Otherwise, it’s fine.
I am trying to develop a child theme leveraging Sandbox, but I couldn’t even get the Infinite-Scorll working with the original Sandbox theme.
Can anyone tell me the right selectors for the Sandbox theme?
Million thanks..