SMARTY ERROR after update for Vert Menu.

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
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

SMARTY ERROR after update for Vert Menu.

Post by duplay »

I ran the update on my CMS site and received a "SMARTY-ERROR for where my css vert menu used to be. Any idea how to fix this and why this happened after upgrading from .13 to 1.0.2? Help in detail please. Thanks MJD

[gelöscht durch Administrator]
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: SMARTY ERROR after update for Vert Menu.

Post by Dr.CSS »

0.13 had a diff. template than 1.0.2 has for css menus you can use the cssmenu.tpl call in your template, if you need I can get you a copy of the other one...

The upgrade ate the other one, that is one of the things about upgrading, if you have a default menu template that you must use then copy it over to keep it...
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

Re: SMARTY ERROR after update for Vert Menu.

Post by duplay »

Mark,

I have returned my site back to normal with a backup of my .13 version. Are you saying I need to copy the template code I am currently using in .13, do the upgrade, then copy back the template? If so, are we talking the template, or a style sheet? I am using the css vertical menu template I tweaked a bit to get the white box (see link). Any help is greatly appreciated. Thanks

MJD

http://pages.sparcc.org/sparcc/
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: SMARTY ERROR after update for Vert Menu.

Post by Dr.CSS »

If you still have the folders/files for 0.13 after you do an upgrade open the folder \modules\MenuManager\templates in .13 and open an FTP to the site and just drag/upload it to the same folder on the site and it will work...
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

Re: SMARTY ERROR after update for Vert Menu.

Post by duplay »

Mark,

I did what you stated above and everything worked (meaning the menu showed up). However, that menu was the one from v.13 which doesn't work in IE7. Do you know a way to tweak that menu so it works in IE7? The main menu shows fine, but if you go over a menu that has a sub-menu, it opens to the right, but when you move your pointer to the right, the menu disappears in IE7. I tried to change my template to another menu, but i get errors.

Basically, i'd like to keep the look of my site (growing white box, blue background) but need a vert menu that works in all browsers.

Thanks,

http://pages.sparcc.org/sparcc/
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: SMARTY ERROR after update for Vert Menu.

Post by Dr.CSS »

Sorry I haven't used IE7....

Did you try the new cssmenu.tpl?
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

Re: SMARTY ERROR after update for Vert Menu.

Post by duplay »

What do you mean by try the new one? Can I copy the new one out of the template folder and place on my site?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: SMARTY ERROR after update for Vert Menu.

Post by Dr.CSS »

If you upgraded the cssmenu.tpl should be in the second tab...

You may want to tweak this line in your code or add another for IE7...

/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }
Post Reply

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