iuchewie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Montezuma] Looking To Add 3 Widgets In FooterThanks @CrouchinngBruin – site is at https://www.killthecan.org.previewdns.com/
Here’s what my footer currently looks like:
<div id="footer-bg"> <div id="footer" class="lw"> <?php dynamic_sidebar( 'Footer Left' ); ?> <?php dynamic_sidebar( 'Footer Center' ); ?> <?php dynamic_sidebar( 'Footer Right' ); ?> <p>? <?php echo date( 'Y' ); ?> <?php bloginfo('name'); ?> — <?php __( 'All Rights Reserved.', 'montezuma' ); ?></p> KillTheCan.org is dedicated to helping people who are trying to quit the habit of chewing or dipping tobacco. The Community Forum is administered by 7 ex-dippers whose goal is to allow people to gain the same freedom from chewing they have attained. <b>Any advice given is from personal experience only and should NOT be considered medical advice.</b> <!-- <p><?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.</p> --> </div> </div>
Forum: Fixing WordPress
In reply to: can't login on any computer@coachrobyn – what are you seeing when you can’t login? Are you getting an error screen?
Forum: Fixing WordPress
In reply to: SpamI’ve found that the combination of Askimet and Select TimesToCome Stop Bot Registration (https://herselfswebtools.com/2008/06/wordpress-plugin-to-prevent-bot-registrations.html) works wonders.
chewie
Forum: Themes and Templates
In reply to: Search results page?Not sure that this is the correct forum – should it potentially be in howto/troubleshooting forum?
Forum: Installing WordPress
In reply to: 3.04 -> 3.1 upgrade, win2k, IIS5, cannot login to AdminJust realized… the other “difference” between the “bad” instance and the others… that’s the only one running IIS. Might be time to migrate.
Forum: Installing WordPress
In reply to: 3.04 -> 3.1 upgrade, win2k, IIS5, cannot login to AdminVERY weird… I’ve logged out and even rebooted my home computer… STILL can get in just fine. What’s going on here?
Forum: Installing WordPress
In reply to: 3.04 -> 3.1 upgrade, win2k, IIS5, cannot login to AdminBack at home tonight, and I can login just fine – looks like I’m having the same issue as @echodave. Any thoughts on a course of action?
Forum: Installing WordPress
In reply to: 3.04 -> 3.1 upgrade, win2k, IIS5, cannot login to Admin@echodave – the only difference is that WP on the one in question is installed in the root rather than a /blog directory.
The ones that work:
https://406northlane.com/blog/
https://quit4today.com/blog/
https://talkflop.com/blogThe one that DOESN’T work:
https://blog.killthecan.org/At this point, they’re all on 3.1. I’ve tried backing the “bad” one down a version but that didn’t seem to work either. All plugins have been deleted (not deactivated) at this point. Could it be a theme issue?
Forum: Installing WordPress
In reply to: 3.04 -> 3.1 upgrade, win2k, IIS5, cannot login to AdminSame issue – very irritating that this isn’t being addressed. I’ve got 4 other blogs that don’t have the issue.
Forum: Plugins
In reply to: [Plugin: List category posts] most posts are not shown under version 0.7Having this issue as well. Guessing we’ll need another plugin update to fix.
Forum: Fixing WordPress
In reply to: Self hosted blog on different domain… possible?OK, so if I setup a redirect, someone would goto https://blog.killthecan.org/ and then be redirected to https://ktc.406northlane.com/ correct?
Essentially what you’re saying is, there’s no way for the URLs to continue to be killthecan.org rather than 406northlane.com correct?
Forum: Fixing WordPress
In reply to: iframe injectionStill don’t know where it was… went back to fresh 2.7 files and it took care of it.
chewie
Forum: Themes and Templates
In reply to: Stylesheet Issue With Unordered Lists – iNove ThemeEnded up figuring this out too… it was driving me crazy for most of the day.
I changed the padding to the a margin and it works just fine. Not sure what the difference is but it renders fine in both IE & FireFox
.post .content ul li, .post .content ol li { list-style-position:outside; margin-left:20px;
Forum: Themes and Templates
In reply to: Stylesheet Issue With Unordered Lists – iNove ThemeAfter doing some more digging it appears my problem lies with this code:
.post .content ul li, .post .content ol li { list-style-position:inside; padding-left:20px; }
The problem is, when I change “inside” to “outside” my bullets disappear completely…
Totally stumped at this point. Any help would be appreciated.
Forum: Themes and Templates
In reply to: Need to remove breadcrumbs from post pagesFound it…
Needed to comment out the “postpath” in the single.php file
<!--<div id="postpath"> <a title="<?php _e('Goto homepage', 'inove'); ?>" href="<?php echo get_settings('home'); ?>/"><?php _e('Home', 'inove'); ?></a> > <?php the_category(', '); ?> > <?php the_title(); ?> </div>-->