Change Header Issue

Discussion in 'Compass WordPress Theme' started by sunnyca, Dec 8, 2016.

  1. sunnyca

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    Hello there,

    In the "Header.php" folder, we have the following codes:
    -----------------------
    <div class="header">
    <div class="grid_6 alpha">
    <div class="logo">
    <a href="<?php echo home_url(); ?>"><img src="<?php if (inkthemes_get_option('inkthemes_logo') != '') { ?><?php echo inkthemes_get_option('inkthemes_logo'); ?><?php } else { ?><?php echo get_template_directory_uri(); ?>/images/logo.png<?php } ?>" alt="<?php bloginfo('name'); ?> logo"/></a>
    </div>
    </div>

    <div class="grid_18 omega">
    <div class="menu_wrapper">
    <div id="MainNav">
    <?php inkthemes_nav(); ?>

    </div>
    </div>
    </div>
    <div class="clear"></div>
    </div>
    ------------------------------------
    When I remove
    <div class="logo">
    <a href="<?php echo home_url(); ?>"><img src="<?php if (inkthemes_get_option('inkthemes_logo') != '') { ?><?php echo inkthemes_get_option('inkthemes_logo'); ?><?php } else { ?><?php echo get_template_directory_uri(); ?>/images/logo.png<?php } ?>" alt="<?php bloginfo('name'); ?> logo"/></a>
    </div>

    The logo is gone. That's what I want. But I also want to remove the Navigation, but when I remove
    <div id="MainNav">
    <?php inkthemes_nav(); ?>

    </div>

    The page is a mess. My question is how I can remove both the LOGO and Navigation, so that I can replace them with a new one?

    Thanks!
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Just get a fresh copy of the theme from your members area and replace the code with the code from the relevant file of the downloaded copy.

    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page