I have done some moddifications in enfold theme like this – in functions-enfold.php
$defaults = array(
‘title’ => get_the_title($id),
‘subtitle’ => “”, //avia_post_meta($id, ‘subtitle’),
‘link’ => get_permalink($id),
‘html’ => “<div class='{class} title_container’><div class=’container’><div class=’slogan’>For safer medical treatment. World Medical Card ®</div><{heading} class=’main-title entry-title’>{title}</{heading}>{additions}</div></div>”,
‘class’ => ‘stretch_full container_wrap alternate_color ‘.avia_is_dark_bg(‘alternate_color’, true),
‘breadcrumb’ => true,
‘additions’ => “”,
‘heading’ => ‘h1’ //headings are set based on this article: http://yoast.com/blog-headings-structure/
);
In the blank template i dont want this it should be blank – how can i remove this in blank template?
Hey Knut!
Thank you for using Enfold.
Are you trying to hide the title container on a page? Edit the page then look for Layout > Title Bar Settings. Select “Hide Both”.
If possible, avoid modifying the core theme files. Please use a child theme to preserver the modifications. Refer to this link for more info: http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
Ismael