UNITED STATES
2008-05-08 19:25:34
Is it possible to hide the project list?
I would like to link to individual project pages that don't have the project list on the left, just the project info & images.
Is it possible to hide the project list?
I would like to link to individual project pages that don't have the project list on the left, just the project info & images.
I'm confused by the question...
Can't you just "Hide" the pages you don't want to appear?
Nah, I'm talking about hiding the project list completely, i.e. making the content the only visible portions of the page.
I tried hiding all of the projects from the exhibits list, but now there is a error message there: "Error with pages query"
Would this be a matter of messing with the "index.php" file?
Ok...this is a bit much, but you could hide them with CSS...yes, this means you need to mess with the style.css file for your template set. If you add...
#menu ul { display: none; }
You will hide all the menus without messing with code.
Try it...see if it's what you wanted.
I actually was able to hide it by removing the menu divs from index.php
thx Vaska!
That could cause other issues...maybe...???
You need to be logged in to post.