nuggetsol
Forum Replies Created
-
/my-account is just a Page in WordPress. It embeds a short code from EDD
Forum: Plugins
In reply to: [Oasis Workflow] Posts not Publishing after workflow completedHi Parth,
I have released a new version of the plugin which should fix the scheduling issue.
It also fixes a few other issues related to timezone.
Go ahead and use the new version and let me know if you encounter any issues.
Forum: Plugins
In reply to: [Oasis Workflow] Posts not Publishing after workflow completedHi Parth,
We are aware of this issue and a fix will be provided by the end of this week.
It’s a timezone related issue.
As a work around for now, you can change your timezone (Settings->General) to UTC+0 and the scheduling will work fine.
If it’s not desirable to change the timezone settings, then please wait till the end of this week for a new version of the plugin.
Thanks.
Forum: Plugins
In reply to: [Oasis Workflow] Can't resubit/edit to workflow once scheduledmarking this issue as resolved.
Forum: Plugins
In reply to: [Oasis Workflow] Can't edit published pages.marking this issue as resolved.
Forum: Plugins
In reply to: [Oasis Workflow] Email alert assigning wrong person as contributorresolved, it was related to how to setup the placeholders.
The described workflow shouldn’t have any issues.
Can you open a support ticket by going to https://www.oasisworkflow.com/submit-a-query, so that I can get more details about the issue – like the workflow screen shot and other details about the workflow.
Forum: Plugins
In reply to: [Oasis Workflow] Incomplete Workflow admin tabThe “New Workflow” and “Reports” menu are available only on the “Pro” version.
May be I should update the readme/description to indicate it on the tutorial video about the same.
However, you should be able to modify the out of the box workflow which comes with the basic version to suite your needs. If there aren’t any articles in the workflow, you should be able to modify the workflow steps to suite your needs.
In case, you want to test the “pro” version for other features like reports, revise published content etc, I can provide you with a test link. Send me a message via the oasis workflow site – https://www.oasisworkflow.com/submit-a-query and I will reply with the test site details.
Hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Email alert assigning wrong person as contributorIs it possible to send me a screen shot OR just open a ticket via the https://www.oasisworkflow.com/submit-a-query and we can look into this issue in more detail.
Forum: Plugins
In reply to: [Oasis Workflow] Can't edit published pages.Is this in regards to support workflow for editing published content?
Essentially, you are looking for the editors to be able to revise the page, make changes, submit to the workflow and then let the administrators publish the updated article,right?
The basic version doesn’t come with support to published content. This feature is available in the “Pro” version. – http://www.oasisworkflow.com/workflow-support-for-updating-published-content
It allows to keep the current published version online, while you work on the revision.
Let me know OR if you have specific questions about this feature, you can drop in a support ticket at – https://www.oasisworkflow.com/submit-a-query
hope this helps.
Forum: Plugins
In reply to: [Oasis Workflow] Can't resubit/edit to workflow once scheduledSo essentially, the current post is “scheduled to publish at a future date” and you would like to resubmit the same post to the workflow to make further changes.
Is that what you are looking for?
The Pro version comes with a feature which provides workflow support for published content and this can be easily extended to support scheduled content. Check this link – http://www.oasisworkflow.com/workflow-support-for-updating-published-content
Since this is a “Pro” feature, I would encourage you to submit a query to our support site and we would be able to assist you better. – https://www.oasisworkflow.com/submit-a-query
Thanks.
Forum: Plugins
In reply to: [Oasis Workflow] Conflict with WP Engine?Lets start the conversation by opening a support ticket at – https://www.oasisworkflow.com/submit-a-query
I will definitely need more detail, but WordPress.org doesn’t allow to provide support via their system.
You have to take support of your “pro” version to your site. These forums are not for supporting your commercial product.
http://codex.wordpress.org/Forum_Welcome#Commercial_Products
These forums are not for supporting your paid product. I am closing this topic and I suggest that your customers use the link you already provided.
Forum: Plugins
In reply to: [Oasis Workflow] Workflow is not saving (pro version)I figured out the issue. The array definition for “oasiswf_process” is incorrect for some reason.
For example, the following represents the value of “oasiswf_process” as saved in the database.
a:3:{s:10:”assignment”;s:85:”http://localhost/wordpress39/wp-content/plugins/oasis-workflow-pro/img/assignment.gif”;s:6:”review”;s:81:”http://localhost/wordpress39/wp-content/plugins/oasis-workflow-pro/img/review.gif”;s:7:”publish”;s:82:”http://localhost/wordpress39/wp-content/plugins/oasis-workflow-pro/img/publish.gif”;}
If you observe it closely, s:85 represents “a string with 85 characters”. So the number of characters in the corresponding value (http://localhost/wordpress39/wp-content/plugins/oasis-workflow-pro/img/assignment.gif) should also match. If it doesn’t it errors out.
If you can fix the string count in your databases, it might fix the issue for you.
Let me know if it fixes the issue.
I’m still not sure why would such a thing happen 🙁
Forum: Plugins
In reply to: [Oasis Workflow] Workflow is not saving (pro version)Good to know you are not experiencing this issue any more.
However, there are a couple of other users who are experiencing the same issue. Let me dig into this further and see why is the data in the ‘oasiswf_process’ not being recognized as an array.
Forum: Plugins
In reply to: [Oasis Workflow] Workflow is not saving (pro version)any updates? Let me know.