Chema (Buyer)
2 Reputation

Answers

I found the same problem, and also hid the link button. To allow users to include links, plus I included this snippet: add_filter ('the_content' 'make_clickable'); This currently enables...

View Question
1 Vote

I've tested the latest beta and the same thing happens to me.

View Question
0 Votes

I do it this way and it works. Add this code to the functions.php:   add_filter("mce_buttons", "tinymce_editor_buttons", 99); //targets the first line add_filter("mce_buttons_2",...

View Question
1 Vote

It works for me properly with the previous version (beta 1). With the latest change in the file class-theme.php it stopped working well. Going back the previous file, each page has its own title. And it...

View Question
1 Vote