nanobi
Forum Replies Created
-
Forum: Plugins
In reply to: Photo Gallery WidgetI see plenty of photo plugins, but none of the widget based plugins I see work independently of other sites such as Flickr. If you happen to come across one, please let us know Aidan. Thanks.
Forum: Plugins
In reply to: Sports scores pluginThanks mickmel. Hopefully someone finds or creates one that integrates all sports into one feed.
Forum: Themes and Templates
In reply to: Is this wordpress (thebignoob)I noticed this thread when I was trying to search for a similar design to The Big Noob. Has anyone creating a similar theme for WP since the last post?
Forum: Fixing WordPress
In reply to: Footer issues revisitedI took out what I had in the footer b/c it was showing up in the top right part of my blog, just above my sidebar, but below the header.
Forum: Fixing WordPress
In reply to: Footer issues revisitedSince most people use IE or FF, I’m ok with the netscape looking a little different.
I don’t know if this helps in terms of the footer:
style.css:
#contentcontainer p.footertext {
text-align: right;
font-size: .9em;
}index.php:
<?php if(!is_single()) { ?><p class=”footertext”><?php comments_popup_link(‘0 comments.’, ‘1 comment.’, ‘% comments.’ ); ?></p><? } else { ?><p class=”footertext”><?php comments_number(__(‘0 comments.’), __(‘1 comment.’), __(‘% comments.’)); ?></p><?php } ?>
</div></div>
<div class=”blogafter”></div>
…….
<?php get_footer(); ?>footer.php
</div>
<script type=”text/javascript”>init();</script>
</body>
</html>Thanks.
Forum: Fixing WordPress
In reply to: Footer issues revisitedI was able to take care of the validation :), but I still have the footer issue. I also noticed another issue that just occurred (in Netscape only). The margins for my blog posts are different in Netscape from those in Opera, IE, or Firefox.
Forum: Fixing WordPress
In reply to: Footer issues revisitedThanks. I think part of my problem was that I was looking at the wrong type of validation (Stylesheet instead Markup). The explanations for Markup help alot. It will probably take me some time, but I’ll keep you posted on my progress. I appreciate the help.
Forum: Fixing WordPress
In reply to: Footer issues revisitedI don’t mind searching through the code, but as a newbie I’m having problems figuring out the equivalent line and column in the code based on the information provided in the CSS Validator. Since this is a WP template theme, the code is taken from multiple php files. While I have been able to find some of the errors, I seem to have trouble finding this one in Dreamweaver. Do you have any suggestions on another way of finding the location that the css validator is referring to? Thanks for the help.
I still have quite a bit to learn about how validation works, but I definitely plan on correcting the issues. I didn’t mean to come across as thinking the errors were unimportant.