Faculty: Use Faculty names for Clinic Practitioner

To simplify maintenance and prevent duplication, not to use the name on the fbu_clinic_faculty table. Retrieve names from fbu_faculty table instead. Do not make any changes on database table. Just retrieve names from fbu_faculty table only.Not to use name fields on fbu_clinic_faculty table. Corresponding name fields on both tables Clinic Faculty table   Faculty table … Read more

Footer: Set the Copyright year dynamic

Currently the Copyright year on the first column of Footer is a static year. Meaning it will require editor to get in every year to update it. As you can see, it displays 2021 now. It’s year 2022 now. Make it a dynamic content so that it will be updated automatically every year. Fixed It … Read more

Doctoral Level CEUs for courses not expired

Implemented: Add date filter to retrieve and display only courses that are not expired Content from database:Retrieve courses from table “fbu_extcal_courses“ Example SQL:Update the existing SQL to ‘enddate‘ > today (courses that are not expired)  $fbu_extcal_query = ” SELECT * FROM fbu_extcal_courses WHERE programs LIKE ‘%500%’ AND display = ‘Y’ AND language LIKE ‘%$language_nm%’ AND … Read more

Remove the overwritten of bullet list by ElementsKit widget

Current customized content built with ElementsKit can be replaced by Elementor accordion widget. Remove the ElementsKit settings that overwrite Intranet TinyMCE editor settings. If it is a unordered list created in Intranet TinyMCE editor, it should be displayed as such. BackendIntranet: Extension Calendar – Programs / Doctroal CEUs – General => 中藥針灸戒斷藥物成癮的簡介 – click the link  5/15/22 … Read more

Set Gravity Forms default font in Event page the same as Page/Post

Unless otherwise set differently, set the default font settings in Gravity Forms the same as Page/Post Default font settings font-family: “NotoSansTC-Light”; (Chinese)font-family: “Roboto-Light” (English)font-size: 20px;color: #545454;line-height: 1.6; To fix: Fixed: The font used in the Form on this page should be the same as regular pages.