SOURCES - Wordpress
Frontend: https://www.wildlywealthy.com/inspired-spirit-coaching-academy
(Note: These instructions are only for updating the timer — not the full page content)
1. Grab the new timer details
Go to Dropbox to find the updated prices and new countdown time. You’ll find everything clearly listed in this document: 00. Product Sales Page Details.docx
Dropbox path: 2022 Virtual Assistant Team > PRODUCTS > ISCA > Docs
2. Update the timer on the sales page
Now we’ll update the backend of the ISCA sales page. Here’s how:
Scroll right down to the Footer section of the page's backend (that’s the bottom part of the backend editor).
Once you’re at the very end of the code, look for this line: initializeClock('clockdiv', deadline);
Just above that line, you’ll see a line that starts with: var deadline =
3. Change the date and time that follows, using this exact format:
Month Day, Year 18:00:00 GMT+1000
(For example: August 1, 2025 18:00:00 GMT+1000)
A few important notes:
The time uses military format (so 6:00 PM = 18:00:00)
Never change the GMT — it’s already set to my timezone (Brisbane, Australia) and keeps everything aligned globally.