Title: ljvx's Replies | WordPress.org

---

# ljvx

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List Petfinder Pets] Paragraph's not appearing for Featured Pet](https://wordpress.org/support/topic/paragraphs-not-appearing-for-featured-pet/)
 *  [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/paragraphs-not-appearing-for-featured-pet/#post-8143628)
 * Actually, looking at it now, ignore my last idea and just change line 432
    `$
   this->description = $description;`
 * to
 * `$this->description = nl2br($description);`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List Petfinder Pets] Paragraph's not appearing for Featured Pet](https://wordpress.org/support/topic/paragraphs-not-appearing-for-featured-pet/)
 *  [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/paragraphs-not-appearing-for-featured-pet/#post-8142524)
 * Hi there,
    I had this problem for my adoptables page [http://newmexicohrs.org/adoptable-buns/](http://newmexicohrs.org/adoptable-buns/)
 * If you edit the plugin directly you can add a php function to the description
   of the animal to convert whitespace newlines to <br />. It’s a hack but works.
 * On line 306 where is lists `$dog->description` add `nl2br($dog->description)`
 * Here is that whole line including my extra function:
 * `$output_buffer .= "<div class=\"description\">" . nl2br($dog->description) ."
   </div><div class=\"features\">" . $dog->age . ", " . (($dog->sex == "M") ? "Male":"
   Female") . ", " . $dog->get_size() . "</div></div>";`
 * Hope that helps
    ~loothi
    -  This reply was modified 9 years, 10 months ago by [ljvx](https://wordpress.org/support/users/loothi/).
      Reason: format of code is wonky
    -  This reply was modified 9 years, 10 months ago by [ljvx](https://wordpress.org/support/users/loothi/).
      Reason: clarification of wording
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] Has anyone added a logo in addition to the text site title?](https://wordpress.org/support/topic/has-anyone-added-a-logo-in-addition-to-the-text-title/)
 *  Thread Starter [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/has-anyone-added-a-logo-in-addition-to-the-text-title/#post-7314361)
 * Oh, so I hacked it in the CSS. Probably not pretty but it works. Resolved.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] Why have I got no circles around my social media icons?](https://wordpress.org/support/topic/why-have-i-got-no-circles-around-my-social-media-icons/)
 *  Thread Starter [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/why-have-i-got-no-circles-around-my-social-media-icons/#post-7314343)
 * Why thank you kindly.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] topbar bleeds to edge of page](https://wordpress.org/support/topic/topbar-bleeds-to-edge-of-page/)
 *  [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/topbar-bleeds-to-edge-of-page/#post-7265714)
 * Hi.
 * Just wondering, how about editing the css to limit the width? You have a box 
   shadow though that needs commenting out…
 *     ```
       #topbar {
           margin: 0 auto;
           max-width: 1150px;
           background-color: #445924;
           border-bottom-color: #6c814c;
           /* box-shadow: 3px 0 3px #1c3100; */
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Gridsby] Why so much whitespace before the site-footer?](https://wordpress.org/support/topic/why-so-much-whitespace-before-the-site-footer/)
 *  Thread Starter [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/why-so-much-whitespace-before-the-site-footer/#post-6205637)
 * Thanks muchly for spotting my mistakes! Corrected, and the second enqueue has
   been removed too.
 * Getting there now….
 * Cheers!
    Lucy
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Feed to post stopped importing using manual fetch](https://wordpress.org/support/topic/feed-to-post-stopped-importing-using-manual-fetch/)
 *  Thread Starter [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [13 years ago](https://wordpress.org/support/topic/feed-to-post-stopped-importing-using-manual-fetch/#post-3926156)
 * Allen fixed it for me as all my fed rss items had the same title which conflicted
   with some changes he’d recently made, and were failing to pass a title-based ‘
   unique’ rule.
 * Do all your RSS items have the same title? Could be the same issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Feed to post stopped importing using manual fetch](https://wordpress.org/support/topic/feed-to-post-stopped-importing-using-manual-fetch/)
 *  Thread Starter [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [13 years ago](https://wordpress.org/support/topic/feed-to-post-stopped-importing-using-manual-fetch/#post-3925977)
 * That’s incredibly generous of you! Contact form sent. Many thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Feed to post stopped importing using manual fetch](https://wordpress.org/support/topic/feed-to-post-stopped-importing-using-manual-fetch/)
 *  Thread Starter [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [13 years ago](https://wordpress.org/support/topic/feed-to-post-stopped-importing-using-manual-fetch/#post-3925972)
 * Hi, thanks Allen.
 * I don’t actually care that the cron doesn’t work. Scheduling is not important.
 * I was happy to manually use the “CLICK TO FETCH FEEDS NOW” – it’s that that I
   now can’t get to work.
 * Any more ideas?
 * *edit* I checked my posts trash and there is nothing in there.
 * Ta
    ~loothi
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Paypal payments are failing with alt email address](https://wordpress.org/support/topic/paypal-payments-are-failing-with-alt-email-address/)
 *  [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/paypal-payments-are-failing-with-alt-email-address/#post-3548808)
 * This is happening for me too! Thanks for the post. I feel saner knowing it’s 
   not just me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Query Posts by Taxonomy](https://wordpress.org/support/topic/query-posts-by-taxonomy/)
 *  [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/query-posts-by-taxonomy/#post-1698715)
 * Heya.
 * You left your taxonomy hard coded. 🙂
 * `$t_data = term_exists($term, 'show-in');`
 * Maybe..?
 * `$t_data = term_exists($term, $options['taxonomy_name']);`
 * ~loothi
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom post type and capitalisation](https://wordpress.org/support/topic/custom-post-type-and-capitalisation/)
 *  Thread Starter [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/custom-post-type-and-capitalisation/#post-1699071)
 * Darn. Answered my own q.
    single-hireitem.php works.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Right hand sidebar widgets](https://wordpress.org/support/topic/right-hand-sidebar-widgets/)
 *  Thread Starter [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/right-hand-sidebar-widgets/#post-1466839)
 * Oh I get it. The page.php doesn’t include
    <?php get_sidebar(); ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [TwitPress truncates tweets when it encounters ‘&’](https://wordpress.org/support/topic/twitpress-truncates-tweets-when-it-encounters-038/)
 *  [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/twitpress-truncates-tweets-when-it-encounters-038/#post-802003)
 * Yes, in function ` twitpress_get_message( $postID )`
 * at line 248
 * replace:
    `$proto = str_replace( "[title]", $post->post_title, $proto );` with`
   $proto = str_replace( "[title]", urlencode($post->post_title), $proto );`
 * We had this bug using Twitpress from our Journalism News blogs [http://blogs.journalism.co.uk/editors/](http://blogs.journalism.co.uk/editors/)
   
   to our twitter page [http://twitter.com/journalismnews](http://twitter.com/journalismnews)
 * but it now works fine for us.
 * Cheers!
    ~loothi
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Url is not valid and cannot be loaded](https://wordpress.org/support/topic/url-is-not-valid-and-cannot-be-loaded/)
 *  [ljvx](https://wordpress.org/support/users/loothi/)
 * (@loothi)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/url-is-not-valid-and-cannot-be-loaded/#post-753304)
 * Is this fixed in > 2.6 ?

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

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