gaylynw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My sidebar went to the bottom of the pageI have gone into the code and cannot see what you are saying is there. I copied the HTML code yesterday when I wrote. That’s all that is there. It doesn’t have the codes you say are there. I’m frustrated. What do I do?
Forum: Fixing WordPress
In reply to: My sidebar went to the bottom of the pageThe other thing is that this quote has been there like it is for a while and the sidebar was working. I hadn’t touched this quote when the sidebar jumped to the bottom.
Here is all the code I see around the quote:
<p style=”text-align: left;”><span style=”color: #000000;”>[jbox color=”platinum”]I recommend you take the time to read this important book. Stress can ruin your life, but Jesus offers a better way. The Biblical solutions and personal truths in this book can set your heart, mind and soul free. This book is a timely remedy for a culture consumed with pressure, over-scheduling, impossible deadlines and sleepless nights full of anxiety. Read and be restored to the life God intended.</span>
<span style=”color: #000000;”> — Gary Wilkerson, President of World Challenge and Pastor of The Springs Church, Colorado Springs, CO[/jbox]</span></p>I wonder if it is the jbox that is affecting it. But like I said, I had that in long before the sidebar went to the bottom of the page.
Forum: Fixing WordPress
In reply to: My sidebar went to the bottom of the pageI’m assuming you’re saying to go into html, rather than visual. I did that, but I can’t see these codes at all. I can see codes, but jsut not these, so it makes it difficult to figure out how to get rid of them.
Thanks for any help you can give me.
Forum: Themes and Templates
In reply to: How do I get rid of page name?Below is everything it says on page.php
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other ‘pages’ on your WordPress site will use a
* different template.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”><?php
/* Run the loop to output the page.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
get_template_part( ‘loop’, ‘page’ );
?></div><!– #content –>
</div><!– #container –><?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Themes and Templates
In reply to: How do I get rid of page name?When I go onto the page.php, there is no reference to “the_title”.
Forum: Themes and Templates
In reply to: How do I get rid of page name?How do I do that. I found that code in loop.php and loop-page.php. I’m not sure what those are for. Can I get rid of them there?