Quote Originally Posted by eWasteRecycler View Post
My needs currently do not need the left side slide out box & followed your instructions by "//" commenting out the 4-5 lines contained as you noted, but there must be some other location that causes this to continue to work ? Could you please include the path to the file(s) you are quoting to be edited, it took several minutes to find this one file.

Thank you in advance.

eWasteRecyclers
Path: includes/templates/westminster_new/common/tpl_main_page.php

On the bottom of that file you find

PHP Code:
   <div class="slide-out-div"> 
    <a class="handle" href="http://link-for-non-js-users.html">Content</a> 
<?php echo SLIDE_OUT_CONTENT?> 
         </div>
On one of my installs I changed the code to read

PHP Code:
   <!-- div class="slide-out-div"> 
    <a class="handle" href="http://link-for-non-js-users.html">Content</a> 
<?php // echo SLIDE_OUT_CONTENT; ?> 
         </div-->
Hope this fixes your issue.