Guest Posted September 26, 2006 Posted September 26, 2006 Installed sts 4.2 standard version and working fine except that on the product detail page the link click to enlarge doest work, popups not showing, only using a default template for all pages, any advice on how to fix this? Quote
bkellum Posted September 26, 2006 Posted September 26, 2006 Installed sts 4.2 standard version and working fine except that on the product detail page the link click to enlarge doest work, popups not showing, only using a default template for all pages, any advice on how to fix this? Be sure that you have the following required code at the top of your html template file: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <meta http-equiv="Content-Language" content="en-us"> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> The $htmlparams tag is the one that calls your JavaScript needed for the popups to work. Quote Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.