estjohn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can you group together posts but NOT in a category?I use In-series on my single.php pages. I REALLY like it! I was wodnering how I could get posts together that would be time stamped apart in a series, and this does the trick.. thanks!
BTW.. I use it in conjunction with psot teaser also, so it does not clutter the main pages and you only see it on single pages.
Forum: Installing WordPress
In reply to: Comments Not Working!!!The Forums: Please read before posting.
http://wordpress.org/support/topic/39501
“Please don’t bump your question! Bumping is actually counter-productive as volunteers look for threads that only have one (1) post, but if you bump your thread, you immediately increase the post count to two (2) and that makes it harder to find an unanswered thread. Bumping is also rude! If you bump your post, the bump might be removed without further explanation. ”
Forum: Fixing WordPress
In reply to: How/where to edit ‘the_category’?try a Technorati plugin
Forum: Installing WordPress
In reply to: adding “heads/titles”Forum: Installing WordPress
In reply to: Footer?Well.. might help if you show a link, let us have a visual of where it is, and explain where you want it. My telepathy skill doesn’t seem to be working π
Forum: Fixing WordPress
In reply to: Delete Categoryrename it to another category and move all the posts to the newly renamed one. Then you get rid of it that way… thats how I had to do it.
IE.. I had 2 categories – about and uncategorized. I wanted to get rid of uncategorized, but it wouldnt let me. I moved all of the about posts to uncategorized, deteled the empty about and renmaed uncategorized to about.
Forum: Fixing WordPress
In reply to: Help! Works in every browser but Firefox…You need to figure out what is putting them in and not putting any content into them. View the source of a “good ” page and see what it puts between the SPAN tags or of the span tags are even tehre. I am not sure that is the problem though. I just know it is what I saw and that can cause problems.
Forum: Fixing WordPress
In reply to: Help! Works in every browser but Firefox…Thats what I am seeing.. I dunno if that is what is actually causing the problem or a result from the problem
Forum: Fixing WordPress
In reply to: Help! Works in every browser but Firefox…erll.. on some pages like
http://jareddrewmoody.com/?cat=6
you have empty span tags.. are they supposed to be empty?on these pages it pushes the menu too far to the left in firefox almost running over the content
<p class="nav"><span class="prev"></span>
<span class="next"></span></p>Forum: Fixing WordPress
In reply to: Comments CSS Awry (HELP ME)some can… it depends. some plugins you ahve to manually add extra code in the html to get them to work. deactiviating them might still leave the extra code there if you had to add any.
id say deactivate them all, check it for HTML and XHTML validity, CSS validity, fix it so its structured right, then add them one by one
Forum: Fixing WordPress
In reply to: Comments CSS Awry (HELP ME)when you add pluings, you only want to add one at a time, check and then do another… this is part of the reason why
Forum: Fixing WordPress
In reply to: Comments CSS Awry (HELP ME)id say its the fact comments are displayed on the other pages and not the front?
Forum: Fixing WordPress
In reply to: Comments CSS Awry (HELP ME)did you add any new plugins? turn those off..
offhand id say it had related to feedburner.. but it could be anythingForum: Fixing WordPress
In reply to: Comments CSS Awry (HELP!)it takes about 5 minutes to download and install.. its the other stuff of finding the errors to fix it that will take a while. Been there, done that, still have to do it. Even plugins can do it cos they work diff ways w diff themes.my suggestion is to find a theme that starts out using tidy w no errors and no warnings from tidy or w3c for XHTML checking, and then add stuff, take care of it as it happens. otherwise you end up with tons of errors and dont know where to start. fixing one error might fix 10 others.. but what code i saw from the source.. is going to take a long while unless you start over and check it after each plugin, after each post (i check mine just by viewing it in firefox, it can tell me right away if there are any errors or warnings. And Im not saying my site is perfect, because i still have a LOT to fix … but the warnings are less severe than the errors.. but even warnings can cause what you have.)
try going to http://www.w3c.org and checking your html on it. take a look and see.
Forum: Fixing WordPress
In reply to: Trackbacks: manual WP install vs. FantasticoIf i knew how to do that, then i wouldnt have to recopy and repaste my old stuf from phpnuke database to the new wp one π somehow i doubt it.. unless you want to do it manually