Simple Pages: How to hide the Navigation Tree?

Hello all,

When using SimplePages plugin a navigation tree is always displayed in the right part of a web page. Is there a way to hide this tree?

Thank you,
Pavel

In the Simple Pages plugin, go to the following file views/public/page/show.php. Then comment out the call to the simple pages navigation, <!--<?php echo simple_pages_navigation(); ?>-->
That should work for you.

Thank you, Andy. This works!