nuggetsol
Forum Replies Created
-
Forum: Plugins
In reply to: [Oasis Workflow] Due date cannot be in the past errorMarking this as fixed.
Forum: Plugins
In reply to: [Oasis Workflow] Visual Composer Issue.I will need access to your site to be able to debug the issue. Can you send me the info via https://www.oasisworkflow.com/submit-a-query so that I can debug the issue on your site.
Forum: Plugins
In reply to: [Oasis Workflow] Workflows end date.As of now, the dates are required.
Just put the end date way far in the future (say 10 years down the line).
Forum: Plugins
In reply to: [Oasis Workflow] Workflow Inbox notification.I see. I will not be able to help you with the custom code. We do not custom code a solution which we will not be able to maintain and support.
Forum: Plugins
In reply to: [Oasis Workflow] Visual Composer Issue.I will check if I have a copy of Visual Composer to try out the above.
Forum: Plugins
In reply to: [Oasis Workflow] Due date cannot be in the past errorThank you for your email.
I have emailed you a zip file with the latest code with the fixes to the due date and publish date.
Let me know if that fixes the issue.
Forum: Plugins
In reply to: [Oasis Workflow] Due date cannot be in the past errorCan you share your email address via the support ticket? –
https://www.oasisworkflow.com/submit-a-queryOnce I’m done fixing the issue, I can send you a copy of the plugin to test, before releasing it to the world.
Is that okay?
Forum: Plugins
In reply to: [Oasis Workflow] Due date cannot be in the past errorThe URI pattern would contain something like – ‘oasiswf’ as part of the admin URL.
Also, it’s more of a javascript issue. Do you have caching enabled for javascripts too?
BTW, In my case, I do see an issue; not the same issue as yours. For me it’s not validating at all.
Let me fix that issue and release a new version and see if that fixes the problem.
Forum: Plugins
In reply to: [Oasis Workflow] Due date cannot be in the past errorThat’s weird.
What is your WordPress date format? You will find that under Settings -> General.
Also, can you try clearing the cache and see if that helps in any way?
Forum: Plugins
In reply to: [Oasis Workflow] I think the most recent WP update broke WorkflowI just tested with 4.2.1 and the workflow widget worked well. See the screen shot – http://i.share.pho.to/ca9a75d5_o.png
Can you check if there is a javascript error? It might be a javascript conflict with another script.
Let me know.
Forum: Plugins
In reply to: [Oasis Workflow] Workflow Inbox notification.Here you go..
Essentially, you need to call the following function..
FCWorkflowBase::get_count_assigned_post() – it will return a count for the current user’s inbox items.
Forum: Plugins
In reply to: [Oasis Workflow] Workflow Inbox notification.I see. On the admin bar – We do not have that now. But with a little customization it can be done.
On the dashboard widget, we will add that as an enhancement.
Forum: Plugins
In reply to: [Oasis Workflow] Workflow Inbox notification.Emails go out immediately to the users who are assigned the task. Also, you can setup reminder emails depending on the due date.
We show the number of inbox items when the user logs in.
In some cases, some users of the plugin have changed the dashboard to make the inbox page as the dashboard page.
Regarding admin bar, can you provide more info as to what you are looking for?
Forum: Plugins
In reply to: [Oasis Workflow] I think the most recent WP update broke WorkflowI will test it and see if I can replicate the issue.
The widget will essentially show the current position of the post/page is in the workflow.
But, if you are having issues with the widget you can hide it by going to Workflow Admin –> Settings – Hide the workflow graphic from the Post edit page.
Forum: Plugins
In reply to: [Oasis Workflow] No users found for the given role.I’m guessing you are using the OOTB workflow. If that is the case, then “review” is the first step in the workflow and the role assigned to that step is “editor”.
So you will need to have one or more users as “editors”. Once you have some editors, the actor list will show the users.
Hope this helps.