La modification de header.php pour Avada thème WordPress

Site De Test Exemple: http://cincinnati-website-design.net/sandbox/

Je suis à l'aide de l'Avada Thème et ne pouvez pas sembler obtenir de l'aide grâce à l'appui. Ils ont juste me dire d'aller trouver un développeur.

J'essaie d'obtenir la "page-title-conteneur" apparaît sur l'index principal/page d'ACCUEIL. Il s'affiche correctement sur toutes les autres pages, mais apparemment, il est conçu pour ne PAS afficher sur l'index principal ou à la MAISON.

header.php extrait de:

<?php if(of_get_option('page_title_bar', 'yes') == 'yes'): ?>
<?php if(((is_page() || is_single() || is_singular('avada_portfolio')) && get_post_meta($post->ID, 'pyre_page_title', true) == 'yes') && !is_front_page()): ?>
<div class="page-title-container">
<div class="page-title">
<h1><?php the_title(); ?></h1>
<?php kriesi_breadcrumb(); ?>
</div>
</div>
<?php endif; ?>
<?php if(is_home() && !is_front_page() && get_post_meta($slider_page_id, 'pyre_page_title', true) == 'yes'): ?>
<div class="page-title-container">
<div class="page-title">
<h1><?php echo of_get_option('blog_title', 'Blog'); ?></h1>
<?php kriesi_breadcrumb(); ?>
</div>
</div>
<?php endif; ?>
<?php if(is_search()): ?>
<div class="page-title-container">
<div class="page-title">
<h1><?php _e('Search results for:', 'Avada'); ?> <?php echo get_search_query(); ?></h1>
</div>
</div>
<?php endif; ?>
<?php if(is_archive()): ?>
<div class="page-title-container">
<div class="page-title">
<h1><?php single_cat_title(); ?></h1>
<?php kriesi_breadcrumb(); ?>
</div>
</div>
<?php endif; ?>
<?php endif; ?>
<div id="main" style="overflow:hidden !important;">
<div class="row">
InformationsquelleAutor Ankh | 2012-10-08