You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Page Hierarchy

UserPost

8:10 pm
May 6, 2009


hollypowell

Southport, NC

Member

posts 32

1

How do you get the page hierarchy to work? We've added An About Page with 2 more pages; however, they are not showing up.

Holly Powell

Living Life And Getting it Done

http://www.simplehowtovideos.com/flexsqueeze-videos

10:05 am
May 7, 2009


Ryan

Admin

posts 1521

2

Are they subpages?  The navigation only goes 1 level deep by default, but you can change that.  The theme doesn't do drop-down menus, but you can get your sub pages to be visible on the navigation bar.  Go into your header.php file and change the "depth" option in the navigation to 2 instead of 1.  Just note there are 2 code sections that have the navigation code, depending on if you're using the navigation above or below the header.

12:51 am
May 14, 2009


blackhat

New Member

posts 1

3

Questions:

  1. If I do the option you said above, it only creates another line with the subpage showing, can I tweak the code to incorporate the drop-down menu in flexibility 2? I am using the navigation below the header what file am I suppose to edit to change it?
  2. If possible can you help me with that?
  3. What files do I need to edit so that I can do the drop-down menu?

Really appreciate if you can help me with my problem.

2:02 pm
May 14, 2009


Ryan

Admin

posts 1521

4

Cross-browser drop-downs require pretty extensive CSS modification and it's beyond a "tweak".  You'd be better off trying to get a drop-down plugin to work, and that still takes significant modification.