ActiveDen

XML Business Portfolio Template with Deep Linking

Why are my social icons in the footer bar not showing online?

The “icons” folder might be reserved by your hosting company. Simply renaming the folder to e.g. “socialicons” and adjusting the icon paths in the options.xml will solve this problem.

Some special characters are not working! Help!

The font used in this template is: http://www.fontsquirrel.com/fonts/Colaborate If you go to “character map” you can see which characters are supported by this font.

I included the most common european special characters (including accents) but in case a character is supported but not shown you can add it to the corresponding module in the source.

I added a step by step tutorial on how to make changes to the font in the template core and all modules for another template of mine. This also covers most of the modules in this template: http://damojo.net/font_guide_ultimatexmlv2.txt You might also want to read this helpful guide on flash special characters: http://blog.activeden.net/resources/common-questions-by-flashden-buyers/common-questions-using-special-characters-like/

I cannot get the email form to work!

There are a couple of things that might keep the email form from working:

1. In the mail.php make sure your email adress is entered correctly where it says: “YOUR EMAIL ADDRESS HERE ”

2. Your server needs to allow php mail

3. You might have to add an absolute file path to the mail.php in the contact.fla in line 66. Where it says “mail.php” enter e.g. “http://www.yourdomain.com/mail.php”

How can I set the templates minimum height and width?

In the index.html look for swffit. There are two values, the width and the height below which scrollbars will appear.

If you for instance increased the minimum header height you will also have to add a little to the swffit height value.

Help, my logo gets cut off!

You will need to increase this value in the options.xml for the template to accomodate your logo:
headerminheight="50" 
In addition, you might have to increase the second value of the swffit setting in the index.html:
swffit.fit("flash",980,590);
This will prevent your content from getting cut off on low resolutions and makes vertical browser scrollbars appear.

How do I link to a specific module using the deep linking feature?

Its possible to access any main or submenu module from inside the template.

In order to do that you need to construct the deeplink for your target module.

Example for the first submenu entry of the second main menu:
#/ABOUT-US-02-01/

The link always consists of the menu title with and two 2 digit numbers. The first set of numbers is for the main menu (in this case 02) and the second set for the sub menu (in this case 01). All spacings are replaced with ”-”.

Another example for a main menu only selection would be:
#/NEWS-03-00/

Third main menu entry and since no submenu is available the second set of digits is left at 00.

You can call those url links from inside the template but also from oustside. In that case you have to add your website url in front like this:
http://www.yourwebsite.com#/NEWS-03-00/
by
by
by
by
by