macographer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images not linked correctlySorry, I probably should have mentioned that was one of the first things I did when I realized it was a path problem. They are both set correctly.
Forum: Fixing WordPress
In reply to: Page comments are not being displayedAha! The page.php template was including the comments.php file like this:
<p><?php include (TEMPLATEPATH . "/comments.php"); ?></p>
and as soon as I replaced that with the<?php comments_template(); ?>
the comments showed up beautifully.Thanks so much!
Forum: Fixing WordPress
In reply to: Page comments are not being displayedWell, I know what moderation is for, but the problem is the comments are not showing up on the page at all. I have just approved several comments just today, and none of those comments have appeared on the page.
I should’ve mentioned before that my first thought (after looking over the configuration) was that there might be something wrong with the template, since I did change it quite a bit. Anyway, after upgrading the first thing I did was change the template to the default, but that didn’t cause the comments to show up on the page, so I feel mostly confident that this not a template problem.
Forum: Fixing WordPress
In reply to: Search form just isn’t functioning…ignore my question. i don’t know why i made the changes i did to the form, but i compared it with the default, changed a few of the attributes back to the default and it worked. i guess the form needed to have certain attributes set to certain values.
Forum: Fixing WordPress
In reply to: Search form just isn’t functioning…i could’ve sworn this was working before, but i could be wrong. i only noticed this within the last month. the search form doesn’t seem to do anything. from the pages i’ve tested in on, it just returns to the site index. is there any particular code i can show to help troubleshoot this problem?
Forum: Your WordPress
In reply to: Please check something for mei’m using ie 6.0.2 SP2, no problems there either. this link might help you. i didn’t see the ‘valid html’ link in your sidebar, so if you removed it, here you go:
https://validator.w3.org/check?uri=http%3A%2F%2Ffivecentnickel.com%2Findex.php
Forum: Your WordPress
In reply to: Please check something for mei just did a search and looked through the categories and archives using FF in windows xp pro. no problems at all.
Forum: Your WordPress
In reply to: a mostly completed blogthanks. it has come a ways. i’m very satisfied with the look and the functionality of WP.
Forum: Plugins
In reply to: xGallery [Updated]ok, i’m having some trouble. in the README, you say:
2) Go to your administration panel, click options, and then xGallery. Modify these if you need to.
this is directly after just unzipping the directory into the plugins directory. unless i ‘activate’ the xgallery plugin, the xGallery link doesn’t show up in the ‘Options’ screen. and when i do activate it and then try to get to the options, i get a 404 error.
Forum: Everything else WordPress
In reply to: Lesson: Importing greymatter into WP 1.5Thanks for the link.
i got a couple of errors, but i think it’s because i’m missing some script files, like the authors and such. not that any of those are really imporant. looks like this is a fix.
Forum: Everything else WordPress
In reply to: Lesson: Importing greymatter into WP 1.5Does anyone know if this has been fixed?
Forum: Themes and Templates
In reply to: Simple Photo Gallery & MX4 themeif you’re talking about css like i’m pretty sure you are, just make the class used on that page one character different, like adding the number 2 on the end of it. then go into the style.css and make a copy of the old class and add the 2 on the end of it there. or you could always add the word ‘gallery’ to the end of the class.
Forum: Fixing WordPress
In reply to: Customize 404 and Forbidden Pages? – Roriok, i just want to post this for anyone who happens to look for this. i guess i didn’t look too hard through the documentation, so it could be there. it seems like something people might want to do. maybe it’s obvious to people more familiar with php. i guess i did eventually figure it out, but it woulda been nice to figure it out earlier. anyway:
create an
.htaccess
file and add the following line to utilize the404.php
file in your theme as the error page that shows up:ErrorDocument 404 /wordpress/index.php?p=404.php
the reply above mentions 3 pages, just open
404.php
and ‘save as…’401.php
and402.php
then edit them if you want different messages for the different errors.Forum: Fixing WordPress
In reply to: Customize 404 and Forbidden Pages? – RoriIs it possible to point the 404 error to a .php file? I’ve attempted it and i get this error:
Fatal error: Call to undefined function: get_header() in /data/sites/36626/macographie.com/www/wordpress/wp-content/themes/macographics/404.php on line 1
I think I understand why I’m getting the error, I just don’t know how to fix it.
Forum: Themes and Templates
In reply to: div tags and firefoxwhat do you men by needing to stick with float? do you mean i should keep the float properties set the way they are and change other things to get it to look right?