Is there an easy way to eliminate the Featured Area on all pages? I know it doesn't appear on the home page. I would like that same effect on the other pages.
Eliminate the Featured Area on all pages
10 posts from 3 voices-
Posted 2 years ago #
-
Do you mean the breadcrumb menu? Or the additional headline?
Posted 2 years ago # -
The additional headline. This image should explain it for the site I'm working on: http://screencast.com/t/Qco5wKWDQ
URL to site: http://pmags2.jzapin.com/category/backpacking-deals/
Posted 2 years ago # -
Just remove following code from header.php:
if($k_option['custom']['headlineContent'] == '') { $headline = get_post_meta($post->ID, "_headline", true); if($headline != "") $headline = '<h2>'.$headline.'</h2>'; } else { $headline = $k_option['custom']['headlineContent']; } echo '<div class="wrapper wrapper_heading ie6fix" id="wrapper_featured_area">'; echo '<div class="overlay_top ie6fix"></div>'; echo '<div class="overlay_bottom ie6fix">'; echo '</div>'; echo '<div class="center">'; if($headline != "") echo $headline; echo '</div></div>';The Dude
Posted 2 years ago # -
That worked. Thanks (again)
Posted 2 years ago # -
Glad that I could help you.
Posted 2 years ago # -
Hi, what I just want to reduce the HEIGHT of this gap only? I would like the color to show like a thick line say of 4px. Thanks
Posted 2 years ago # -
I remember that you use Newscast or do you need the answer for Avisio?
Posted 2 years ago # -
Yes, I have Avisio as well and need the answer for it.
btw, I abandoned Newscast because I wasn't getting the help I needed.Anyway, I need help with this now.
Posted 2 years ago # -
Hey,
please make following modifications:1) Open style.css and find following code:
.wrapper_heading{ padding:29px 0 37px; min-height:50px; }change it to:
.wrapper_heading{ padding:4px 0 37px; }You can adjust the value of padding as you like. I set the height to 4px.
Then open header.php and delete following line:
if($headline != "") echo $headline;Posted 2 years ago #
Reply
You must log in to post.














