richardginn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: I’M stumped. Single.php is not looking like Index.php…..<?php comments_template(); // Get wp-comments.php template ?>
I took out this line of code and it fixed the width problem and i see that the wp-comments.php file had not been loaded up yet.
I hope that fully solves it, but wonders why it created the problem in the first place????
Forum: Themes and Templates
In reply to: I’M stumped. Single.php is not looking like Index.php…..I took this code outside of the all the main tables and it still did the same screwy stuff of going over 900px….
<table width="700" border="0" cellspacing="0" cellpadding="0" > <tr> <td valign="top" width="469"><?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post"> <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> <div class="meta"><?php the_time('F jS, Y') ?> <?php edit_post_link('Edit','|',''); ?></div> <div class="storycontent"> <?php the_content(__('(more...)')); ?> </div> <div class="feedback"> <?php wp_link_pages(); ?> <?php _e("Posted by"); ?> <?php the_author() ?> | <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?> </div> <!-- <?php trackback_rdf(); ?> --> </div> <?php comments_template(); // Get wp-comments.php template ?> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?></td> <td width="27"></td> <td width="203" align="right" valign="top"><?php get_sidebar(); ?></td> </tr> </table>
I did not find the missing the UL tag you saw. I am now down to seven errors and 2 warnings after making some changes. It was up past 40 errors at one point.
Forum: Fixing WordPress
In reply to: Upgrade from 2.8 too 2.8.4 failedSometimes it is just so much easier to do it the old fashion way….
Forum: Fixing WordPress
In reply to: I have a wacky error the really needs fixing….Well here is what I did to try to correct it….
I put wordpress in a separate directory with a 100000% fresh install.
I also used a 10000% fresh database.
I install some of the plugins and they work fine.
When I goto PHP My Admin and do the import of all of the old posts and users, it says stuff has been uploaded.
I go back to the blog and then all the same errors all pop up again…
What can I do to make the export/import process go smoothly….
Forum: Fixing WordPress
In reply to: Side menu on post pageYou could put a link to front page of the blog under the main site category.
If the theme you are using has a single.php file it you need to modify the code a bit so that it can look like the front page of the blog.
It would be nice if could take the code for menu on the https://www.megancrewe.com/ homepage and put it on the blog as well.
Forum: Your WordPress
In reply to: New to word press, what do you thinkThe black text on that graphic is just not working for me.
Forum: Fixing WordPress
In reply to: 1&1 Blog with WordPressYou need to use and FTP program like ACE FTP.
The FAQ’S do give you informnation on how to set this up.
Forum: Fixing WordPress
In reply to: Can’t logon to my website now????? Authorization Required error….hmmmm I seemed to have fixed it by changing the .htaccess file.
I hope this error does not come back again.
How this error occured, I do not know.
Forum: Fixing WordPress
In reply to: Can’t logon to my website now????? Authorization Required error….the webiste was woking fine on friday and I did no changes to it.
Forum: Everything else WordPress
In reply to: Hosting suggestionsIf you have not made a decision yet I use
I host my wordpress based website now off it.
Forum: Your WordPress
In reply to: Tell me what you thinkI like the design as well.
Forum: Your WordPress
In reply to: myeducationalplan.comI finally did it.
I finally got the index.php page to validate 100% as XHTML 1.0 Traditional.
In order for me to do that I had to go into the fireworks program and re-export the whole menu with XHTML 1.0 code. Then I had to copy and paste code into the index.php file.
That cut errors down to like 15. After figuring out what they were they were I squashed down to zero.
Yeah me!!!!
Forum: Your WordPress
In reply to: myeducationalplan.comWell jwurster, the website before I tried to use wordpress was all HTML, the big fireworks based menu that linked to a whole load of HTML pages, and a little javascript I created on few pages for a small menu. Been around for a couple years.
I wanted to use the WordPress software so I could webupdate the webpage and to add some search abilities on all the stuff I post to the main page.
When I tried to put in the doctype line in I put it on line one of the webpage like they want you to do. Strange that IE did not render the menu wrong at all.
I am not a complete expert on doctype stuff. I would like to get rid as many of the errors as I can. The less errors the better imo.
Forum: Your WordPress
In reply to: myeducationalplan.comI will admit I am not 100% familiar with all the wordpress files, butttttt The fireworks code does not produce errors.
https://www.myeducationalplan.com/aboutme.html
This page fully validates with no errors for HTML 4.01 Transitional!
100% same fireworks menu in the index.php page.
Forum: Your WordPress
In reply to: myeducationalplan.comI tried to put in the doctype line, but the Mozilla Browser did not like that code at all. Rendered the Firworks menu wrong. It started to add in a whole lot of white space between menu choices.
One weeks worth of posts caused over 100 errors. Adding in one paragraph tag chunked like 40 errors.