• Resolved natroneous

    (@natroneous)


    Can you possibly let me know the custom code to hide the page date, author, comments portion at the top of my interior pages?

    Also, if I upgrade to the full version, can I change navigation and footer background colors easily?

    Thank you

Viewing 4 replies - 16 through 19 (of 19 total)
  • hi

    Please replace your front-page.php file with Below code.

    <?php
    get_header();
    $current_options=get_option(‘hc_lite_options’);
    if($current_options[‘home_page_image’]!=”) { ?>
    <div class=”row”>
    <img style=”height:450px; width:1200px;” src=”<?php echo $current_options[‘home_page_image’]; ?>” class=”img-responsive” />
    </div>
    <?php } ?>
    <div class=”row”><div class=”hc_home_border”></div></div>
    <?php
    /****** get index service ********/
    get_template_part(‘index’, ‘services’) ;

    /****** get index Projects ********/
    get_template_part(‘index’, ‘projects’) ;
    get_footer();
    ?>

    Thanks.

    Thread Starter natroneous

    (@natroneous)

    That sort of worked. The homepage is back, but only the Services section below and not Projects. And the check boxes still aren’t on the options panel either.

    Thread Starter natroneous

    (@natroneous)

    Will upgrading to the full version fix all of these issues??

    This part of code worked for me

    .hc_post_date
    {
    display:none;
    }

    .hc_post_detail
    {
    display:none;
    }

    Bye.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Hiding page date, author, comments portion’ is closed to new replies.