Title: jonji's Replies | WordPress.org

---

# jonji

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [two comment boxes, and two categories](https://wordpress.org/support/topic/two-comment-boxes-and-two-categories/)
 *  Thread Starter [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/two-comment-boxes-and-two-categories/#post-867275)
 * Found the problem, no help here on these forums! Sheesh!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [two comment boxes, and two categories](https://wordpress.org/support/topic/two-comment-boxes-and-two-categories/)
 *  Thread Starter [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/two-comment-boxes-and-two-categories/#post-867219)
 * Again, anybody help?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t get rid of the space below the nav bar ?](https://wordpress.org/support/topic/cant-get-rid-of-the-space-below-the-nav-bar/)
 *  [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/cant-get-rid-of-the-space-below-the-nav-bar/#post-867736)
 * Set the flash to opaque not transparent, then if the flash is in a div give it
   an id=”flash”. Then in css go #flash(display:block;margin:0px;} and adjust the
   margins as needed… works on my sites with flash.
 * Jonji
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove P tags when outputting content](https://wordpress.org/support/topic/remove-p-tags-when-outputting-content/)
 *  [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/remove-p-tags-when-outputting-content/#post-867674)
 * You could wrap everything you want to change in a div tag and then in the css
   of the class assigned to that div you could write class=”something” and then .
   something P {display:none;}. Never tried that but the logic is sound (smile)!
 * Jonji
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [If I want to transfer a domain name bought through wordpress](https://wordpress.org/support/topic/if-i-want-to-transfer-a-domain-name-bought-through-wordpress/)
 *  [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/if-i-want-to-transfer-a-domain-name-bought-through-wordpress/#post-867211)
 * It depends on the registrar. I have transferred with GoDaddy by going to them
   first and giving them the info they need, then to the original registrar and 
   getting the info from them. You then unlock the domain (if it is locked) and 
   the registrars finish the transfer.
 * GoDaddy is best on the cost/service ratio that I found over the years. They walk
   you through every step of the process. You get a free year registration for every
   domain transfereed (or they used to).
 * Jonji
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t WP-ify new template file](https://wordpress.org/support/topic/cant-wp-ify-new-template-file/)
 *  [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/cant-wp-ify-new-template-file/#post-867669)
 * <?php include (TEMPLATEPATH . (‘wp-header.php’); ?> perhaps?
 * I’m a long time designer but I’m new to WP (this month) so that may or may not
   work!
 * Jonji
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how can i customize title in wp_list_pages()](https://wordpress.org/support/topic/how-can-i-customize-title-in-wp_list_pages/)
 *  [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/how-can-i-customize-title-in-wp_list_pages/#post-867667)
 * Does it have to be a custom field? You can do this with a div wrapper and then
   apply css to change fonts, spacing, colors, etc.
 * Jonji
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t get rid of the space below the nav bar ?](https://wordpress.org/support/topic/cant-get-rid-of-the-space-below-the-nav-bar/)
 *  [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/cant-get-rid-of-the-space-below-the-nav-bar/#post-867666)
 * Put the flash inside a div tag so you can then add css to move the div.
 * Example:
 * <div style=”margin: -10px 0 -20px 0;”> The flash code </div> The order of the
   css is top, right, bottom and then left.
 * Remember that FF and IE sometimes render pixel counts (spacing) differently. 
   If this happens try adding “display:block” to the code. If everything formats
   correctly then don’t! (smile)
 * Jonji
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fixing my Laeve a Reply Form / Comment Form](https://wordpress.org/support/topic/fixing-my-laeve-a-reply-form-comment-dorm/)
 *  [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/fixing-my-laeve-a-reply-form-comment-dorm/#post-867665)
 * Some people who might help: [http://www.smashingmagazine.com/2008/04/17/web-form-design-modern-solutions-and-creative-ideas/](http://www.smashingmagazine.com/2008/04/17/web-form-design-modern-solutions-and-creative-ideas/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fixing my Laeve a Reply Form / Comment Form](https://wordpress.org/support/topic/fixing-my-laeve-a-reply-form-comment-dorm/)
 *  [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/fixing-my-laeve-a-reply-form-comment-dorm/#post-867660)
 * So what you need is a form change? just add the form fields you need like this:
   <input type=”text”> etc… giving them a name or value that the form can process
   in the code.
 * Example:
    <input name=”Name” type=”text” value=”Type your name here”> or look
   here [http://www.htmlcodetutorial.com/forms/](http://www.htmlcodetutorial.com/forms/).
   Also I have found the WP community very helpful, so ASK the site owner what he
   is doing to expand his comment form.
 * Jonji
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [two comment boxes, and two categories](https://wordpress.org/support/topic/two-comment-boxes-and-two-categories/)
 *  Thread Starter [jonji](https://wordpress.org/support/users/jonji/)
 * (@jonji)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/two-comment-boxes-and-two-categories/#post-867208)
 * Anybody?

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