dancing-dragon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Linking to archivesI went to the ScribbleScratch Web site to take a look at the theme you are using but the download links for all the themes appear to be broken.
Is there an instruction page included with the theme? How did you get all of the other navigation link pages up there?
Forum: Themes and Templates
In reply to: Fluid Width Blix Theme – browser test help^ I see.. thanks. One less bug. 🙂
^ That is a convenient tool for checking XHTML. Thanks. Looks like all of my XHTML strict errors were coming from adding StatCounter, Google Analytics, and AdSense (to my own site, not the actual theme itself).
This Analytics code was producing the “_gat is undefined” error above (in the screenshot of Internet Explorer 8). I’m not sure if it’s because it’s trying to dynamically generate the script src tag and maybe IE doesn’t like that.
<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("###"); pageTracker._trackPageview(); </script>So I just changed it to hard-code the src. Not sure if that fixes the problem but I did find some other people on the Web mention this same problem.
<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script> <script type="text/javascript"> var pageTracker = _gat._getTracker("###"); pageTracker._trackPageview(); </script>Forum: Themes and Templates
In reply to: Fluid Width Blix Theme – browser test helpThanks for the help and the screenshots!
I actually see a minor bug in the Opera screenshot. The “Contact” navigation is blue and I don’t see the mouse pointer over it.
Strange that the error shown in the page error checker in Internet Explorer 8 is from the Google Analytics code I added to my site.
Hm… I guess this is going to be tricky to debug without my actually having access to the other browsers.
Forum: Themes and Templates
In reply to: Fluid Width Blix Theme – browser test helpThanks for testing in both IE7 and Safari on Windows.
If anyone expresses interest, I will consider releasing this fluid width version of Blix. The original is under GPL license.
Yes, I did know that Safari is available on Windows, but not for Windows 2000. Although I suppose I could try the same hack I used to get Google Chrome to run on Windows 2000.
Forum: Fixing WordPress
In reply to: Changing post date doesn’t change storage locationI think this is intentional so that links to the page are not broken after it is created.
P.S. On second thought, I just tried it out (on version 2.6.1) and the date in the permalink does change.
Forum: Installing WordPress
In reply to: Installing WordPress 2.6 in the root directoryCan you specify what you mean by “root”? And can you specify what instructions in codex you are following by providing a link to the page?
Forum: Installing WordPress
In reply to: Admin can’t change email addressI am having a related problem. There are two places for the setting of where administration get sent.
One is under the admin user profile. I am able to change the e-mail setting on this.
The other place is at Settings -> General. I am unable to even update the e-mail address here. After I click on “Save Changes”, the old e-mail address reappears. And I don’t get an e-mail message for the confirmation process.
http://codex.wordpress.org/Settings_General_SubPanel
E-mail address
Enter the e-mail address to which you want WordPress to send messages regarding the administration and maintenance of your WordPress blog. For example, if you allow new users to register as a member of your blog, then a notification will be sent through e-mail to this address. Please note this is different than the address you supplied for the admin user account; the admin account e-mail address is sent an e-mail only when someone submits a comment to a post by admin. The address you enter here will never be displayed on the blog.