sergio.majluf
Forum Replies Created
-
For the record, what breaks the uploading functionality is adding this to functions.php
// Activate Co-Authors if ( function_exists( 'coauthors_posts_links' ) ) { coauthors_posts_links(); } else { the_author_posts_link(); }I recreated an entire functions file, line by line, testing what broke the media uploader, and this was it.
I’m having what appears as a similar issue.
@ joegosen Can you double check if the images you are trying to upload, despite failing through the media uploader within the post/page editor, still get uploaded to the server? In my case, they do, and I can see them in the general Media page.
Try switching back to a default theme. When I did, everything went back to normal. So in my case it’s a collision between co-authors and my theme’s functions.
Forum: Plugins
In reply to: [Tako Movable Comments] Feature suggestionHi
Do you think it could be possible to use the same approach you had, but to copy the whole comment thread into another post rather than move?Thanks!
Forum: Plugins
In reply to: [Co-Authors Plus] Extra space after first authorOn the contrary, thank you for the plugin!
Should have looked for the git repository first 🙂Some of the diff are part of the files comments, and others, honestly, I don’t know, because I didn’t change them at all. All I did was make sure that there was a space before and after the ” and ” translation for those given languages.
I was using Poedit for OSX.
For simplicity, and avoiding code conflict, I can start over, clone the repo, edit the files again (only changing the specifi parts relevant to this problem) and do the pull request
Forum: Plugins
In reply to: [Co-Authors Plus] Extra space after first authorWe have the same issue in spanish after updating the plugin to 3.0.7
I find the easiest fix was to update the .po / .mo files
Here are my fixed language files. I fixed spanish, french (and also deutch IIRC)
Forum: Plugins
In reply to: [Co-Authors Plus] Missing space in spanish translationThere is a workaround passing parameters to the function, like this:
<?php coauthors_posts_links( '', ' y ', '', ''); ?>I wonder if this could be easily solved by editing the .mo and .po language files included with the plugin.