• Resolved Hermitband

    (@hermitband)


    I’ve gotten rid of the Slider at the top of my Front Page, and would like the page title bar to show up like in all the other pages (white writing on a red strip background), but can’t get it to show.

    I believe it may be in the header.php around the page-title-bar section, I can can see the is_front_page coding there, but can’t seem to get rid of that. Any help appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Sorry for the delay,

    We have checked your site, and it seems you have managed to modify the page title to fit your needs. If you need any help, please create a new topic. We will get back to you as soon as possible.

    Regards!

    Thread Starter Hermitband

    (@hermitband)

    Hi Amrit,

    Thanks for the reply. After a bunch of messing around and help from a good programmer friend, it got resolved. If anyone is interested, here’s the change in the header.php that was made:

    <section class="page-title-bar clearfix">				<div class="inner-wrap">					<?php if ( '' != esteem_header_title() ) { ?>						<?php if ( is_home() ) : ?>							<div class="page-title-wrap"><h2><?php echo esteem_header_title(); ?></h2></div>						<?php else : ?>							<div class="page-title-wrap"><h1><?php echo esteem_header_title(); ?></h1></div>						<?php endif; ?>					<?php } ?>					<?php if ( function_exists( 'esteem_breadcrumb' ) ) {						esteem_breadcrumb();					} ?>				</div>			</section>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Front page not showing title bar’ is closed to new replies.