Title: thinkdj's Replies | WordPress.org

---

# thinkdj

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Query to select unique meta_value based on other 'meta_value's](https://wordpress.org/support/topic/custom-query-to-select-unique-meta_value-based-on-other-meta_values/)
 *  Thread Starter [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/custom-query-to-select-unique-meta_value-based-on-other-meta_values/#post-2536646)
 * Wrong forum, my bad.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Yes/no poll or quiz plugin](https://wordpress.org/support/topic/yesno-poll-or-quiz-plug-in/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/yesno-poll-or-quiz-plug-in/#post-1407041)
 * Anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [previous_post_link image replacement](https://wordpress.org/support/topic/previous_post_link-image-replacement/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/previous_post_link-image-replacement/#post-1129368)
 * Try this
 * <div class=”navigation”>
 *  <?php previous_post_link(‘<div class=”ImagePrev”>%link</div>’, ‘%title’); ?>
   
   <?php if(!get_adjacent_post(false, ”, true)) { echo ‘<div class=”ImagePrevEmpty”
   >DISABLED</div>’; } ?>
 *  <?php next_post_link(‘<div class=”ImageNext
    “>%link</div>’, ‘%title’); ?> <?
   php if(!get_adjacent_post(false, ”, false)) { echo ‘<div class=”ImageNextEmpty”
   >DISABLED</div>’; } ?>
 * </div>
 * In this, give CSS classes like
    .ImageNext { background:url(…); height: 50px;
   width:50px } etc..
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [[Plugin: NextGEN Gallery] Error: Exceed Memory Limit](https://wordpress.org/support/topic/plugin-nextgen-gallery-error-exceed-memory-limit/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-error-exceed-memory-limit/#post-1036802)
 * Faced the same problem before. chhpy001’s solution had worked for me then.
    Uncomment
 * >  @ini_set(‘memory_limit’, ‘128M’);
 *  in gd.thumbnail.inc.php
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Top Banner is covering the Contact button](https://wordpress.org/support/topic/top-banner-is-covering-the-contact-button/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/top-banner-is-covering-the-contact-button/#post-1271743)
 * Also, you could try doing a css float clear by adding
    `<div style="clear:both"
   > </div>` right before your banner code.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I remove wordpress them & replace with custom](https://wordpress.org/support/topic/how-do-i-remove-wordpress-them-amp-replace-with-custom/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/how-do-i-remove-wordpress-them-amp-replace-with-custom/#post-1271334)
 * It’s not very easy unless you have some idea atleast about the tags. Take a look
   at the Template Tags [http://codex.wordpress.org/Template_Tags](http://codex.wordpress.org/Template_Tags)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Comment rating plugin like this sample](https://wordpress.org/support/topic/comment-rating-plugin-like-this-sample/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/comment-rating-plugin-like-this-sample/#post-727764)
 * That site uses outbrain..
    [http://outbrain.com](http://outbrain.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [cannot change theme](https://wordpress.org/support/topic/cannot-change-theme-2/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/cannot-change-theme-2/#post-854646)
 * timbyrd, did u get it fixed ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple WordPress Installations = Permalink Collision](https://wordpress.org/support/topic/multiple-wordpress-installations-permalink-collision/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/multiple-wordpress-installations-permalink-collision/#post-934864)
 * Hey daltonrooney..
    Im facing exactly the same problem. We’d need to make new
   rewrite rules in the htaccess in the root.. One exclusive to teh subdir installation
   and add it before the extant rewrite rules .. Can it be set to parse htaccess
   of each directory first before reading teh root’s htaccess ? I guess that should
   do the trick too
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [HTML In Biographical Info?](https://wordpress.org/support/topic/html-in-biographical-info/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/html-in-biographical-info/#post-764485)
 * **Try **
    [http://www.cimatti.it/blog/cimy-wordpress-plugins/cimy-user-extra-fields/](http://www.cimatti.it/blog/cimy-wordpress-plugins/cimy-user-extra-fields/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Center wp-login.php wordpress logo (logo-login.gif image)](https://wordpress.org/support/topic/center-wp-loginphp-wordpress-logo-logo-logingif-image/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/center-wp-loginphp-wordpress-logo-logo-logingif-image/#post-872874)
 * Hi Laloma!
    Isn’t the WP logo on wp-login in the center 😕 I have, till date,
   never encountered a wp-login wherein the logo was not in the middle…
 * Anyways, do check out BinaryMoon’s Custom Login Plugin.. You can even customize
   the login page. It seems you are interested in changing the login page.. So I’m
   just suggesting it..
    Take a look at it over at [http://www.binarymoon.co.uk/projects/bm-custom-login/](http://www.binarymoon.co.uk/projects/bm-custom-login/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [cannot change theme](https://wordpress.org/support/topic/cannot-change-theme-2/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/cannot-change-theme-2/#post-854592)
 * Argh!! What’s with WP 2.5 and above versions anyway??? I never had any problems
   until WP 2.5 came out. To fix the bugs I immediately upgraded to wp 2.6.1 when
   it was rolled out. That gave me more headache and now Im running 2.6.2 and the
   Visual Editor refuses to show up.. !
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Template Problems with 2.6](https://wordpress.org/support/topic/page-template-problems-with-26/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/page-template-problems-with-26/page/2/#post-814234)
 * rhys is right.. That explains why the page templates were not listed in the first
   place..
    And thanks to TheSooFoo 🙂 .. Saved me a lot of trouble.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Newbie says ‘Where can i learn to customise a theme?’](https://wordpress.org/support/topic/newbie-says-where-can-i-learn-to-customise-a-theme/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/newbie-says-where-can-i-learn-to-customise-a-theme/#post-871474)
 * Ohk.. Just read your post. Had only seen the title before..
    If you just need
   to change the color, you need to look into the fact that is the area you wish
   to change an image or HTML/CSS. If it’s an image, you’ll have to edit the image
   using some software like Photoshop and change the hue to get the required color
   or replace the image with a more suitable image in the theme’s image folder. 
   If it’s just CSS code, open up style.css in you theme’s folder, find the corresponding
   hex value of the color you wish to change and replace all that with the new Hex
   value. Eg : You wish to change all black to white, replace black (#000 or #000000)
   with white(#FFF or #FFFFFF)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Newbie says ‘Where can i learn to customise a theme?’](https://wordpress.org/support/topic/newbie-says-where-can-i-learn-to-customise-a-theme/)
 *  [thinkdj](https://wordpress.org/support/users/thinkdj/)
 * (@thinkdj)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/newbie-says-where-can-i-learn-to-customise-a-theme/#post-871473)
 * hey jillrichards,
    The best way to do that would be to copy your current theme,
   play around with it. Also, go through the basic wordpress functions like query_posts,
   get_title etc. at WordPress Codex .. That’ll get you started.

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

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