Olivia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Authors page – sort manually?Is there a way to change user IDs maybe? Then they would appear in the order registered, but I’d be changing that order?
Forum: Themes and Templates
In reply to: Help with author page? Sidebar brokenI’m sorry to bump this, but I am looking to launch the site and would really like this page in there. Any other ideas? :\
Forum: Themes and Templates
In reply to: Help with author page? Sidebar brokenI’m sorry, I’m not super clear what you mean by this/what to do next. When I created the page I took the dynamic code from the original creator’s authors.php file and worked it into the MobileWorld theme’s page.php file. So basically if I strip the dynamic code I get the page.php file, which works fine.
If it helps at all, this code was working fine when I had only 1 or 2 authors; the addition of the third author is what “broke” the sidebar. (You can see the working version here: https://stevesquest.zzl.org/wp/steves-team)
Forum: Themes and Templates
In reply to: Help with author page? Sidebar brokenI actually tried adding and removing closing </div> tags so many times I lost track, haha. I did just add the missing one in but am still having the same problem.
Forum: Fixing WordPress
In reply to: Date doesn’t display on some entries.Ah, I’m sorry. I completely forgot about search. So many things on the mind here …
Thank you very much, all’s well now. ??
Forum: Themes and Templates
In reply to: Date, Entry, and Author not appearing.I’m not quite sure what you mean by this. All of my WP files are in a folder of their own called ‘wp’. All of my options seem to be in order.
Forum: Themes and Templates
In reply to: Problem with paragraphs/tablesAlright, I finally solved the problem. Thanks for anyone who tried to help. ??
Forum: Themes and Templates
In reply to: Problem with paragraphs/tablesI added that and no change.
I cannot set it to have a pixel width do to the fact my site is skinned; my skins have different width blog columns and such.
Forum: Themes and Templates
In reply to: Problem with paragraphs/tablesWell, my padding and margin are set to 0 as far as I know, and my tables width are set using percentages, not pixels.
The problem happens in IE and Firefox alike.
Forum: Themes and Templates
In reply to: Problem with paragraphs/tablesI’m only recieveing 4 errors, and that’s for the link you provided. Using the extension for Firefox, the HTML validator, I recieve 0 errors/5 warnings.
I have always tried to be good about my coding, and I always validate it. I don’t think any of this is what is affecting my problem.
The meta inside my div issue… I’ve posted about that here before, and it was never solved; I have to work with these things to get my wp to look correct with my skinning and such.
Forum: Fixing WordPress
In reply to: Trouble with Comment Plugger hack.Alright, I gave that a shot, but now I recieve another error.
Database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE comment_post_ID='2' AND comment_approved = '1' GROUP BY c]
SELECT comment_author, comment_author_email, comment_author_url, MAX(comment_ID) as comment_ID FROM WHERE comment_post_ID='2' AND comment_approved = '1' GROUP BY comment_author_email ORDER BY comment_ID LIMIT 5Forum: Fixing WordPress
In reply to: Comments are leading to WP directory, not the comments page.Yeah, I’ve tried that.
Forum: Fixing WordPress
In reply to: Comments are leading to WP directory, not the comments page.Ah, that helped. Now I’m getting to the comments page. Thanks.
But it would appear I’m having another problem. I’m not sure if this is WP or not, but it doesn’t hurt to ask.
This site is skinned [currently with two skins]. The default is skin 2. But even if I choose to use skin 1, when I click the comment link, I’m on skin 2. Any ideas?Forum: Fixing WordPress
In reply to: Comments are leading to WP directory, not the comments page.I meant that the server is recognizing /wp/index.php as the directory index, not index.php.
/wp/index.php is set as the directory index through .htaccess.Forum: Fixing WordPress
In reply to: Comments are leading to WP directory, not the comments page.The server recognizes index.php as the directory index. When you go to https://lovetaxi.org, you see https://lovetaxi.org/wp/index.php.