rhino18
Forum Replies Created
-
Forum: Themes and Templates
In reply to: wp_enqueue_script and header.phpI tried moving to to functions.php and calling with with an init action as described but still the same results.
Forum: Fixing WordPress
In reply to: Permalinks and Post IDOk thanks! I will figure out what POST variable would show up.
Forum: Themes and Templates
In reply to: Sidebar Not Rendering Correctly in IE7That should work for IE 7 (I tested with version FF 3.6 as well.)
Forum: Themes and Templates
In reply to: Sidebar Not Rendering Correctly in IE7One thing you can try, though I haven’t tested it in IE7 is go into your style.css and change your #sidebar style to:
#sidebar { background:none repeat scroll 0 0 #FFFFFF; border-left:3px dotted #DDDDDD; float:right; font-family:Arial,Helvetica,Sans-Serif; font-size:1.1em; margin:0 0 10px 25px; padding:0 0 10px 30px; width:370px; }Forum: Themes and Templates
In reply to: images in <body> only display ‘alt’ and never imageIf the source is “http://www.yoursite.com/images/image.jpg” then you can try to add a / to start the “src” part.
Like:
<img id="img" src="/images/image.jpg" alt="image-altname" />Forum: Fixing WordPress
In reply to: Static home page, but no blog pageWhat does the error say?
Forum: Fixing WordPress
In reply to: How to link to blog from Static pageI renamed the static front page’s template, it was home.php and not it is something else. Seems to be on its way to being fixed.
Forum: Fixing WordPress
In reply to: Static home page, but no blog pageLook in Settings > Reading
Forum: Fixing WordPress
In reply to: How to link to blog from Static pageI have a similar issue to jesset’s in wordpress 2.8.
When I go to Settings > Reading I one page as the static front and another (a new, blank page, no special template selected) as the page that will publish all posts written.
However, all this does is duplicate the front page on the news page. They are identical and use the home page’s stylesheet and all.
Forum: Fixing WordPress
In reply to: Posts are falling outside divProblem solved; there was an unnecessary /div.
Forum: Themes and Templates
In reply to: Posts in Category not accessing CSSI tried linking the proper css file to a category-specific template but that has not helped, either.
Forum: Installing WordPress
In reply to: Moving from subdirectoryOh, I completely overlooked that. Thank you!