Michael Spano
Forum Replies Created
-
Forum: Plugins
In reply to: [Donation Thermometer] ThermometerI really like your Thermometer. I have an issue where the word off has appeared in the post above the thermometer post where I usually get the comments icon. It only happens on 2 pages, not all of them? It showed up after I tried alt=”off” one time to see what it did. Went back to the default and now no matter what I do it has the word off. Can’t see it in the html code so baffled now. Any suggestions?
Site is https://www.unicomemphischapter.org and shows up on UNICO Memphis and News and Information categories. Looks like this:
Edit Postoff
Forum: Fixing WordPress
In reply to: Archive appears at top of page says viewing archive categoryOkay I figured out what to delete and the Archive heading is gone. Don’t need help anymore.
Forum: Fixing WordPress
In reply to: Archive appears at top of page says viewing archive categoryOkay found the php
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
<?php /* If this is a category archive */ if (is_category()) { ?>
<h2 class=”pagetitle”>Archive for the ‘<?php single_cat_title(); ?>’ Category</h2>What do I need to change to make the Archive Heading go away?
One more thing. I’m considering upgrading to the pro version, but hesitant until I can get the basic version to work.
Not sure what you mean by logging in. I am logged in to my site as the admin. I logged into WP to see my directory structure and even logged into Godaddy then viewed my account to get to the FTP permissions. Our site name is http://www.unicomemphischapter.org. What other login do you mean? I still have 2 main issues. Pictures won’t upload into the gallery (I do see them in the upload directory)and if you hit the slideshow link for the pictures that were there before the upgrade you get a page not found error. It seems like a simple setting issue somewhere, but that’s just my guess after many combinations and reading the documentation. It acts like everything goes to upload, but not to the gallery. I’m assuming upload is there for historical purposes, but whatever mechanism gets it into the gallery is not happening. Sorry for the long post.
Ok Permissions are good. I can see the images under wp-content/uploads. So they are getting ftp’d, but not to the gallery I have selected. Even if I move them to a galley/thumbs they do not show up in the list on the gallery screen and don’t show up in the picture list. What setting do I have wrong that they won’t go into a gallery? Also notice a slug name of nggallery. Is this correct? I checked and my path is set to wp-content/gallery/. I assume this is correct?