cojennin
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] Publish button missingAlso, it would help to know what version of WordPress you’re using, and if you’re using the Classic Editor or Gutenberg.
Thanks!
ConnorForum: Plugins
In reply to: [Edit Flow] Publish button missingThanks @crystalmcc. I reached out to the Yoast team and so far they have been unable to reproduce the issue. Could you provide a few screenshots of the issue? That would help with investigating this further.
Thanks!
ConnorForum: Plugins
In reply to: [Edit Flow] Publish button missingWhat theme are you using and what other plugins do you have activated? That would help us in determining the issue.
Also, if you’re able to deactivate your other plugins (excluding Edit Flow) and reactivate them one at a time, that would help in narrowing down which plugin is causing a conflict.
Thanks!
ConnorForum: Plugins
In reply to: [Edit Flow] Custom status invalid argument / PHP errorCould you provide a list of plugins and the theme you’re using for your site? That will help with determining the issue.
Thanks!
ConnorForum: Plugins
In reply to: [Edit Flow] Post/page publishing & unpublishing errorThis should be fixed with the newest version of Edit Flow (0.9.3). Please update when you get a chance and let us know if this issue is resolved.
Thanks!
ConnorForum: Plugins
In reply to: [Edit Flow] status edit button disappearingCould you also provide the list of plugins you’re using on the site? That would help us with debugging the issue.
Thanks!
ConnorForum: Plugins
In reply to: [Edit Flow] Custom status invalid argument / PHP errorThis should be resolved in the newest version of Edit Flow (0.9.3). When you have a chance, can you update and let us know if you’re still experiencing this issue?
Thanks,
ConnorForum: Plugins
In reply to: [Edit Flow] several problem – dateCould you provide some more details on your setup? What plugins and theme are you using and what version of WordPress are you running?
Did this issue occur after an update or when you activated Edit Flow for the first time?
Thanks,
ConnorForum: Plugins
In reply to: [Edit Flow] Post/page publishing & unpublishing errorThanks for the report. We have a fix in progress and are working on getting it into an upcoming release.
Also, if it is supposed to be __return_false, then there is a typo in Edit Flow docs .
Good catch! Definitely looks wrong.
Try adding the below filter:
add_filter( 'ef_notification_auto_subscribe_post_author', '__return_false' );If you’re the post author you’ll be auto subscribed (the
ef_notification_auto_subscribe_current_userfilter is there to prevent everyone else from getting notifications), so that filter should prevent you from getting one as well.Let me know if that works!
Side note: There is work being done on improving Edit Flow documentation, so if you’re interested in improved documentation please reach out! Would be great to have some more folks to help!
Think it should be
__return_falseinstead of__return false? Missing an underscore betweenreturnandfalse, according to the docs.Let me know if that solves it!
Forum: Plugins
In reply to: [Edit Flow] User can only see their submission in calendar?Should be able to hook into the ef_calendar_posts_query_args filter to set the calendar to always show only posts by the user currently viewing the calendar (probably need some checks on the role of the user so admins or editors can still see all posts).
Let me know if that works!
Forum: Plugins
In reply to: [Edit Flow] Not showing custom statusesAwesome, glad you got it working!
Forum: Plugins
In reply to: [Edit Flow] Not showing custom statusesI am using different spelling for this post status. Is there any way to check previous post status names.
That might be what’s causing it. Did you try disabling Edit Flow and switching that post to “Draft”, then re-enabling Edit Flow?
Forum: Plugins
In reply to: [Edit Flow] Function Request – Group CSV uploadI’ve tried to make some headway on documentation in this Github branch, but I’ve gotten stuck in the mud with trying to figure out where to host them. Working on it at the moment, hopefully be able to make keep pushing on that branch soonish.
There’s also a section on editflow.org that deals with extending Edit Flow that might be useful.
For what it’s worth, the developer behind wp-cli was one of the original creators to Edit Flow, so if you get real bogged down and you absolutely need something built asap, could always look at contracting with him.