Loading...
 
Skip to main content

Site Config

theme.tiki.org configuration and other changes, including site additions and set-up changes.

Tikineat IE6 tracker overlap fix

Gary Cunningham-Lee Friday 29 of June, 2007

I added a "width:100%" property to .tabcontent in styles/tikineat.css to prevent tab contents from overlapping the right column (Tracker bug report). This was after comparison with other themes to see how their CSS handled table and tabcontent properties. I don't think there will be any bad effects from this modification, but let me know if there is anything. If there's no report of a problem, I'll commit the change to CVS branch 1.9.

-- Gary

PHP Layers menu demo adjustments

Gary Cunningham-Lee Thursday 26 of April, 2007

For themes that were designed to use PHP Layers horizontal menus — Twist, Andreas09, Snow, Planetfall, Kubrick, etc. — I made some changes so the menu can be shown in its normal location rather than in the wiki module, on the PHPLayersMenu horizontal page. The module was modified to show a "See above." message on that page for those themes.

The themes' files were edited to enable the menu to show on that page. But for the PHPLayersMenu vertical demo page in these themes, the horizontal menu is switched off in the template so it doesn't interfere with the vertical menu in the wiki module demo.

(Some of the new themes don't have complete vertical PHP Layers menu properties. Their CSS files need to be updated. 😡 )

When I was checking to make sure the PHPLayers vertical menu in the side column is turned off on the menu demo pages, I noticed that a lot of times it would show up, due to browser caching. So I'll add a notice to the menu demo pages to instruct people to clear their browser cache if they see the side-column PHP Layers menu on the demo pages.