Forums » Support
Hide project list?
aquabotic
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.

Vaska
I WROTE THIS
2008-05-08 19:27:48
--

I'm confused by the question...

Can't you just "Hide" the pages you don't want to appear?

aquabotic
UNITED STATES
2008-05-08 19:33:19
--

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?

Vaska
I WROTE THIS
2008-05-08 19:36:41
--

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.

aquabotic
UNITED STATES
2008-05-08 19:40:19
--

I actually was able to hide it by removing the menu divs from index.php

thx Vaska!

Vaska
I WROTE THIS
2008-05-08 19:46:27
--

That could cause other issues...maybe...???

Showing 1 - 6 of 6 posts in Forum > Support > Hide project list?
 

You need to be logged in to post.