joemargfx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postThanks doodle, I use line numbers in my software, I just didnt know which file it was referring to.
Thanks again for your help.
– Joe
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postAHA!!!! That did it!
Thank you so much Do77… I dont know what you fixed but that did it. Now to figure out what the validator was saying about all this messed up code.
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postDoodlebee,
Thanks but that just opens up so many issues one being Where is the validation being done on? The output says “line 75..” but which file? Its such a mess at the moment. Also where are you talking about when you say;
You also might try moving your comments template call to *within* your #left container instead of outside of it.
I just saw your post Do77 let me try that…
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postDo77 any thoughts?
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postBeing I dont have a clue what Kichu wanted me to change I am unsure what is relevant here so here is the whole single.php:
<?php get_header(); ?> <!-- <div id="content"> --> <div id="container"> <div id="left"> <?php if (have_posts()) : while (have_posts()) : the_post(); // the loop ?> <div class="post "> <!--post title as a link--> <h1 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h1> <!--post text with the read more link--> <?php the_content('<div class="post-more">Read the rest of this entry »</div>'); ?> </div> <!--post meta info--> <br /> <strong>Posted By: </strong><?php the_author_link(); ?> <!-- The author's name as a link to his archive --> <strong>Posted On: </strong><?php the_time('m.j.Y') ?><!-- the timestamp --> <strong>Comments: </strong><a href="<?php the_permalink(); ?>#comments"><?php comments_number('No Comments Yet', '1 Comment So Far', '% Comments Already'); ?></a> <!-- comment number as link to post comments --> <strong>Categories: </strong><?php the_category(', ') ?> <!-- list of categories, seperated by commas, linked to corresponding category archives --> </div> <?php comments_template(); // include comments template ?> <?php endwhile; // end of one post ?> <?php else : // do not delete ?> <h3>Page Not Found</h3> <p>We're sorry, but the page you are looking for isn't here.</p> <p>Try searching for the page you are looking for or using the navigation in the header or sidebar</p> <?php endif; // do not delete ?> <!--include sidebar--> <div id="right"> <?php get_sidebar(); ?> </div> </div> <!--include footer--> <!-- </div> --> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postEEEK I am so close…
I am supposed to deliver this today and the only thing holding me up is this damn sidebar. Anyone else have any ideas what I am supposed to edit in the singles.php file to get the sidebar at the top of the page?
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postCloser!
It is now at the same level as the comments section. So what do I edit in the singles.php to get it to play nice?
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postOk I guess I will move it back. I am really lost here and could use some help.
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postHey Kichu did you see what changed by me commenting out clear both? I want to put it back but I dont know if you saw what happened when I changed it.
I have also commented out every clear:both; in the file and it just ruins the formatting.
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postHey Kichu,
I cannot find the code you are showing. I find all comments and none go
‘#comments {
clear:both;
margin:0;
padding:10px 0;
}’
Instead I have:‘#comments {
padding: 10px 0px; margin: 0px;
/*clear: both;*/’
I left it that way and you can see the comments go to the top of the page and the right sidebar is still at the bottom of the page.Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postbtw I am using dashcode for mac to do my coding and the line numbers are all different. Line 550 looks to me to be about line 590ish
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postHey Kichu I tried commenting out every clear:both and all it did was nothing in 3 places and in the last 2 places it moved the comments above the title block.
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postOk I removed the float and resized it to only 580 px (it was 900) now the comments are aligned left and the right sidebar is still at the bottom.
The right sidebar is still messed up and at the bottom.
Forum: Fixing WordPress
In reply to: Right sidebar dropping to bottom of page just in single postI took that out and its still happening. I am only doing the graphics on the site and changing around the colors in the css. I believe that it had been doing it before I did anything because when I put back the original style.css and template DKgreen.css the problem is still there.