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.

Faculty: Link the practitioner on the new site

Implemented: Expand the profile of the specified specialist Link to the Practitioner on the new site, and expand the profile of that Practitioner Currently it links to the old site. The Specialist’s profle should be expanded. Ignore the setting in “Bio Page Link” (Intranet backend editing UI) A Specialist can serve on both locations, the … Read more

CSS: Global Settings should have higher priority unless locally customized

Implemented: Set up the CSS stylesheet loading sequence properly so that the stylesheet of the active theme is higher than all other stylesheets. This is to make sure that our specified Global CSS settings will not be overwritten by other plugins unless locally necessary. Not to apply “!important” property on global settings.