jonas-k
Forum Replies Created
-
I found the issue: https://github.com/Automattic/Co-Authors-Plus/issues/642
Unfortunately it’s a bit more complicated than I suggested above, because other Plugins like Custom Archive Titles would still be overridden. In addition, the used string “Author” will be not translated.
I’m not sure why this filter is even necessary. I just removed it and it works for me, event for author pages with multi-author posts.
Dear plugin authors,
please fix this bug. It’s quite easy:
In your function
filter_author_archive_titleadd the argument$title(will be provided by WordPress when applying the filter) and return it if!is_author(). Otherwise you override all other archive titles tonull.Thanks.
Forum: Plugins
In reply to: [wp-Monalisa] wp-monalisa > v4.0: “Textarea not found.” on buddypress sitesWorks, thanks!
It seems to be a problem with PHP version > 5.3…
You have to add this AFTER line 802 in “…/plugins/eg-series/lib/eg-plugin.inc.php”:
$this->tinyMCE_buttons[$index] = new StdClass;Then the problem should be solved.
Good luck! 😉