[solved] After 1.3 to 1.4 upgrade menu shows index numbers

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
360true
Forum Members
Forum Members
Posts: 23
Joined: Fri Jul 18, 2008 6:47 pm

[solved] After 1.3 to 1.4 upgrade menu shows index numbers

Post by 360true »

I am sure it is a simple thing, and any help is greatly appreciated :

I just upgraded three site installs from 1.3.1 to 1.4.1
Two went fine. One now shows the menu index numbers.

website: http://69.13.130.134 - uses simple nav as menu.

Examples:
Horizontal "current page 1: home
vertical " 2.2 History

Here is my template:




{sitename} - {title}
{metadata}
{stylesheet}
{global_content name='fontswitcher'}







 
    {cms_selflink dir="start" text="$sitename"}
    {* Start Search *}
    {search}
    {* End Search *}
    {global_content name="guide"}
 
  {* End Header *}


  {* Start container (Navigation and Content columns) *}
 
   
      Graduate Services
      Watching puppies get born never gets old.
   
    {* Start Navigation *}
    {menu template='simple_navigation.tpl' number_of_levels='1'}
    {* End Navigation *}
   
    {* Start Sidebar *}
    {* Start Sub Navigation *}
     
       
          {menu template='simple_navigation.tpl' start_level='2' collapse='1'}
       
     
      {* End Sub Navigation *}
    {* End Sidebar *}
   
    {* Start Content Area *}
   
     

     {content}
{global_content name="address"}
   

   
    {* End container *}
  {* Start Footer. Edit the footer in the Global Content Block called "footer" *}
  {global_content name='footer'}
  {* End Footer  *}
{* end page *}




Thanks.
Paul
360true
Last edited by 360true on Thu Oct 23, 2008 12:03 pm, edited 1 time in total.
michi1979

Re: After 1.3 to 1.4 upgrade menu shows index numbers

Post by michi1979 »

Hello,
i don't see any index numbers  ???

:)

Greetings,
Michael
360true
Forum Members
Forum Members
Posts: 23
Joined: Fri Jul 18, 2008 6:47 pm

[solved] After 1.3 to 1.4 upgrade menu shows index numbers

Post by 360true »

[solved] The issue was in the menu tpl file. I forgot that we had tweaked it to make the site work in the first place. When upgrading, I overwrote the custom menu.tpl file. I uploaded the custom and everything is now ok.
Post Reply

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