iand
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Blog shows up correct in IE and Firefox, but not in SafariI quickly copied your theme locally to try and find the problem, I guess it was loading the blue-blob image from my files, so it looked like your header was blue.
Glad it works now though 🙂Forum: Themes and Templates
In reply to: Blog shows up correct in IE and Firefox, but not in SafariBig blue header and bricks?
Your missing a } from your code:<style type="text/css" media="screen">
body { background: url('http://zooyorkfreak.com/images/site/greybrick.jpg'); } <------add this
</style>Forum: Themes and Templates
In reply to: code everywhereCan you not set them through preferences? (I can with SubEthaEdit on the Mac – one of the options is Unix(LF) which mine is set to).
Forum: Themes and Templates
In reply to: Blog shows up correct in IE and Firefox, but not in SafariYour link has is
url ("http://something.jpg")try replacing the double quotes with singles so you haveurl ('http://something.jpg')instead.Forum: Themes and Templates
In reply to: Blog shows up correct in IE and Firefox, but not in SafariTry
url('http://zooyorkfreak.com/images/site/greybrick.jpg')instead (‘ not “), safari could he taking issue with them.Forum: Themes and Templates
In reply to: code everywhereI think this has been caused in the past by incorrect line-ends set by your text editor. I can’t remember the right settings though (maybe unix?). What did you edit the file with?
Forum: Fixing WordPress
In reply to: Using template tags within PHP pagesA bit of searching suggests that
get_settings('siteurl')orget_settings('home')could work. I haven’t tried them though.Forum: Fixing WordPress
In reply to: Using template tags within PHP pagesCould you bin the bloginfo bit and just use
<?php echo "<img src=/images/nav_{$nav_id}.png\" width=\"120\" height=\"30\" alt=\"$nav_title\" />"; ?>I think that has the same effect but I am not too good on relative linkiness.Forum: Everything else WordPress
In reply to: WordPress database error: [Got error 28 from table handler]A search?
Forum: Fixing WordPress
In reply to: Using template tags within PHP pagesYou use the tags as you would in a .php page i.e.
<?php bloginfo('url'); ?>. Have you followed the usage instructions on the site?:
In Options -> Writing, turn off the “WordPress should correct invalidly nested XHTML automatically� option.
Write a post like normal. Save or Publish the post, then go back and edit it. Check the “eval() content� in the Discussion box and save the post again.Forum: Installing WordPress
In reply to: points/rating for entry in commentVotio might do what you want:
http://www.redalt.com/downloads/Forum: Themes and Templates
In reply to: Google Maps and WordPress themesThe API is folder specific (and doesn’t allow subfolders either), you can however include your map.html in your post/page with an iframe. There might be another way but that worked for me.
Forum: Plugins
In reply to: flickr gallery URLI think you have the plugin set to use clean uri’s. You should be able to set that to ‘false’.
Forum: Themes and Templates
In reply to: Display by Category home.php templateExcellent work and easy to integrate into existing styles. One question though – what is the criteria for chosing where a post with two cats goes? Does it go in to the first category listed, or both?
Forum: Requests and Feedback
In reply to: How about patches?[self edited as same as above] – I just type slower 🙂