Title: iamzippy's Replies | WordPress.org

---

# iamzippy

  [  ](https://wordpress.org/support/users/iamzippy/)

 *   [Profile](https://wordpress.org/support/users/iamzippy/)
 *   [Topics Started](https://wordpress.org/support/users/iamzippy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/iamzippy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/iamzippy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/iamzippy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/iamzippy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/iamzippy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding comments to archive.php](https://wordpress.org/support/topic/adding-comments-to-archivephp/)
 *  [iamzippy](https://wordpress.org/support/users/iamzippy/)
 * (@iamzippy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/adding-comments-to-archivephp/#post-1239711)
 * I guess what you’re into is creating a custom Page template. This would run your
   custom categories loop, or paste a copy of the loop from archive.php. You can**
   enable comments on Pages** (they’re allowed by default).
 * Once you’ve made your custom category template, create a new Page in Admin, and
   select your template’s name from the drop-down (the templates option doesn’t 
   show until you have added at least one template). Make sure ‘allow comments’ 
   is checked.
 * Any comments posted would attach to the Page, not the category posts within it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [<meta name=”robots” content=”noindex,nofollow” />](https://wordpress.org/support/topic/ltmeta-namerobots-contentnoindexnofollow-gt/)
 *  [iamzippy](https://wordpress.org/support/users/iamzippy/)
 * (@iamzippy)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/ltmeta-namerobots-contentnoindexnofollow-gt/#post-786705)
 * One common cause of this is the **Blog Visibility** setting in Privacy. Often
   folks set this initially to block SEs while they get their blog’s act together,
   then forget that they did that. It happened to me. It was nothing to do with 
   any plugin.
 * In Admin, **Settings…Privacy…Blog Visibility**: If you choose to block SEs, WordPress
   injects the robots meta ‘noindex, nofollow’.
 * Just choose the other option.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Developing a new template along side a production one.](https://wordpress.org/support/topic/developing-a-new-template-along-side-a-production-one/)
 *  [iamzippy](https://wordpress.org/support/users/iamzippy/)
 * (@iamzippy)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/developing-a-new-template-along-side-a-production-one/#post-797186)
 * Hi themikerusso
 * > I have not seen this facet of the development process addressed anywhere in
   > the documentation
 * Probably because the excercise you’re describing sounds as much fun as drinking
   bleach while sticking rusty needles in one’s eye.
 * > I don’t have the luxury of having a completely separate development server
 * Why not? PHP development packages are free for the major desktop OS’s and easy
   to set up. Treat yourself to a bit of luxury. And keep your sanity at the same
   time.
 * Or your money back 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Javascript ads in 125X125 ad formate, formating!!](https://wordpress.org/support/topic/javascript-ads-in-125x125-ad-formate-formating/)
 *  [iamzippy](https://wordpress.org/support/users/iamzippy/)
 * (@iamzippy)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/javascript-ads-in-125x125-ad-formate-formating/#post-796688)
 * Interesting…
 * I just updated the page, and you must have been editing it as I was typing. I
   see you floated the divs, and now it looks ‘OK’ in IE6/7.
 * It also looks fine in FF, Opera, Safari.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Javascript ads in 125X125 ad formate, formating!!](https://wordpress.org/support/topic/javascript-ads-in-125x125-ad-formate-formating/)
 *  [iamzippy](https://wordpress.org/support/users/iamzippy/)
 * (@iamzippy)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/javascript-ads-in-125x125-ad-formate-formating/#post-796686)
 * Hi technotip.org
 * I’m checking your page with IE Developer Toolbar, ‘View DOM’.
 * Despite a CSS-specified width of 135px, your .narrow-left DIV has an offsetWidth
   of 180px (that’s the effective width) and .narrow-right is effectively 157px.
   To sit side by side they need at least 337px of space. The parent DIV is just
   294px wide (by CSS).
 * IE is adding the 160px width of the Adsense link unit (in .narrow-left) to the
   10px left/right padding on the DIV to get 180px.
 * Bottom line is, you just don’t have enough horizontal space to fit.
 * Have you considered using the IE DevToolbar? It’s a free download.
 * Also I’m curious why you have -10px side margins on these divs?

Viewing 5 replies - 1 through 5 (of 5 total)