Invisible Gold - Your website should be easy to edit!
Your Website Should be Easy to Edit
Search InvisibleGold.com For:
Creating Invisible Gold Powered Websites
Template Library
Online Documentation
Articles
Technical Support Forum
Product History
Creating Invisible Gold Powered Websites

American Coated Products
American Coated Products

"With a relatively small amount of detail from me, John was able to create a site design that was perfect no changes! His creative vision and Internet experience is impeccable..."

Matt Berky
Audio Engineer
MassiveProductions.com

Web Designer Tip: Customize the Page Title

Normally Invisible Gold manages the title tag automatically. It takes the "name" of each page and combines it with the "title" value stored in the settings page.

This doesn't work well when using an external database of products. For example, if you upload an Excel or Access database file with a list of products, the titles are all going to be the same.

The solution is to create a PageTitle.xsl file and put it into the /templates folder. This gives granular control over what the title tag is. There are lots of ways to use it, but the most common are building the title out of request parameters (ex: website.com/page.htm?productname=abc can be accessed via /ROOT/REQUEST/PRODUCTNAME), values loaded from the database directly (/ROOT/OBJECT/NAME), or parameters which are just a fancy way of passing request parameters.

This page is an example of how to use it with a database. Note, it requires version 3.1 or higher. Just create a file called /templates/PageTitle.xsl and paste the following contents into it.

Note: This example uses "params". This is another advanced trick often used for search engine optimization. Basically, you load a regular page and then add values like "directories" at the end of the address. For example, imagine the page website.com/mypage. You can pass params by loading the page website.com/mypage/a/b/c. PARAM0=a, PARAM1=b, PARAM2=c.


Download this file. Then rename to pagetitle.xsl and move to /templates.
Invisible Gold - Your website should be easy to edit!

Still Confused? Have a Suggestion? - We want to help. Type a few words to let us know what's on your mind. Include an email address if you want a response.

Email Address (optional):
How do I get a Flash movie to show up under a drop down menu (CSS or javascript)?
Answer: you need to set the wmode value to "transparent" when embedded the movie into the page.

For
.... more

System Shipping Settings
With Invisible Gold 3.1 and newer, you set shipping levels in the system settings page. The main op.... more

How Do I Add a Facebook "Like" Icon?
This is pretty easy. Basically, you need to paste some code into an IG Framework, Template, or just.... more

How do I set a "Fav Icon"?
You need to generate a small graphic file. JPG or PNG are probably the best choice. Then save the .... more

How do I change my password?
You can go to the login page as though you are logging in. There is a link (if enabled) called "cha.... more

How do I get the 32bit "Cleansites.vbs" script to run on x64 Windows servers?
Assuming you have Invisible Gold running the server already, it's pretty easy.

1) Edit the cleansit
.... more

Template Library
.... more

How do I make FireFox have a tab for my email and website when I open it?
Answer:

First, get the tabs the way you like them. In your case, have one for the website, and th
.... more

Invisible Gold - Your website should be easy to edit!