alexjohnson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Searching restricted to current pageI found a fix for this. Replacing the PHP_SELF part of action with my home web address rerouted all of the searching to that directory.
<?php echo $PHP_SELF; ?>was replaced with
http://www.blog.alexazul.com/Thanks anyway!
Forum: Themes and Templates
In reply to: P Class in div tags.It’s not hosted anywhere yet, but I could email the html and css if you REALLY wanted to help 🙂
Forum: Themes and Templates
In reply to: P Class in div tags.It’s XHTML 1.0. Should they appear together? Or is the code displaying correctly? In other words, how can I get that <p class> to be displayed within the div tag?
Forum: Themes and Templates
In reply to: P Class in div tags.Fixed that, but it doesn’t remedy the problem.
Forum: Themes and Templates
In reply to: Using a two column blog post.Thanks. You guys are awesome. Consider this Q an A.
Forum: Themes and Templates
In reply to: New Theme: Andrea08I have a couple questions/comments about the Andreas08 template for WP, specifically the comment part of it. First off, if anyone changes the popup comments php and css files to better fit the theme they should post their changes here if they are comfortable doing so. I have tried for a while to get the comment part of this template to look just right but my skills are limited and it shows. Specifcally, does anyone know how to change where the comments popup appears on the page when someone wants to make a comment? On my template at (http://www.pacificsportsphotography.com/) it appears very far down the page leaving a lot of whitespace between the comment and the popup. By the way, thanks to everyone who has contributed. I’m new to all this and you guys have been providing a lot of help.
Alex
Forum: Fixing WordPress
In reply to: HELP! wp-admin not formattedJust to clarify, I’m using Safari. The wp-login.php page on the website at http://www.pacificsportsphotography.com/wp-login.php is formatted and looks fine, but once Iog in, the control panel has no formatting. It looks like it is missing a CSS page, but all of that appears to be in the correct place. The control panel did look fine initially, but it does not now, after moving some files around. As far as I can tell, everything is where it should be. Any help is greatly appreciated.