Tagged: h
Hello,
I have a problem on my site http://www.drone-ardeche.com
I have empty H1 tags, at breadcrumb :( :(
I also have h3 empty tags, while I did not put them, how to successfully remove them?
Thank you :)
Hey DRONE-ARDECHE,
Can you post a link where the empty h1 tags and breadcrumbs are located? the link you posted doesn’t seem to have empty h1 tags.
Also please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Nikko
hi !
Ok for deactivate plugin ;)
Hi,
For empty h3 tags, I found that it was showing when you change the editor from Visual to Text in the textblock, I just removed the empty h3 tags. For empty h1 tag, kindly modify functions-enfold.php and find this code (line 404):
if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['title'] = '';
and replace it with:
if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['html'] = "<div class='{class} title_container'><div class='container'>{additions}</div></div>";
Let us know if it works :)
Best regards,
Nikko