how to eliminate search, categories and archives widgets

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 16, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, On my contact page search categories and archives widgets show even though I have removed them. Please let me know how to make them not show on the contact page. Thanks, Sandra The website is primestrategyinc.com
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    remove_sidebar.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I have located the section you mention but it does not look the same and I can not find the area you want me to remove....Please advise. Thanks, Sandra

    This is the text that I see:
    <?php
    /**
    * The template for displaying Category pages
    *
    */
    get_header();
    ?>
    <!-- ----------------------------------------------- -->
    <!-- ---------------Blog template ------------------ -->
    <!-- ----------------------------------------------- -->

    <!----------------------Post 1-------------------------->
    <div class="page-top-bg">
    <div class="container">
    <div class="row">
    <div class="brd-crm"><h1><?php printf('' . single_cat_title('', true) . ''); ?></h1></div>
    </div>
    </div>
    <?php if (woodpecker_get_option('woodpecker_headbg') != '') { ?>
    <img src="<?php echo woodpecker_get_option('woodpecker_headbg'); ?>">
    <?php } else { ?>
    <img src="<?php echo get_template_directory_uri(); ?>/images/page-top-bg.jpg">
    <?php } ?>
    <div class="top-bg-mask">
    <?php if (woodpecker_get_option('woodpecker_headbg') != '') { ?>
    <img src="<?php echo woodpecker_get_option('woodpecker_headbg'); ?>">
    <?php } else { ?><img src="<?php echo get_template_directory_uri(); ?>/images/page-top-bg.jpg"><?php } ?>
    </div>
    </div>
    <div class="container">
    <div class="row">
    <div class="page-post-container-wrapper">
    <div class="col-lg-16 col-md-16 col-sm-16">
    <!-- ----------------Category Page starts --------------------- -->
    <?php if (have_posts()): ?>

    <?php
    /* Since we called the_post() above, we need to
    * rewind the loop back to the beginning that way
    * we can run the loop properly, in full.
    */
    rewind_posts();
    /* Run the loop for the archives page to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-archives.php and that will be used instead.
    */
    ?>
    <?php get_template_part('loop', 'category'); ?>
    <nav id="nav-single"> <span class="nav-previous">
    <?php next_posts_link(OLDER_POSTS); ?>
    </span> <span class="nav-next">
    <?php previous_posts_link(NEWER_POSTS); ?>
    </span> </nav>
    <?php endif; ?>
    <!-- ------------------Category loop ends----------------------- -->

    </div>
    <div class="col-lg-8 col-md-8 col-sm-8">
    <?php get_sidebar(); ?>
    </div>
    </div>
    </div>
    </div>

    <!-- -----------------------Blog template ------------------------- -->

    <!-- --------------- -->
    <!-- -FOOTER Starts- -->
    <!-- --------------- -->
    <?php get_footer(); ?>
     
  4. priya

    priya Guest

    Hello,

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Hope you will get it helpful..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    I am having the same issue. i would like to remove the three widgets left on my contact page, I would like to remove search, archives, and categories. I am not sure what you mean when you say "Commet-out" on your screen shot. I deleted the lines 169-171 but the widgets still show up. Please can you help. Please see
    http://skyshotmuskoka.ca/index.php/contact-us/
     
  6. priya

    priya Guest

    Hello,

    Would you please clear your cache and check after that?

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    I have cleared my cache in wordpress and in my browser and still have search, archives, and categories in the side bar. any other suggestions???

    Thanks
     
  8. priya

    priya Guest

    Hello,

    To determine and fix the issue, we need to access your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.

    Your Website URL:
    WordPress Username:
    Password :

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page