Denzel Chia
Forum Replies Created
-
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsThank you!
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsHi,
Thank you for your reply.
Both settings were not implemented on dashboard income by month widget.
You will have to manually edit the codes.Please open wp-content/plugins/projectopia-core/includes/admin/dashboard/income-by-month-widget.php
and go to line 164 and find the following codes.
<?php echo esc_html( get_option( 'currency_symbol' ) . $current_month_income ); ?>
and change to the following
<?php echo esc_html( $current_month_income ." ". get_option( 'currency_symbol' ) ); ?>
Thank you
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsHi,
Can you tell me how to show total from all the time?
I am sorry, this is beyond our support scope, our development team does not provide custom solution or assist in customer’s custom solution.
Space between amount an currecny doesn’t appear
bug: Currency Symbol Position after amount. But in dashboard I see it before.Please provide steps to replicate issue, as well as screen-shot of your issue so that I can make a bug report.
Thank you
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsHi,
Can you tell me the file that show this dashboard?
It is generated by function pto_dashboard found in wp-content/plugins/projectopia-core/includes/admin/dashboard/dashboard.php
That’s all I can provide for this. Please hire a developer if you require assistance in adding your custom code.
I created an project with 3 milestones and tasks, 2 completed, 1 on hold.
I created then an invoice but it doesn’t appear under Outstanding Invoices.At the moment, there seems to be a bug.
I will report this issue to our development team.Thank you
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsHi,
Thank you for your feedback.
I want to know if I can show some widgets on dashboard.
See pic attached. https://ibb.co/SrxkXHxProjectopia does not have a widget feature or the feature to show those information you require on dashboard, you will have to hire a developer to custom code it for you.
Thank you
Hi,
1) Is it possible to translate the terms, at least on the frontend?
I assume you are referring to Projects -> Terms Templates. It is not possible to translate, You can only write out terms and conditions in your preferred language.
2) Is there any way to present graphics (pie, bars etc charts) of the projects also in the frontend, with some add-on? Is it possible using third-party plugins, perhaps using the built-In Client Dashboard Custom CSS?
Projectopia does not have feature to show graphs of projects on frontend, you will have to hire a developer to custom code it for you.
3) Is there any way for the client to mark the task as complete?
Projectopia does not have feature to allow client to mark a task as complete, you will have to hire a developer to custom code it for you.
Thank you
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Tasks – upload multiple filesHi,
Yes, you are correct. Projectopia does not support multiple file uploads at a time. You will have to upload one file at a time.
I would suggest you to hire a developer to custom code multiple file upload ability for you.
Thank you
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard not work for non-adminHi,
Hi I buy your plugin to manage my “ads agency marketing website”
With reference to WordPress Forum Guidelines.
https://www.ads-software.com/support/guidelines/#do-not-post-about-commercial-products
We are not allowed to provide support for commercial products in this forum.I notice you have already put up a support request in our helpdesk regarding this issue. I have already made a reply. Please keep the conversation in our helpdesk email replies.
Thank you
Hi,
At the moment, we do not have plans to add duplicate option to milestone template.
Our development team may consider this if there are more users requesting for this feature.I would suggest you to hire a developer to custom code it for you.
Thank you
Hi,
It is possible to create milestone templates.
Please go to Projectopia -> Projects -> Milestone / Task Templates.Please refer to the following documentation for the details.
https://projectopia.io/docs41/milestone-task-templates/You can create a few templates and use them later in your Projects.
Thank you
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Rest api or HooksHi,
Projectopia does not have hooks or rest api for third party plugin extension.
Thank you
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Page ErrorHi,
Please troubleshoot using the following steps.
1) Please check that you are using the correct email address and password to login
2) If you are using a cache plugin, please do not cache client-login page or any page related to Projectopia. Please clear your cache plugin’s cache content.
3) Please clear your browser history, and reload client-login page and you should be able to login.
If the above information does not help, please use the steps in the following documentation to check for conflict.
https://projectopia.io/docs41/troubleshooting-steps-for-cache-plugin-conflict-and-theme-conflict/By the way, please open a new thread if you have a new issue.
Thank you
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Page ErrorHi,
You will need to flush your permalinks, clear any cache plugin’s cache content and browser history before revisiting and viewing your contract.
Please refer to the following documentation for the details.
https://projectopia.io/docs41/troubleshooting-steps-for-404-page-not-found/Please flush permalinks for any 404 page you encounter in projectopia.
Thank you
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Frontend lead form not workingYou are welcome.
I am glad to be of some help.Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Frontend lead form not workingHi,
Thank you for your reply.
Projectopia has two types of form. Lead form and Quote form.
Since you are not able to find out why the lead form is not working for you, you may want to try using a front end quote form. https://projectopia.io/docs41/frontend-quote-submission-quote-forms/
Thank you