Replies: 4
I think, this is same as my problem “https://wordpress.org/support/topic/text-editor-and-tinymce-doesnt-displaying-icons/”.
After I activate “Autoptimize” then,
ㄴ If I try to write then editor does not exist like this “https://prnt.sc/kkmj51”
ㄴ But if I click “Visual” or “Text” then it is appear like this “https://prnt.sc/kkmjdp”
If this problem(https://wordpress.org/support/topic/text-editor-and-tinymce-doesnt-displaying-icons/) was same as my problem, “Optimizing Matters”, You already give answer like this.
add_filter('autoptimize_filter_noptimize','submit_noptimize',10,0);
function submit_noptimize() {
if (strpos($_SERVER['REQUEST_URI'],'submit-an-article')!==false) {
return true;
} else {
return false;
}
}
But problem is,
Actually I do not know where I must change like this code. Honestly I don’t know coding…
So Anyone can help me? Can Anyone teach me? Which file must I find and put on code. If this code can help me…
I hope so, can understand my English.
ps) I just temporary deactivate Autoptimize in my site because I can not use “editor for bbpress” now. But still activate in my local server.
Thank you.