Title: tidywebdev's Replies | WordPress.org

---

# tidywebdev

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [can’t determine which posts are sticky using wp_query](https://wordpress.org/support/topic/cant-determine-which-posts-are-sticky-using-wp_query/)
 *  Thread Starter [tidywebdev](https://wordpress.org/support/users/tidywebdev/)
 * (@tidywebdev)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/cant-determine-which-posts-are-sticky-using-wp_query/#post-1224453)
 * This same code that failed with an older version of WordPress started working
   with 2.9.1. So I guess it was just some sort of quirk/bug with an older version
   which has now been resolved. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Flutter] Hiding Label When Key is Blank](https://wordpress.org/support/topic/plugin-flutter-hiding-label-when-key-is-blank/)
 *  [tidywebdev](https://wordpress.org/support/users/tidywebdev/)
 * (@tidywebdev)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-flutter-hiding-label-when-key-is-blank/#post-1317379)
 * I’ve just started using Flutter, but I had a similar issues. I was using flutter’s
   simplest get(‘variable’) syntax. By default Flutter surrounds textbox fields 
   with some HTML, so my empty fields were not really empty.
 * You can fix this if you specify full arguments for the get() function like this:
 * `$myFlutterField = get('myFlutterField', 1, 1, false);`
 * The false argument at the end stops any html surrounding the value. So you can
   then use:
 *     ```
       if(!empty($myFlutterField))
       {
        //output value here
       }
       ```
   
 * See the Flutter usage page for full info on the get() function.
 * Hope this helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Viper’s Video Quicktags] Preview image flash movie](https://wordpress.org/support/topic/plugin-vipers-video-quicktags-preview-image-flash-movie/)
 *  [tidywebdev](https://wordpress.org/support/users/tidywebdev/)
 * (@tidywebdev)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-vipers-video-quicktags-preview-image-flash-movie/#post-1265969)
 * Thanks for the quick response Viper and for looking into this. Reverting to the
   old 6.2.12 version of vipers-video-quicktags.php got my preview images back working,
   but if nobody else if having issues maybe it’s just something in my setup…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Viper’s Video Quicktags] Preview image flash movie](https://wordpress.org/support/topic/plugin-vipers-video-quicktags-preview-image-flash-movie/)
 *  [tidywebdev](https://wordpress.org/support/users/tidywebdev/)
 * (@tidywebdev)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-vipers-video-quicktags-preview-image-flash-movie/#post-1265886)
 * I’m using videos in flv format but the preview image has stopped working for 
   me since I upgraded to 6.2.13. I was relying on the default where it looks for
   a jpg with the same filename as the flv. It was working fine before the upgrade,
   and the image is still there.
 * I know I can specify the preview image manually, but the client who will be maintaining
   the site is not technical, and the automatic pickup of the preview image was 
   very handy.
 * Has this broken for anyone else since upgrading?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [can’t determine which posts are sticky using wp_query](https://wordpress.org/support/topic/cant-determine-which-posts-are-sticky-using-wp_query/)
 *  Thread Starter [tidywebdev](https://wordpress.org/support/users/tidywebdev/)
 * (@tidywebdev)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/cant-determine-which-posts-are-sticky-using-wp_query/#post-1224360)
 * Hi Michael,
 * Thanks for replying. I am using a loop, just with my WP_Query custom query as
   the basis of it. Any other data I’ve got at in the standard loop before has also
   worked for me in the custom loop. I can understand if is_sticky() won’t work 
   in a custom loop, but surely there should be some way of determining whether 
   a post is sticky in it but I can’t seem to see the sticky info being returned??

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