blank page: usually due to corrupted file during ftp upload, just upload the page again and it should work, check that the server file >0kb if you download a site with a blank file, publish it thorugh mobirise and it should have the correct page again. how to modify parts of afs site: cost calculator (footer): change values in the costCalculatorGlobal.js file to add new prices (for types), copy the cost element and change id. update id in the js file updating cost calculator on apply page is same process. modify costcalculator.js file. make sure not to use conflicting ids for elements changing cards/ card contents: pages with 4x2 cards at the top (supervisors, parents, parent resources...) buttons cannot be edited in mobirise, have to edit code directely. all buttons call a function goToAndScroll() which will go to the target url and scroll up header height. if header height changes, change the scroll height in the page html inserts. if you add additional cards, add a unique id. the new url will be pageUrl.html#id changing moving text: moving text can be done in mobirise but doenst work as well. change the movingText.js file to add more words for every word you add to the arr, add a string with 5 spaces to change the moving text in the global header, edit the script in the html in mobirise mobirise doesnt always keep ids so the class 'fake-class-placeholder' is used Mobirise issues and how to solove them: footer going to the top of the page when its no like that on mobirse: copy of page delete the orginal and change the name of the new page. you also have to redo any links on the to the page you had to copy else where on the site. Sometimes if mobirise isn't working properly you have to restart it. DO Not try to add code to the html or css or change anything about the files out side of mobirise unless there is no way to do it. If you do you will have to change the code everytime you update using mobirise. if you do this you will no longer be able to update the site with mobirise is you want to keep any changes you made outside of mobirise Do not use moirises built in ftp access it can break the files and not work properly. to update the sites on the servers ftp into them using a ftp program like winscp and delete the site that it currently on there and drag the updated site in.