[Solved] Smarty error using bluewave.zip template

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
emt
Forum Members
Forum Members
Posts: 20
Joined: Mon Jul 16, 2007 5:37 pm
Location: Athens, GA US

[Solved] Smarty error using bluewave.zip template

Post by emt »

I downloaded bluewave.zip from themes.cmsmadesimple.org and installed. But I'm seeing an error at the top of each page.

Error is:

string(83) "Smarty error: unable to read resource: "globalcontent:JavaScript for IE page width""

So I've searched this forum and Googled around looking for a solution. I found {global_content name='JavaScript for IE page width'} in the bluewave template and some refernces to it being in the Global Content Block and that I should add it there. But I don't actually know what to add. Can someone explain?

Oh, using CMSMS 1.2.3.

Marshall
Last edited by emt on Thu Jan 31, 2008 1:43 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Smarty error using bluewave.zip template

Post by Dr.CSS »

If you look at a default install template you will see a line in the head...


{literal}

=b){nw=b+"px";}if(w



#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}


{/literal}
{* The min and max page width for Internet Explorer is set here. For other browsers it's in the stylesheet "Layout: Left sidebar + 1 column" *}

You can either paste this into the head or go to GCB, Content > Global Content Blocks, and put it in there and name it as it appears in the template...
emt
Forum Members
Forum Members
Posts: 20
Joined: Mon Jul 16, 2007 5:37 pm
Location: Athens, GA US

Re: [Solved] Smarty error using bluewave.zip template

Post by emt »

And it worked once I remembered to "Turn WYSIWYG on/off" - dag blame TinyMCE!

Thank you, that's exactly what I needed.  :)
Post Reply

Return to “Layout and Design (CSS & HTML)”