how to remove unwanted stuff in contact page

Discussion in 'Compass WordPress Theme' started by jbmportillo, Aug 8, 2014.

Thread Status:
Not open for further replies.
  1. jbmportillo

    jbmportillo New Member

    Joined:
    Jul 31, 2012
    Messages:
    20
    Likes Received:
    0
    How to remove all the stuff to the right on the contact page: Search, Recent Posts, Recent Comments, Archives, etc. See picture....
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To remove all the stuff to the right on the contact page you need to edit template_contact.php file.
    Go to the
    wp-content\themes\compasstheme\template_contact.php
    and replace following code on line no. 55
    <div class="grid_24 alpha">
    in place of <div class="grid_17 alpha">

    And delete following code from line no. 98 to 102
    Code:
    <div class="grid_7 sidebar_grid omega">
    <!--Start Sidebar-->
    <?php get_sidebar(); ?>
    <!--End Sidebar-->
    </div> 
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. jbmportillo

    jbmportillo New Member

    Joined:
    Jul 31, 2012
    Messages:
    20
    Likes Received:
    0
    It worked !! -- Many thanks!!
     
Thread Status:
Not open for further replies.

Share This Page