I get this error on this page

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
midway31
Forum Members
Forum Members
Posts: 108
Joined: Fri Nov 23, 2007 1:11 am

I get this error on this page

Post by midway31 »

I get this error on this page
string(127) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: height: 1%; (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)" string(128) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: clear: both; (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)" string(127) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: height: 1%; (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"
I have installed PVII Elevator Panels on this page only to test but get the error on first view however on page refresh it seems to correct itself. check the other tabs as you can see the possibilities of this feature eg new heading text x4
http://flagit.com.au/~arvorco/index.php?page=Arvor-20---Series-II
Please ignore the colors etc as I am only testing this on the page
Last edited by midway31 on Fri May 16, 2008 9:18 am, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: I get this error on this page

Post by Nullig »

I don't see the error. Have you cleared the cache in Admin? Can you post the template code?

Nullig
midway31
Forum Members
Forum Members
Posts: 108
Joined: Fri Nov 23, 2007 1:11 am

Re: I get this error on this page

Post by midway31 »

This is in the code that is the issue in the PVII Elevator Panels script. When I remove it the error goes.
Not sure how crucial it is?
.p7epm_trigs a {height: 1%;}.p7epm_ie5clear {clear: both;}
  .p7epm_trigs, .p7epm_trigs a {height: 1%;}
 

User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: I get this error on this page

Post by Nullig »

It's only needed for people visiting the site with IE5 or 6... and I don't think they should be allowed onto the net. I think all sites should have a filter to tell IE5 and 6 users to go home and not to come back until they get a real browser. LOL

Is the code in the head section of your template?

Nullig
midway31
Forum Members
Forum Members
Posts: 108
Joined: Fri Nov 23, 2007 1:11 am

Re: I get this error on this page

Post by midway31 »

No it is not in the head it is in the code for the elevator panels.
This I put in the page as content.




 
   
      New Heading Text
      New Heading Text
      New Heading Text
      New Heading Text
   
     
 
 
   
     
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque congue tristique eros. Nulla facilisi. Quisque sem mauris, ullamcorper ac, gravida id, mattis id, sapien. Nullam adipiscing enim dapibus felis. Fusce a nisi in odio pulvinar fringilla. Nunc blandit interdum metus. Duis leo nunc, sollicitudin ut, fermentum congue, pharetra eu, massa. Suspendisse potenti. Morbi commodo mauris. Ut at pede. Ut id nisi. Donec scelerisque urna quis ligula. Praesent est. Vestibulum scelerisque. Curabitur quam. Fusce rhoncus pellentesque ipsum. Aenean venenatis metus ac quam. Maecenas lacus lacus, sagittis vitae, congue at, euismod eu, urna. Maecenas vitae purus. Praesent eros lectus, porta et, semper nec, molestie eget, tortor.
     
   
   
     
        Lorem ipsum dolor sit amed sed diam nonummy nibh euismod tincidunt ut. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, eu feugiat nulla at vero eros et accumsan et odio  qui blandit praesent luptatum augue duis dolore te feugait nulla facilisi.
        Lorem ipsum dolor sit amed sed diam nonummy nibh euismod tincidunt ut. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, eu feugiat nulla at vero eros et accumsan et odio  qui blandit praesent luptatum augue duis dolore te feugait nulla facilisi.
     
   
   
     
        Lorem ipsum dolor sit amet, contuer adiping elit, sed diam nonummy nibh euismod.
        Lorem ipsum dolor sit amet, contuer adiping elit, sed diam nonummy nibh euismod.Nulla facilisi. Quisque sem mauris, ullamcorper ac, gravida id, mattis id, sapien. Nulla facilisi. Quisque sem mauris, ullamcorper ac, gravida id, mattis id, sapien.
     
   
   
     
        Lorem ipsum dolor sit amet, contuer adiping elit, sed diam nonummy nibh euismod.
        Lorem ipsum dolor sit amed sed diam nonummy nibh euismod tincidunt ut. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, eu feugiat nulla at vero eros et accumsan et odio  qui blandit praesent luptatum augue duis dolore te feugait nulla facilisi.
        Lorem ipsum dolor sit amet, contuer adiping elit, sed diam nonummy nibh euismod.
     
   
 
  .p7epm_trigs a {height: 1%;}.p7epm_ie5clear {clear: both;}
  .p7epm_trigs, .p7epm_trigs a {height: 1%;}
 

User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: I get this error on this page

Post by Nullig »

Well I would move:

{literal}
.p7epm_trigs a {height: 1%;}.p7epm_ie5clear {clear: both;}
.p7epm_trigs, .p7epm_trigs a {height: 1%;}




{/literal}

to the head of your template, with the added {literal} tags. Even better, you could eliminate the style tags if you moved them to your stylesheet.

Nullig
midway31
Forum Members
Forum Members
Posts: 108
Joined: Fri Nov 23, 2007 1:11 am

Re: I get this error on this page

Post by midway31 »

Thanks for that :D
Seems to have done the trick
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: I get this error on this page

Post by Dr.CSS »

[solved]  ?...
midway31
Forum Members
Forum Members
Posts: 108
Joined: Fri Nov 23, 2007 1:11 am

Re: I get this error on this page

Post by midway31 »

Yes it is solved ;D
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: I get this error on this page

Post by Dr.CSS »

Post Reply

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