Page 1 of 1

Page missing in Menu

Posted: Thu Sep 30, 2010 2:12 pm
by dmagill
Morning All,

I have a site, http://www.parnipcas.org

On that middle menu there is Foster Care. The very first option in the drop down should be 'What is a Foster Home'. But it refuses to show.

The absent page works, you can get to it from the left side 'Foster Care Providers Needed' banner.

The page is active, and the box is checked to show in menu.

I deleted the old page and recreated it and still the same problem.

After some testing: I can make that missing page appear in the top menu. But can not make it appear in the centre menu.

Did I get the include and exclude wrong? It is the only page missing so far.

I am starting to feel the Gremlins are out to get me.

Thank you!!

D

I have included my only template..........................

{process_pagedata}



{sitename} - {title}
{metadata}
{stylesheet}

 
 




 
    {menu template='topmenu' includeprefix="home,about-us,our-mission-vision-values,history,how-we-are-funded,publications,contact-us,office-locations,resources,external-links,online-form-pdf"}
 
 
    {image_rotator}
 
 
    {menu template='cssmenu_new' excludeprefix="home,about-us,our-mission-vision-values,history,how-we-are-funded,publications,contact-us,office-locations,resources,external-links,online-form-pdf"}
 
 
   
       
          {content block="Left_Block"}
          {content}
          {content block="Right_Block"}{global_content name='risk_donation'}
       
   
 


 
   
     
        Designed & Maintained by VS Group:
        [E] webwork@vsgroup.ca


          [P] 1.866.644.2944

     
   
 







....................................................................................

Re: Page missing in Menu

Posted: Thu Sep 30, 2010 3:00 pm
by dmagill
Sorry

CMS 1.71

PHP 5.2.13

Re: Page missing in Menu

Posted: Thu Sep 30, 2010 5:46 pm
by maranc
Maybe simple - check whitch page is setting as parent of page "'What is a Foster Home'.

Marek A.

Re: Page missing in Menu

Posted: Mon Oct 04, 2010 6:44 pm
by dmagill
Sorry Marek, it is that time of year when everyone running for a local government office needs a website NOW!!!

I have switched out several of the pages, different parents and even by itself. It refuses to show in the centre menu of the website. I am confused by it to say the least.

Thank you!

Re: Page missing in Menu

Posted: Mon Oct 04, 2010 6:51 pm
by Rolf

Code: Select all

{menu template='topmenu' includeprefix="home,about-us,our-mission-vision-values,history,how-we-are-funded,publications,contact-us,office-locations,resources,external-links,online-form-pdf"}

{menu template='cssmenu_new' excludeprefix="home,about-us,our-mission-vision-values,history,how-we-are-funded,publications,contact-us,office-locations,resources,external-links,online-form-pdf"}
A prefix is a code before the page alias, something like prefix_regular-page-alias.

I think you better use the items parameter here
(optional) items="contact,home" - Use this item to select a list of pages that this menu should display. The value should be a list of page aliases separated with commas.
Hope this helps,

Rolf  :)

Re: Page missing in Menu

Posted: Mon Oct 04, 2010 7:00 pm
by dmagill
Hey Rolf, thanks for taking the time.

I will try it in about 15 minutes I hope.... hope...