Tips to improve my daily goals reporting
think and enumerate anu pa ang kailangan para mag live
investigate always anu pa ang kulang and create tasks
be the owner of the task to make serbisyo.com live
Tips: For good communication with support
Make your points bulleted.
Read it aloud before sending.
If it sound stink then it stink.
Use grammary.com (ALWAYS)
Tip: Sa pag edit ng back-end files.
Dapat may copy ka sa local mo ng original codes. Meaning, copy lang hindi mo gagalawin para if kailangan mo yung original codes. May babalikan ka. Please take note of this para di makalimutan.
Child Theme
Kaya may child theme is para di maapektuhan ung parent/original theme. Meaning, if ever mag-update/upgrade ung original theme (e.g. listingpro). Hindi mawawala basta basta ung changes mo sa child theme since hindi sya kasama sa naupdate. Ung parent theme lang ung naupdate/inupdate. Ang pag add ng child theme is via git cloning.
Google reCaptcha
google reCaptcha is not compatible with ListingPro. V2 is working just fine.
Naming Conventions
Please observe the convention or pattern ng naming ng DevKinetics.
WhatsApp field
No need to put pattern here. Dont make it required. Not all people use WhatsApp app. It should be optional.
Serbisyo email SMTP delayed emails
Hindi plugin ang issue. Basically, nakapagsend si SMTP plugin.
Wag ka basta basta magconclude if di mo cheneck ung sa mismong email sender (info@serbisyo.com).
Lahat ng emails are nasa sent folder so basically nakakapagsend ung plugin.
Ang possible na may issue is si zoho mismo.
Always check everything. Email ng receiver and email ng sender. In this case, meron naman sa sent folder ng zoho.
Git (Version Control System)
Kaya tayo nag eedit sa cloned repo folders is para macompare our changes. Useless then if sa iba kang folder or ibang file ineedit mo.
Adding Promo Ticket in DB for tickets.splashisland.ph
Pag nag-aadd ng promo sa db, ung valid_dates and exempted_dates should not have any spaces. Ang separation lang ng dates is comma without space.
Needed to Improve
READ the Logs and try to understand anu sinasabi nya. You should be able to do trial and error. Read logs.. interpret
remember.. majority ng ginagawa namen is hindi rin namin alam ang tama
we all basically the same level of knowledge d2
sa simula. but the difference is.. namaster namin mag research and interpret
Tip: Sa pag edit ng settings sa admin dashboard
pag nag-uupdate pala kayo ng settings ng listingpro sa admin dashboard. Make sure na magrefresh kayo ng page after magsave ng chnages nyo. Then check nyo if naapply ung changes nyo. There are times na di nasisave ung changes even if walang error pag nagsave.
Uploading of files using admin dashboard
Since we're using the admin dashboard to drag and drop then replace the files. Always backup the files first. May option si File Manager. Always click the "Backup" button when you're replacing the file for the first time. When you click the backup button, it will create a backup file.
<file_name>.<extension_type>~.
May ganito sa dulo ng file ~. If may ganyan, meaning backup file yan.
Sa old staging and prod, lahat ng file na inupdate ko may ganyan. I'm hoping sana na napansin mo both ~ and backup button option.
Adding comment in codes
Note: All changes has a comment - "Start/End: <section_name> - Added by John Paul Cabase
Example:
// Start: FirstName & LastName field - Added by John Paul Cabase
<div>
............
</div>
// END: FirstName & LastName field - Added by John Paul Cabase
Pinagsasama mo ung code comments syntax ng html and php. Please make sure na tama ung code comment na gamit mo and it should be working. Dyan sa screenshot, you'd added the wrong code comment and you should be able to determine that it's not working because of the color highlighting.