Title: katn's Replies | WordPress.org

---

# katn

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Recipe Card] not valid time markup](https://wordpress.org/support/topic/not-valid-time-markup/)
 *  [katn](https://wordpress.org/support/users/katn/)
 * (@katn)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-valid-time-markup/#post-7968107)
 * I just made the changes suggested above and it worked for me! I had 6 validation
   errors in Google’s Structured Data Testing Tool while using Yumprint’s recipe
   card, and making the changes above fixed all of them. Like scatmax said, you 
   have to make 6 changes in total – preptime cooktime and totaltime for both the
   infobar and infobox sections of code.
 * If I can find a bug report option for yumprint I’ll try to submit this to them.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Optimizer] "Edit Content" in Customizer Not Working](https://wordpress.org/support/topic/edit-content-in-customizer-not-working/)
 *  Thread Starter [katn](https://wordpress.org/support/users/katn/)
 * (@katn)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/edit-content-in-customizer-not-working/#post-6679661)
 * I resolved this problem myself. See my post above for how I did it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Album Gallery for Flickr] Getting a "This photo is no longer available" error on slideshow](https://wordpress.org/support/topic/getting-a-this-photo-is-no-longer-available-error-on-slideshow/)
 *  [katn](https://wordpress.org/support/users/katn/)
 * (@katn)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/getting-a-this-photo-is-no-longer-available-error-on-slideshow/#post-5706397)
 * This did help, without having to re-upload the photos. [https://www.flickr.com/help/forum/en-us/72157652552551381/](https://www.flickr.com/help/forum/en-us/72157652552551381/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Album Gallery for Flickr] Getting a "This photo is no longer available" error on slideshow](https://wordpress.org/support/topic/getting-a-this-photo-is-no-longer-available-error-on-slideshow/)
 *  [katn](https://wordpress.org/support/users/katn/)
 * (@katn)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/getting-a-this-photo-is-no-longer-available-error-on-slideshow/#post-5706396)
 * I’m having the same problem. The thread you link to doesn’t seem to be related,
   as I can see the image in flickr, and in my gallery, but not in the slideshow
   of your plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] reduce space between fields](https://wordpress.org/support/topic/reduce-space-between-fields/)
 *  [katn](https://wordpress.org/support/users/katn/)
 * (@katn)
 * [13 years ago](https://wordpress.org/support/topic/reduce-space-between-fields/#post-3729177)
 * I took a look at your site with firebug. You don’t say exactly what CSS options
   you tried (it would be helpful to know exactly what you’ve tried…) but I think
   this might be useful.
 * When I click on the Name section of your form and inspect it in Firebug I can
   see this:
 *     ```
       .widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
           font-size: 0.928571rem;
           line-height: 1.84615;
       }
       ```
   
 * Turning off the line-height declaration makes all of the text and form fields
   very close together. I’m guessing reducing the value of the line-height will 
   get you the look you’re going for.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Adding a Search Bar](https://wordpress.org/support/topic/plugin-nextgen-gallery-adding-a-search-bar/)
 *  [katn](https://wordpress.org/support/users/katn/)
 * (@katn)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-adding-a-search-bar/page/2/#post-1189565)
 * This looks like your nextgen gallery functions.php file. What you want to edit
   is your **theme**‘s functions.php. (that should be somewhere like wp-content -
   > themes -> “your theme name”-> functions.php)Your theme directory should also
   contain your search.php if you have one. Hope that helps. 🙂 P.S. You should 
   prob just erase your above post if you can.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Adding a Search Bar](https://wordpress.org/support/topic/plugin-nextgen-gallery-adding-a-search-bar/)
 *  [katn](https://wordpress.org/support/users/katn/)
 * (@katn)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-adding-a-search-bar/page/2/#post-1189563)
 * Just a heads up for anyone using Lytebox and adding this search function. I had
   to change the functions.php section as mentioned above from
 * ” class=”thickbox” rel=”singlepic’.$pic[pid].'”>’ ”
 * to
 * ” class=”singlepic” rel=”lytebox’.$pic[pid].'”> “
    to get the lytebox to work.
 * Not sure if that’s correct code (I can’t code I’m just using trial and error!)
   but it works on my site. 🙂
 * Thanks for all the help fellow wordpressers!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: NextGEN Gallery] Portrait images getting resized](https://wordpress.org/support/topic/plugin-nextgen-gallery-portrait-images-getting-resized/)
 *  [katn](https://wordpress.org/support/users/katn/)
 * (@katn)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-portrait-images-getting-resized/#post-1288512)
 * [@nightwynd](https://wordpress.org/support/users/nightwynd/): I had that problem
   with the white page. I went to gallery>options>effects and chose “thick box” (
   you can also choose “shutter”) and saved changes. This gave me the same kind 
   of effect you were talking about but without the “next” and “pervious” buttons.
   Hope that helps.

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