Mike Little’s not-quite-so-daily thoughts, babblings, and random synapse firings!
A collection of random thoughts and links. Nothing too exciting. ;-) -- Mike Little
[powered by WordPress.]
There is a new beta release of my Journalized theme for WordPress: Version 2.0 Beta 1.
There a few things different about this new version:
See the theme page for details. Please download it and give it a try.
The URI to TrackBack this entry is: http://zed1.com/journalized/archives/2006/01/24/new-journalized-theme-beta/trackback/
Please note: Comment moderation is currently enabled so there will be a delay between when you post your comment and when it shows up. Patience is a virtue; there’s no need to re-submit your comment.
[powered by WordPress.]
counter:
13080938
Akismet has protected Mike Little's Journalized from 1,802,327 spam comments.
jour·nal n. A personal record of occurrences, experiences, and reflections kept on a regular basis; a diary.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Dec | Feb » | |||||
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 | |||||

95. We are waking up and linking to each other. We are watching. But we are not waiting.
— The Cluetrain Manifesto


43 queries. 0.938 seconds
January 24th, 2006 at 23:54
Mike, why don’t pages look right with the theme? I am trying to set up a blog for a client and the About and Contact pages look totally distorted on Internet Explorer.
Here is an example http://redpill.cocoalounge.org/contact/
January 25th, 2006 at 00:41
Hi Adrienne,
It looks like some kind of IE bug. The form also goes wrong in your default Impact theme too.
It is related to the css section for the form that is output on the page. If I remove the float settings from the page, then it stops overlaying the sidebar. But the form layout is not quite right.
January 25th, 2006 at 18:05
Only the most recent post covers the left sidebar. This occurs only in ie6sp2. FF is fine. Almost all screen resolutions are good, too.
This new theme is great! I’ll pay for customizations (sp?) when given the opportunity.
January 25th, 2006 at 21:18
Hi Bob,
You seem to have discovered another IE bug! The problem is the bottom image in the post is aligned right. If I remove the align attribute from the image it behaves normally. If I move the image, with the align, earlier in the post it behaves normally. The bug seems to be related to some kind of miscalculation of on IE’s I tried adding
style="float:right"to the img tag and that fixed the IE problem and still displayed the image where you wanted it.
January 26th, 2006 at 04:11
Thank you for a quick reply Mike.
Do you know of any way to fix this or is it something that just has to be lived with?
Thanks
January 29th, 2006 at 02:29
Removing the align attribute worked, but I didn’t know where “earlier in the post” to put the style=”float:right” . Putting it in after the image size attributes didn’t seem to work.
This is the fastest loading template I’ve ever tried. Most of my viewers are rural people on dial up. Lucky if they make 56k. 25k is pretty common.
Again:
Thanks!!
January 29th, 2006 at 02:39
Hi Bob,
Hmmmm, that should have worked if you put it in the image tag. In fact you could replace the
align="right"directly withstyle="float:right", so you end up with<img src="/images/myimage.jpg" style="float:right" width="100" height="100" >
Mike
January 29th, 2006 at 02:39
Also…When logged in using FF there is no “Edit This” link for any of the articles. Link shows fine in IE.
January 29th, 2006 at 02:46
Bob,
That’s weird, the “Edit This” link shows fine in both IE6 and FF for me.
January 29th, 2006 at 03:55
Here’s what I have now:
But it sure isn’t displaying correctly.. for me…good thing I’m a better pilot and welder than page designer!
I’m not sure that adsense isn’t at least part of the problem. I’m also not sure that there isn’t something “borked” about my java installation.
January 29th, 2006 at 20:44
Bob,
You’ve not quite got it right: You have
<img style= height="120" alt="Our farm's registered Walking W brand in a sunrise logo" src="http://www.farmbox.com/images/lgtooling3.jpg" width="170" border="3" />
It should be
<img style="float:right" height="120" alt="Our farm's registered Walking W brand in a sunrise logo" src="http://www.farmbox.com/images/lgtooling3.jpg" width="170" border="3" />
Mike
May 23rd, 2006 at 02:57
Something Old, Something New
…years old in March) As news Wordpress versions come out, I’ve had to find new themes that I like and port the old one to them because the creator has updated it and the coding for themes has changed.
All that being said, with the WP 2.0 a…