Themesphere Support Forum » Suggestions & Feedback

Navigation Bar in Go Green

(5 posts)
  1. I would like to disable the top navigation bar in the Go Green scheme.

    Is this possible?

    If so, how's it done please? Thanks!

    Posted 1 year ago #
  2. Edit wp-content/themes/gogreen/header.php and remove the following part

    <ul>
              <?php wp_list_pages('title_li=&depth=1&include=' . get_option('ts_nav_pages')); ?>
            </ul>
    Posted 1 year ago #
  3. Thank you.

    Works wonderfully!

    Ian D

    Posted 1 year ago #
  4. I would like to include pages that have parent pages within the menu system. At present if a child page is selected within the Go Green options it has no visible effect when previewed. Can you suggest a good place to start with this requirement? The only option I can think of is to use dtabs plugin http://bit.ly/GHqcU and craft the css to retain the Go Green existing styling.

    Posted 1 year ago #
  5. okso, go green doesn't have child page feature by default. You'll have to edit header.php and replace depth=1 with depth=2 in wp_list_pages function.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.