Page 1 of 1

New 1.3.0 Install, sub-nenus not visible

Posted: Sun 11. Mar 2007, 17:49
by forefront
I'm certain I have overlooked something. This new install of 1.3.0 is my first look at it ... and I like it, although some things are different, so I'm still figuring a few things out.

Here's the problem ... the backend site structure is normal. I have menu items and sub-menus, but I cannot make the sub-menus visible on the frontend. Everything is set to visible, but the sub-structure doesn't show up in either FireFox or IE6. The menu RT is {NAV_TABLE_COLUMN} ... is there a change in its behavior in 1.3.0?

Any suggestions as to what I've done wrong?

Posted: Sun 11. Mar 2007, 17:55
by flip-flop
Hi,
yes there is a change. The NAV_TABLE_COLUMN didn“t work in some installations since 1.2.7.

The new navigation ist called NAV_LIST_UL pure CSS based. http://www.phpwcms.de/forum/viewtopic.php?t=12716

Knut

Posted: Sun 11. Mar 2007, 19:04
by forefront
This looks messy. Is the CSS stylesheet included in the current download or do I have to figure out how to fix it?

Posted: Sun 11. Mar 2007, 19:13
by macangelo
My recommendation: copy all styles out of flipflops text and create a new file (e.g. navi.css) and put into template/inc_css.

Then choose it for your layouts (crtl-click or apple-click for selection of several css-files)

best
macangelo

Posted: Sun 11. Mar 2007, 19:15
by flip-flop
One hint for NAV_TABLE_COLUMN: There is a problem by using hidden structur levels.

Knut

Posted: Sun 11. Mar 2007, 20:04
by forefront
I adjusted some settings and it works great, by the way! Thank you for your work.