Double Title HertzPro

I have seen this twice now. I am not sure how to fix it. It only seems to do it when using HertzPro Theme. Example is here

Comments

user
Submitted by admin on Fri, 04/10/2015 - 13:20

I can see the double title issue only on the test page.
Other pages on your website seems to have just one title as here http://reedyracing17.com/node/3

What is content type of of this test page??

user
Submitted by Bryanls75 on Fri, 04/10/2015 - 13:27

It is just an added content type i called Youtube. It is for using mediafront module. It also seems to do it using webforms as well. Webform example

user
Submitted by Bryanls75 on Fri, 04/10/2015 - 13:30

delete that link. here is the corrected one. New Link

user
Submitted by Bryanls75 on Fri, 04/10/2015 - 15:25

It seems to be just fine on your standard content types (Blog, Article, etc.). I just created a new content type (no special fields or anything) and then added content using that content type, the result is the title being doubled.

Thanks for the help.

user
Submitted by admin on Fri, 04/10/2015 - 15:50

Please follow below steps:
1) open /templates/node.tpl.php in any text editor
2) Find and delete following codes from line 13, 14

<?php else: ?>
<h1 class="title"><?php print $title; ?></h1>

3) Save

Done!!!

user
Submitted by Bryanls75 on Fri, 04/10/2015 - 15:54

That worked! Thank you!