Title: Chaplin's Replies | WordPress.org

---

# Chaplin

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 52 total)

1 [2](https://wordpress.org/support/users/chaplin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/chaplin/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/chaplin/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/chaplin/replies/page/2/?output_format=md)

 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Northern Passages v2](https://wordpress.org/support/topic/northern-passages-v2/)
 *  Thread Starter [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/northern-passages-v2/#post-111829)
 * Thank you both for your input, positive and negative it’s all good with me. I’m
   interested in making it better, and that takes some negative criticism. It’s 
   always nice to hear about the good stuff too. I’m going to have a look at the
   1.3 Kubrick and try to add some of the fixes from Kubrick 1.2.6 – I beleive Michael
   has fixed the compatability issues. (He just released a new design of his blog,
   and although he’s posted the fixes between 1.2.5 and 1.2.6 – I was having trouble
   reading the code in the new design.)
    Again, thanks and keep it coming!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help with Kubrik 1.3](https://wordpress.org/support/topic/help-with-kubrik-13/)
 *  [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/help-with-kubrik-13/#post-111827)
 * I was wondering the same thing as well, you beat me to it, lol
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [IE vs Firefox Mischief – Please Help!](https://wordpress.org/support/topic/ie-vs-firefox-mischief-please-help/)
 *  Thread Starter [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/ie-vs-firefox-mischief-please-help/#post-111642)
 * Fixed it, thanks to Renee’s kind email.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [IE vs Firefox Mischief – Please Help!](https://wordpress.org/support/topic/ie-vs-firefox-mischief-please-help/)
 *  Thread Starter [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/ie-vs-firefox-mischief-please-help/#post-111633)
 * Oh yeah, it’s a kubrick variation so this is also the CSS in my header:
    body{
   background: #ebe7e1 url(“[http://northernpassages.com/blog/wp-content/themes/kubrick/images/bg.gif&#8221](http://northernpassages.com/blog/wp-content/themes/kubrick/images/bg.gif&#8221);)
   repeat-x; } #page { background-color: #ebe7e1; border: none; } #page { background-
   color: #ebe7e1; } #header { background: url(*taken out code*/images/header.jpg”)
   no-repeat center; } #footer { background: url(“*taken out code*/images/footer.
   jpg”) no-repeat bottom; border: none;}
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS Nav Bar Problem](https://wordpress.org/support/topic/css-nav-bar-problem/)
 *  Thread Starter [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/css-nav-bar-problem/#post-110768)
 * You are my hero. Works great, thankyou!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS Nav Bar Problem](https://wordpress.org/support/topic/css-nav-bar-problem/)
 *  Thread Starter [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/css-nav-bar-problem/#post-110683)
 * I gave it a read, not sure how it applies. The nav bar is intact in IE and in
   the correct position – the problem is Firefox. I’ve placed the navcontainer div
   right after the body tag – but it seem sto get hung up on the container tag instead(
   perhaps?)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Problem with margins – Kubrick](https://wordpress.org/support/topic/problem-with-margins-kubrick/)
 *  [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/problem-with-margins-kubrick/#post-101227)
 * Yeah, you just need to change your CSS to match the graphic. I made the page 
   wider on my site and had to do the same thing. It’s not difficult, podz was right.
   The Permalink section (the one with the comments) was designed to be widecolumn,
   and the main index to be narrowcolumn. There are two different images called 
   for each. “kubrickbgwide.jpg” for the wide column, and “kubrickbg.jpg” for the
   narrow column. Just make sure you have edited both images to the right size (
   it looks like your permalink page is using “kubrickbg.jpg” instead of “kubrickbgwide.
   jpg”). Once you’ve got the page using the right image it will look better (ie.
   no nav colour bar in the comments) and then change your CSS to match the size
   you’d like. You’re going to have to edit the width of #page , .narrowcolumn ,
   and .widecolumn in your CSS. Stop by my blog and drop me a line if you need some
   help.
    Cheers
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [WordPressWebRing](https://wordpress.org/support/topic/wordpresswebring/)
 *  [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/wordpresswebring/#post-101105)
 * fantastic, thanks!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [WordPressWebRing](https://wordpress.org/support/topic/wordpresswebring/)
 *  [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/wordpresswebring/#post-100963)
 * ah, you edited the post while I was posting. Put the code back on my site and
   it works no problem. Is there anyway have the “WordPressWebRing” part of the 
   script not display in bold, it looks funny on my site. check it out: [http://northernpassages.com/blog/index.php](http://northernpassages.com/blog/index.php)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [WordPressWebRing](https://wordpress.org/support/topic/wordpresswebring/)
 *  [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/wordpresswebring/#post-100962)
 * Did some of the code get cut off?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Globat](https://wordpress.org/support/topic/globat/)
 *  [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/globat/#post-99216)
 * I use globat and habe installed WordPress with no troubles at all sing the instructions
   provided. Get in touch at [chaplin@spamtrap420hitsquad.net](https://wordpress.org/support/users/chaplin/replies/chaplin@spamtrap420hitsquad.net?output_format=md)–(
   remove the spamtrap) and I’ll do my best to help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [imbedded thumbnails (i think)](https://wordpress.org/support/topic/imbedded-thumbnails-i-think/)
 *  [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/imbedded-thumbnails-i-think/#post-98325)
 * Check this out: [http://wordpress.org/support/10/11631](http://wordpress.org/support/10/11631)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Site Ripped](https://wordpress.org/support/topic/site-ripped/)
 *  Thread Starter [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/site-ripped/#post-98050)
 * I don’t know, I don’t feel flattered. Yes my site is based on Kubrick, but I’ve
   changed much of it to suit my needs including the page width, colours, nav bar,
   etc. And I’ve definitely tipped my hat to Michael on my CSS, Links page, and 
   in a few posts. I’ll wait and see, try not to get too angry. But if you spend
   that much time trying to get your site to look like your own, it sucks to have
   someone come along and take it for themselves. Kind of defeats the purpose.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Photo Gallery vs. Photoblog](https://wordpress.org/support/topic/photo-gallery-vs-photoblog/)
 *  [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/photo-gallery-vs-photoblog/#post-97328)
 * I’m using Pictoralis, you can check it out at [http://northernpassages.com/photoblog/index.php](http://northernpassages.com/photoblog/index.php)
   
   I like what it can do, though having to install WordPress a second time is a 
   bit clunky IMHO. As well, the support element is severly lacking. I’ve had a 
   question on the support forum for days without a peep.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WordPress Photolog New Version](https://wordpress.org/support/topic/wordpress-photolog-new-version/)
 *  [Chaplin](https://wordpress.org/support/users/chaplin/)
 * (@chaplin)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/wordpress-photolog-new-version/page/5/#post-45761)
 * Is Pictoralis still being Supported as I’m not getting any replies on the Pictoralis
   forums?
    I’m having an issue with my archives – Can’t pinpoint it in my CSS, 
   but have a look at how it is being rendered: [http://www.northernpassages.com/photoblog/narchives.php](http://www.northernpassages.com/photoblog/narchives.php)
   The months are running into each other. As well i love the random thumbnail image
   and would like to make it the default, or edit the code to make it do it every
   time. Any suggestions would be appreciated.

Viewing 15 replies - 1 through 15 (of 52 total)

1 [2](https://wordpress.org/support/users/chaplin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/chaplin/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/chaplin/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/chaplin/replies/page/2/?output_format=md)