Syncing the Dev site codes and content from the Live site
It has been some time after last syncing from the Live site to the Dev site. It’s losing the purpose as a Staging site for developing / testing purpose.
It has been some time after last syncing from the Live site to the Dev site. It’s losing the purpose as a Staging site for developing / testing purpose.
To fix: When a new Clinic faculty was added to the table, when his/her photo was not available, it was found that program does not display default Unknown photo, instead it display the photo of previous faculty. If photo is not available, it should display the default “Unknown” image.
The only way to update Clinic Faculty Active field is on the List page, not on the individual Clinic Faculty page. However, the updating button on current Clinic Faculty List page doesn’t work. Instead of developing using existing old coding system, a new page is set up for updating Active field in addition to other … Read more
To decouple the relation between “Faculty” (fbu_faculty) and “Clinic Faculty” (fbu_clinic_faculty) tables, Clinic Faculty table needs to have “photo” field to hold its own photo data. “photo” data fields is in plce and the UI to update that field is also implemented.
To decouple the relation between “Faculty” (fbu_faculty) and “Clinic Faculty” (fbu_clinic_faculty) tables, instead of retriving Names from mapped Faculty record (fbu_faculty), retrieve directly from Names of its own (fbu_clinic_faculty) table, to display on the frontend Health Center pages. If the name is not available, leave it blank. NOT to retrieve it from the corresponing record … Read more
After restricting users to only those who signed up with FBU email account, the login process behave different from regular WordPress login processes. Set up menu option such that Show “Log In” option if a user has not logged. And hide that option once logged in. Hide “Log Out” option befor a user logging in. … Read more
Scroll back to the original design before the last implementationRetrieve the latest posts as featured posts on the homepage The Featured Posts will be assigned by the Editor by entering selected Post ID for each Category from FBU Settings page.
Display Practitioners on both locations San Jose and Santa Cruz both Languages: English and Chinese Only if the Practitioner’s “Active” field in the Clinic Faculty table is set to “Yes”. Ignore the “Suspend” field setting in its corresponding record in Faculty table. Clinic Faculty table Faculty Table Test case: Chen Ping (Joanna) Chao: Faculty ID: … Read more
Currently the Date format is: Day Month, Year It should be: Month Day, Year Just switch the position (or order) of current Day and Month.
Instead of retrieving Post ID from FBU settings, retrieving the latest post of the corresponding Category as the Featured Post for the Homepage. Both English and Chinese sites have their own latest posts. So retrieve correctly on each language. Featured posts on the Homepage Current posts to retrieve from New request: The latest post of … Read more