Remove Page Title Section
-
Hi,
Is it possible to completely remove the Page Title Section rather than just edit it in CSS?
Thanks
-
Hi
Kindly share your website URL
Thanks.
I figured it out by commenting out the following line from the fullwidth.php
get_template_part(‘index’,’banner’);
Hi
That’s Good
Close this Ticket.Thanks.
So, how do you comment out a line?
Go to and edit the file at this location:
/public_html/wp-content/themes/appointment/fullwidth.phpChange it to:
/**get_template_part('index','banner'); */I’ve copied the contents of my fullwidth.php to pastebin as an example:
http://pastebin.com/SGP6NWubI appreciate your help but thats not doign any thing for me. I did it exactly as you showed in yours. We are talking about that stupid bar across the screen right below the navigation?
Mine is green as seen here
I have so many issues, I knew better than to go pro :/ Seems the author gets crank over others asking questions in established threads!
Here is my code<?php /** Template Name: Fullwidth */ get_header(); /** get_template_part('index','banner'); ?> */ <!-- Blog Section with Sidebar --> <div class="page-builder"> <div class="container"> <div class="row"> <!-- Blog Area --> <div class="col-md-12"> <?php if( $post->post_content != "" ) { ?> <div class="blog-lg-area-left"> <?php if( have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endif; ?> </div> <?php } ?> <?php comments_template( '', true ); // show comments ?> </div> <!-- /Blog Area --> </div> </div> </div> <!-- /Blog Section with Sidebar --> <?php get_footer(); ?>Yeah it was that code change that removed the green bar for me. I just went through and commented out line at a time to see what it affected. It was trial and error for me really. I just had to make sure that when editing the page that I set the template to Full Width (See screenshot)
I don’t use pro so I don’t use any other page template apart from that, so if you’re using a different one you might need to change the code in another php file
lol, Im not too sure i even know how to set it to full width but Ill dig around and try to find it.
I do appreciate all your help as I continue to struggle with this theme. . . .In your WordPress dashboard, go to Pages and click edit on the page you want to edit (your About page for example – see screenshot for example) – on the right hand side, you will see what I posted in the previous screenshot, where you can change the template to “fullwidth”.
Make sure you save the changes when you’re done by clicking Update
It throws an error on line 9 of the edited file
Parse error: syntax error, unexpected ‘<‘ in /home/imchasinyou/public_html/easycarelawns.info/wp-content/themes/appointment-pro/fullwidth.php on line 9I dunno, Im confused and I have soooo many windows open now
So, the only way to keep the page alive is to leave it at default template but then I cant seem to get rid of that annoying bar and title section. . . . Im still trying to find a solution. The default template is the only way my site does not break.
I’m on the road now, but I’ll take a look when I get back to see if I can help you out.
Who knows, maybe you’ll actually get some help from the theme support staff before then ;p
Actually, I took a quick read over on my phone. If your code is still the same as what you posted above, the error may be here:
You have:
/**
get_template_part(‘index’,’banner’); ?>
*/Mine is:
/**
get_template_part(‘index’,’banner’);
*/
?>Check the pastebin link I sent again and make sure it’s in the exact same order then try full width again
Ill have a look after I walk the dog and rest my eyes. I must say, i found a really nice plug in that does what I thought this theme would have easily been able to do. . . .
Have a looky at my site when you have a chance, http://www.easycarelawns.info
BAAAAHHHHHHH! SCREW YOU STUPID FINGERS! ! !
You fixed it for me. May god love you as much as I do now. . .
lol, I cant believe I did that. All better now and the site is looking great once again, now I have to try to await help on my other issues unless you know how to move the text on my slider on my home page. If you have time to look, its my home page and all the text and boxes look right the way i want them, they are just in the wrong place.
Even if you cant help me there, I cant thank you enough for taking the time to help me. Your better than the support guy who just likes to get rude with ppl asking for help with his template that we PAID for. . .
The topic ‘Remove Page Title Section’ is closed to new replies.
