jonimueller
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Content of Blog Not Showing UpHmm. Where are you trying to put the SWF file? I use Kimli all the time, but only in posts and pages, with the latest version of WP, and it works just fine. Well, I need to qualify that. I use it specifically to embed SWF files from SimpleViewer Pro.
Forum: Fixing WordPress
In reply to: Help! I’m the only person who can’t access anything.I can see it just fine here in Houston, Texas, on IE7, Windows PC, T-1 line behind a corporate firewall. 🙂
Forum: Fixing WordPress
In reply to: Help! I’m the only person who can’t access anything.Can I get a site link then? I’m out of ideas otherwise. 🙂
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postWell it’s bugging the daylights out of me too! 🙂
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postLook in some of your other templates and also in your functions.php file to see if that code string (starting with
<small>is there.Forum: Fixing WordPress
In reply to: Error 500 – Internal server errorScreen shots here:
Front page:
http://pixelita.com/temp/anto-home.pngThe post at issue:
http://pixelita.com/temp/anto-post.pngFirefox 3 on a Windows PC.
HTH
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postAre you using any plugins that might be placing that code?
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postWeird. I don’t see anything in that code that would be causing it. If you View Source (this is the output from your template above), you get this:
</div><!--CONTENT CATOGORY TAGS ENDS HERE--> <div class="normaltext"> <div><p id="top" /> <h2><a href="http://voftwines.com.au/blog/?p=139">Sauvignon Blanc</a><a name="139" /></h2> <p><small>Last modified on 2010-03-05 06:10:45 GMT. <a href="http://voftwines.com.au/blog/?p=139#comments">0 comments</a>. <a href="#top">Top</a>. </small>That stuff between the
smalltags is what you need to stomp out. Also, it’s calling the comments code and I don’t see that anywhere in your template code either. Find THAT and the errant date/timestamp code is right there.Forum: Fixing WordPress
In reply to: Error 500 – Internal server errorAre you using WP-Cache or Super Cache plugins? You may need to flush those caches to see changes to your blog. Clearing out your browser cache (Firehog is NOTORIOUS for this), and also don’t forget this trick on a Windows PC:
Start > Run >
ipconfig /flushdnsHTH.
Forum: Fixing WordPress
In reply to: Can’t get my blogI didn’t say your web site was hosted on WordPress.com, I just asked if it was also running on WordPress, some other CMS or straight HTML. That would explain how you might be able to get to it and not the WordPress blog.
Good luck. Hope you can solve it.
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postHmm. That doesn’t really look like WP code. It looks like some javascript I’ve seen since the 1990s, last modified. Are you using some plugin that might be putting that code there?
I hate to ask again, but can you cut and paste just the part of your code that is between the
.normaltextdivision in index.php? If you look there and find the<p><small>code, it’s right after that. Looks like a plugin to me, but not sure until I see that template code. 🙂Forum: Fixing WordPress
In reply to: Strange author showing up – not in users list!As long as you are upgrading from a really recent version. But if your site’s been compromised, you need to be sure it’s CLEAN before you do that. I mentioned that for future. And for others out there who drag their feet about updating. 🙂
Here is some more info about cleaning a hacked blog (multiple users/admins):
http://www.lexiconn.com/blog/2009/10/what-weve-learned-about-hacked-wordpress-blogs/http://dougal.gunters.org/blog/2009/09/05/checking-your-wordpress-security
Forum: Fixing WordPress
In reply to: Help! I’m the only person who can’t access anything.That’s odd that you should get an “under construction” page. Have you tried this on your computer, assuming you have Windows:
At the command line: (Start > Run)
ipconfig /flushdns
That should clear your cache. You may need to refresh your router as well. And the browser cache, that’s the most obvious. Are you using WP-Cache or Super Cache plugins? Because you’ll need to flush those to see any changes as well.
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postWell it would help if I could see your site.
Forum: Fixing WordPress
In reply to: Error 500 – Internal server errorSure can. Do you want a screendump?