kpk1l
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] RSVP submit Confirmation@currentpatterns my server don’t have SMTP sett, so the form can’t be send. So I installed a SMTP plugin.
Forum: Plugins
In reply to: [The Events Calendar] RSVP submit ConfirmationHello. I found the solution. SMTP was not sett.
Forum: Plugins
In reply to: [The Events Calendar] RSVP submit ConfirmationI was thinking now that I had this error after install:
The Events Calendar REST API endpoints are not accessible,…
but I don’t know how can I check these endpoints …
Forum: Plugins
In reply to: [The Events Calendar] RSVP submit ConfirmationForum: Plugins
In reply to: [The Events Calendar] RSVP submit ConfirmationI was expecting to get a notification after click submit, or under the form …
Forum: Plugins
In reply to: [The Events Calendar] RSVP submit ConfirmationHi. Sure.
Here is the link to the event page
Forum: Plugins
In reply to: [Next Watermark] Webp watermarkGot this message from wp: Uncaught Error: Undefined constant "O" in wp-content/plugins/next-watermark/includes/nwm-functions.php:43 Stack trace: #0?/wp-content/plugins/next-watermark/includes/nwm-acp-page.php(259): nxtwm_GetRomanYear(2023) #1 /wp-content/plugins/next-watermark/includes/nwm-functions.php(226): require('/home/newconce/...') #2 /wp-includes/class-wp-hook.php(308): nwm_acp_callback('') #3 /wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array) #4 /wp-includes/plugin.php(517): WP_Hook->do_action(Array) #5 /wp-admin/admin.php(259): do_action('toplevel_page_n...') #6 {main} thrown
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsThank you Denzel.
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsHi.
Any feedack about outstanding invoices bug?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.Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Client accountHi. Ok. I understand.
Can at least disable postal code?- This reply was modified 2 years, 4 months ago by kpk1l.
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsThank you Denzel.
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsHello.
https://prnt.sc/EoEa_Llq1joj
I insert a currency text, select after amount, but the currency appear before amount
https://prnt.sc/s0_q2R_wDwz7
I checked to add space between amount and currency, but is not added.
ThanksForum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsbug: Currency Symbol Position after amount. But in dashboard I see it before.
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsSpace between amount an currecny doesn’t appear
- This reply was modified 2 years, 4 months ago by kpk1l.
Forum: Plugins
In reply to: [Projectopia - WordPress Project Management] Dashboard widgetsFrom what I see in your code,
$invoice_total = income from all paid invoices.
$current_month_income = all income current month (paid+unpaid)
I managed to show what I wanted (unpaid) with $current_month_income-$invoice_totalCan you tell me how to show total from all the time?
Thanks