pylorns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Container background repeating or extendingThat was it! much thanks!
Forum: Fixing WordPress
In reply to: Container background repeating or extendingWelp, just addded that div in and no dice.. anyone see anything else that looks wonky?
Forum: Fixing WordPress
In reply to: widgets locationok so it should show up in the widgets list or as a plugin i have to activate?
Forum: Fixing WordPress
In reply to: Upgrade and WidgetsForum: Fixing WordPress
In reply to: Incoming links disappearedSame here. Gone.
Forum: Fixing WordPress
In reply to: How does my sidebar display to you?anyone?
Forum: Fixing WordPress
In reply to: How does my sidebar display to you?CSS here Can anyone take a look at this CSS and tell me why the sidebar would display incorrectly on Safari/IE but be ok in Firefox?
Forum: Themes and Templates
In reply to: Huge space between Banner and post in IE but correct in firefox?gotta post your site, and css.
Forum: Fixing WordPress
In reply to: Digg button on self-hosted wordpress?Use this:
<script src="https://digg.com/tools/diggthis.js" type="text/javascript"></script>
Forum: Themes and Templates
In reply to: Why is there a space between the footerThat was it! Damnit, I hate it when I look at code for hours and just can’t figure this stuff out. Thanks for your 2nd pair of eyes!
Forum: Themes and Templates
In reply to: Static Images in themeAnyone?
Forum: Themes and Templates
In reply to: Side Bar div issues in safariI’ve figured it out – putting a margin-top:500px on the div seemed to work.
Forum: Themes and Templates
In reply to: Side Bar div issues in safariThanks, I’ve placed the CSS here https://wordpress.pastebin.ca./1073310 I’ve also done some validation mostly seems issues with font tags and not divs…
Code for Site here:
https://wordpress.pastebin.ca./1073323Forum: Themes and Templates
In reply to: Static Images in themeHere is the code – you can see I’m having to push the link to those image files – i’d like to have this as the path to the theme folder…
<div id="Header"></div> <!-- Static Image here --> <div id="subheader"><img src="https://www.wetwired.org/sandbox/wordpress/wp-content/themes/Wetwired WordPress Theme/images/topnav_menu.png" alt="" width="563" height="26" usemap="#Map" /> <map name="Map" id="Map"><area shape="rect" coords="13,3,75,27" href="https://sandbox.wetwired.org/wordpress/" target="_self" alt="Wetwired Home" /> <area shape="rect" coords="122,3,201,23" href="https://www.wetwired.org/about/" target="_self" alt="About Wetwired" /> <area shape="rect" coords="268,5,396,25" href="https://www.wetwired.org/archivepage/" target="_self" alt="Wetwired Archives" /> <area shape="rect" coords="439,6,548,23" href="https://www.wetwired.org/category/podcast/" target="_self" alt="Podcasts" /> </map></div> <!-- End Header -->
Forum: Themes and Templates
In reply to: Problems with Twitter SidebarI’ve fixed it – I removed the width tag and it worked just fine.