My site says “ultimate creative template” at the top of the browser window.
Open up index.html in a text editor and change the text between the title tags.
My site looks different when I upload it to my server.
One of the time saving features of this template is that you do not have to manually edit the gallery and music xml files . Once your site has been uploaded the php automatically creates these files for you, using the file names as descriptions. See the help documentation for file naming tricks.
If you would rather edit the xml yourself simply delete buildGalleries.php and buildMusicPlayer.php from the server. You might have to upload the xml files again and clear your browser cache, before you see the changes.
In fullscreen mode I can’t type in the contact form.
Not being able to use the contact form (i.e typing into a input feild) in fullscreen mode is not a bug, its a security feature of the Flash player. This is the same for all flash files.
The keyboard navigation does not work in fullscreen mode
This is not a bug, but a security feature of the Flash Player. There is no way around this.
My Contact form is not working
Please do the following before asking for help:
- Check that you have PHP 4 + on your server. Ask your host if you are not sure how to do this
- The mail is not in your spam folder
- If you are using a hotmail or yahoo address try using the alternative php file provided (contactForm_yahoo.php)
How do I change the main background color?
Open index.html in a text editor e.g notepad++ or Dreamweaver.
Replace #0E0F11 with your chosen color code. This has to be done in two places; in the in-line CSS as the top of the code and inside the swfObject embed code.
How do I add a new page?
Example Goal: A new page called Services based on the About section:
1) Create a new subfolder in the xml folder named services
2) Copy all files from the about subfolder in the services folder
3) open xml\menu\menu.xml
4) add this line:
<FILE NAME="Services" LINK="services.swf" />5) in the _source folder create a new folder named services
6) copy all files from the about subfolder to the new services folder
7) rename the fla file in the new folder to services.fla and open in Flash
9) In Flash open the actions panel on the AS Layer
10) At line 29 change to:
txt.load("xml/services/text.xml");
11) in the library section of flash go to scrollbar and then scrollbar(main) 12) At line 24 change to:
config.load("xml/terms/config.xml")>
13) Check the publish settings to make sure you a publishing as services.swf