Page missing in 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
dmagill
Forum Members
Forum Members
Posts: 165
Joined: Thu Nov 15, 2007 6:55 pm

Page missing in Menu

Post 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

     
   
 







....................................................................................
dmagill
Forum Members
Forum Members
Posts: 165
Joined: Thu Nov 15, 2007 6:55 pm

Re: Page missing in Menu

Post by dmagill »

Sorry

CMS 1.71

PHP 5.2.13
maranc
Forum Members
Forum Members
Posts: 249
Joined: Tue May 04, 2010 5:04 pm

Re: Page missing in Menu

Post by maranc »

Maybe simple - check whitch page is setting as parent of page "'What is a Foster Home'.

Marek A.
dmagill
Forum Members
Forum Members
Posts: 165
Joined: Thu Nov 15, 2007 6:55 pm

Re: Page missing in Menu

Post 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!
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Page missing in Menu

Post 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  :)
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
dmagill
Forum Members
Forum Members
Posts: 165
Joined: Thu Nov 15, 2007 6:55 pm

Re: Page missing in Menu

Post by dmagill »

Hey Rolf, thanks for taking the time.

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

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