Title: pbal's Replies | WordPress.org

---

# pbal

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Floating Portfolio Slideshow left in Suffusion Theme](https://wordpress.org/support/topic/floating-portfolio-slideshow-left-in-suffusion-theme/)
 *  Thread Starter [pbal](https://wordpress.org/support/users/pbal/)
 * (@pbal)
 * [15 years ago](https://wordpress.org/support/topic/floating-portfolio-slideshow-left-in-suffusion-theme/#post-1767146)
 * Sorry, it’s too late for me. I changed the layout and switched from Portfolio
   Slideshow to running shows from a Lightroom plugin in Shadowbox. I’m running 
   Meteor Sides on my Home page, and just fiddled with the margins in the CSS to
   get that one right. But thanks for the tip Bob. I’ll note that for next time.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [[Plugin: NextGEN Gallery] Is Google image search indexing working on Next-Gen](https://wordpress.org/support/topic/plugin-nextgen-gallery-is-google-image-search-indexing-working-on-next-gen/)
 *  [pbal](https://wordpress.org/support/users/pbal/)
 * (@pbal)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-is-google-image-search-indexing-working-on-next-gen/page/3/#post-771761)
 * Don’t know if this info will be helpful or not, but here goes. I posted my most
   recent gallery last week, so I don’t expect it to be indexed yet, but the 2 previous
   galleries, posted Jan 14 and Nov 2, HAVE been indexed: site:laurelight.com. The
   previous 8 galleries don’t show up at all. Could it have something to do with
   upgrade timeing?
 * For what it’s worth, images from one, of maybe a dozen, non-NG posts have been
   indexed, along with a few random images from the site. I’m hoping the situation
   improves on its own over the next couple of weeks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [NextGen Gallery Inserts Itself Into All Posts](https://wordpress.org/support/topic/nextgen-gallery-inserts-itself-into-all-posts/)
 *  Thread Starter [pbal](https://wordpress.org/support/users/pbal/)
 * (@pbal)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/nextgen-gallery-inserts-itself-into-all-posts/#post-813430)
 * Found it!
    For future reference: In ‘Gallery->Options->General Options’ you’re
   given the option “This option will append related images to every post.” Uncheck
   the box. Duh…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [stop text from wrapping around images](https://wordpress.org/support/topic/stop-text-from-wrapping-around-images/)
 *  [pbal](https://wordpress.org/support/users/pbal/)
 * (@pbal)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/stop-text-from-wrapping-around-images/#post-689229)
 * What I would do, and I don’t know if it’s valid code or not, but someone here
   is sure to let us know, is put `</p>` after the code for the image.
 * And then I’d learn a little it about CSS and HTML before I tried to do much more
   with my blog.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress doesn’t load](https://wordpress.org/support/topic/wordpress-doesnt-load/)
 *  [pbal](https://wordpress.org/support/users/pbal/)
 * (@pbal)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wordpress-doesnt-load/#post-672858)
 * Check with your host. I had my own “hell and back” issues last week, first with
   my entire site, then only with the WP portion. I did a real screw-up job over
   several hours trying to recover everything. Finally, I submitted a ticket to 
   my host and in 10 minutes I was back online with everything almost back to normal.
   I can’t confirm that they were responsible for the foul-up, or even that they
   were the ones who fixed it, because they never got back to me directly, but I
   have a feeling they reloaded my site from their most recent backup. Anyway, I’m
   happy now, so you might want to try contacting your host.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Order Posts in Categories](https://wordpress.org/support/topic/order-posts-in-categories/)
 *  Thread Starter [pbal](https://wordpress.org/support/users/pbal/)
 * (@pbal)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/order-posts-in-categories/#post-609822)
 * Thanks, mahalie.
    I tried that in my `category-template.php` file, but it didn’t
   seem to work. Either something I messed up, or maybe my theme. I may try it again,
   just for giggles, but no matter. I sweated my way through the Category Templates
   page in the Codex and decided to add html above the posts to individual templates
   for each category. Looks like that’ll work. I really just wanted a different ‘
   sticky’ sort of thing for each category.
 * And it’s all a learning experience. That php stuff, though…
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Static Home Page Appears Twice in Navigator Bar](https://wordpress.org/support/topic/static-home-page-appears-twice-in-navigator-bar/)
 *  Thread Starter [pbal](https://wordpress.org/support/users/pbal/)
 * (@pbal)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/static-home-page-appears-twice-in-navigator-bar/#post-578651)
 * Sorry. I guess the system read the code instead of pasting it. There should be
   a (ul) after the div id, then the second line following li id=home reads:
 * (a href=”(?php echo get_settings(home); ?)”)Home(/a)(/li)
 * then the ul closes before the div closes. Hope that’s a little clearer than mud.
   Obviously, someone’s not real good at even posting code, let alone writing it.

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