Title: 's Replies | WordPress.org

---

# objectnull

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Arrange Multiple Images Side By Side](https://wordpress.org/support/topic/how-to-arrange-multiple-images-side-by-side/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/how-to-arrange-multiple-images-side-by-side/#post-791602)
 * Got it! Thanks you all for your help!
 * I had to search the Page Source to see what you guys were talking about.
    Here’s
   what I did to my code to make it work with the imagecaption plugin.
 *     ```
       <div class="imagecaptioneasy imagecaptioneasy_left" style="width:150px;">
       <a href="http://www.darkforestfilms.com/about/dustin-parsons/">
       <img src="http://www.darkforestfilms.com/wp-content/uploads/about/dustin_about_photo.jpg" alt="Dustin Parsons" width="150" height="150" /></a></div>
       <div class="imagecaptioneasy imagecaptioneasy_left" style="width:150px;">
       <a href="http://www.darkforestfilms.com/about/robert-greene/">
       <img src="http://www.darkforestfilms.com/wp-content/uploads/about/robb_about_photo.jpg" alt="Robert Greene" width="150" height="150" /></a></div>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Arrange Multiple Images Side By Side](https://wordpress.org/support/topic/how-to-arrange-multiple-images-side-by-side/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/how-to-arrange-multiple-images-side-by-side/#post-791595)
 * I tried deleting `.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none;}`
   from my style.css.php but that seemed to have no effect.
 * > Your image divs should have the class imagecaptioneasy_nowrap removed.
 * I’m not sure what that means. I don’t have imagecaptioneasy_nowrap anywhere in
   my HTML. Or am I completely misunderstanding you? Is this something I have to
   modify in the style.css.php file or in the HTML in my page?
 * I apologize, I’m okay with HTML but am completely lost with CSS. If anyone knows
   the specific code I need to input or modify that would help. Otherwise I’m just
   shooting in the dark.
 * Again, thank you so much for your assistance, I really appreciate it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Arrange Multiple Images Side By Side](https://wordpress.org/support/topic/how-to-arrange-multiple-images-side-by-side/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/how-to-arrange-multiple-images-side-by-side/#post-791586)
 * Anyone have even a guess or did I stump the internet?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Arrange Multiple Images Side By Side](https://wordpress.org/support/topic/how-to-arrange-multiple-images-side-by-side/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/how-to-arrange-multiple-images-side-by-side/#post-791547)
 * Thanks for the speedy replies!
 * Here’s what I found in the style.css.php for imagecaptioneasy
 *     ```
       .imagecaptioneasy {
         padding: 5px;
         font-size: 10px;
         line-height: 1.15em;
         text-align: center;
         border: 0
         background: #242b30;
         color: #adb5c1;
       }
       .imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
       .imagecaptioneasy span { text-align: center; }
       .imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
       .imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
       .imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
       .imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
       .imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
       .imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }
       ```
   
 * I tried adding the float : left; after color : #adb5c1; but that didn’t change
   anything (I did not modify the HTML code in my page).
 * Does it matter that I’m using HTML to input the pictures rather than CSS? Could
   that be messing it up or did I just put the float : left; in the wrong area?
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Quicktime embed problem](https://wordpress.org/support/topic/quicktime-embed-problem/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years ago](https://wordpress.org/support/topic/quicktime-embed-problem/#post-730483)
 * I just changed the quicktime tage to flv and it seems to be okay.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change color of blockquote](https://wordpress.org/support/topic/change-color-of-block-quote/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/change-color-of-block-quote/#post-703473)
 * It was the style.css.php within the main Mandigo folder.
 * haha, so I guess we were both right. Thanks for your help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to delete subpages](https://wordpress.org/support/topic/how-to-delete-subpages/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/how-to-delete-subpages/#post-680282)
 * Sorry about that, I just meant Subpages, I don’t know why I typed “categories”.
 * If you go to the link in my first post there is a box in the top right corner
   of the page that says Subpages for Books: but there’s nothing underneath it. 
   I assumed it would be something simple, such as a check-box that I could switch
   off in Manage > Page > Edit area.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Widgets: Global only?](https://wordpress.org/support/topic/widgets-global-only/)
 *  [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/widgets-global-only/#post-609271)
 * I would like to know how to do this as well. I can’t find the wordpress text 
   widget php file. Does anyone know what it is called?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to delete subpages](https://wordpress.org/support/topic/how-to-delete-subpages/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/how-to-delete-subpages/#post-680245)
 * I hate to bump this but I still have found no help on the subject.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change color of post title text](https://wordpress.org/support/topic/change-color-of-post-title-text/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/change-color-of-post-title-text/#post-654996)
 * Thanks Jeremy and boober, I still have some questions though.
 * Jeremy, where would I paste that code? I tried it on the bottom of the [style.css](http://wordpress.pastebin.ca/797214)
   and it didn’t seem to change anything. If I were to put it on the [style.css.php](http://wordpress.pastebin.ca/798200)
   would I just throw it in at the bottom?
 * Boober, I found the code you posted in my [style.css.php](http://wordpress.pastebin.ca/798200)
   file but I don’t see anything there pertaining to font. Also, I tried changing
   all the fonts that I found in that file to Avant Garde and it seemed to change
   everything _except_ the navigation text. If you could check out the style.css.
   php and let me know if there’s 1 particular one I could change that would be 
   great, I like the font that everything else is so I don’t want to change anything
   except the navigation text.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change color of editable region that surrounds posts, header, etc..](https://wordpress.org/support/topic/change-color-of-editable-region-that-surrounds-posts-header-etc/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/change-color-of-editable-region-that-surrounds-posts-header-etc/#post-658750)
 * yeah… I tried that, it was white and I switched it to black like the rest of 
   the images but it doesn’t seem to have updated like the rest.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change color of post title text](https://wordpress.org/support/topic/change-color-of-post-title-text/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/change-color-of-post-title-text/#post-654991)
 * Tried it and it didn’t work. I’m pretty new at CSS so it could just be a fault
   in the code. check out the [style.css](http://wordpress.pastebin.ca/797214)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change color of post title text](https://wordpress.org/support/topic/change-color-of-post-title-text/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/change-color-of-post-title-text/#post-654938)
 * Thanks Jeremy, changed to color to something readable.
 * About the images used for Home About and Films in the header, I can’t find them
   anywhere; searching the [header.css ](http://wordpress.pastebin.ca/784322) doesn’t
   show anything and the image folder doesn’t have any of them in there. Also, I
   can’t r-click on them and go to view image so I’m thinking maybe it’s not an 
   image.
 * Again, any help would be great. Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WP Default 1.6 (Kubrick) and Mandigo 1.28 do not fully load](https://wordpress.org/support/topic/wp-default-16-kubrick-and-mandigo-128-do-not-fully-load/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/wp-default-16-kubrick-and-mandigo-128-do-not-fully-load/#post-642704)
 * I did load them as ASCII, not Binary.
 * Let me try that. Thank you.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [What step am I missing?](https://wordpress.org/support/topic/what-step-am-i-missing/)
 *  Thread Starter [objectnull](https://wordpress.org/support/users/objectnull/)
 * (@objectnull)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/what-step-am-i-missing/#post-638798)
 * Thanks Jeremy! Apparently, I forgot to:
 * A) Unlock my domain from godaddy.com
 * B) Change my Name Servers to ns1.startlogic.com and ns2.startlogic.com

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

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