Title: newpixel's Replies | WordPress.org

---

# newpixel

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hide Query Total block when no results are found](https://wordpress.org/support/topic/hide-query-total-block-when-no-results-are-found/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [1 year ago](https://wordpress.org/support/topic/hide-query-total-block-when-no-results-are-found/#post-18487859)
 * Hi,
 * This works – thanks a lot!
 * I only had to make one addition. My page is dynamically updated as the result
   of the search query changing, so I had to add a MutationObserver to be notified
   of DOM modifications. At that point I perform the 0 posts check and toggle visibility
   on the Query Total block.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Cloudinary - Deliver Images and Videos at Scale] Good, but lags with lots of images](https://wordpress.org/support/topic/good-but-lags-with-lots-of-images/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/good-but-lags-with-lots-of-images/#post-18456915)
 * [#319955](https://support.cloudinary.com/hc/requests/319955)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Cloudinary - Deliver Images and Videos at Scale] Good, but lags with lots of images](https://wordpress.org/support/topic/good-but-lags-with-lots-of-images/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/good-but-lags-with-lots-of-images/#post-18455447)
 * Yes – just saw. I submitted the request to Cloudinary support.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Cloudinary - Deliver Images and Videos at Scale] Good, but lags with lots of images](https://wordpress.org/support/topic/good-but-lags-with-lots-of-images/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/good-but-lags-with-lots-of-images/#post-18449526)
 * Btw a workaround for the UI lagginess is to simply create subfolders on cloudinary
   with a few hundred images max.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Chat] Messages take awhile to appear](https://wordpress.org/support/topic/messages-take-awhile-to-appear/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/messages-take-awhile-to-appear/#post-4242623)
 * Hi Daniel
 * The change is in the php file itself (quick-chat.php). Basically it blocks for
   about 20 seconds waiting for new messages, but this turns out to be unnecessary.
 * Inside the function update_messages_ajax_handler()
 * Replace this code:
 *  `while((time()-$startTime)<=20){`
 * With just an open brace:
    `{`
 * If you aren’t able to edit the file I can send you mine. Does this forum have
   private messages?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Chat] Messages take awhile to appear](https://wordpress.org/support/topic/messages-take-awhile-to-appear/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/messages-take-awhile-to-appear/#post-4242499)
 * I fixed the problem, but I had to make a change in the plugin code. If anyone
   is interested, let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Chat] Slow chatting](https://wordpress.org/support/topic/slow-chatting/)
 *  [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slow-chatting/#post-4234865)
 * I have this same issue. It takes 5-10 seconds for a message to appear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video.js - HTML5 Video Player for Wordpress] odd behavior on iPhone](https://wordpress.org/support/topic/odd-behavior-on-iphone/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/odd-behavior-on-iphone/#post-3163402)
 * Thank you Dustin… I’ll dust off my jQuery and begin hacking 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] [Plugin: Blubrry PowerPress Podcasting plugin] Choose media player?](https://wordpress.org/support/topic/plugin-blubrry-powerpress-podcasting-plugin-choose-media-player/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-blubrry-powerpress-podcasting-plugin-choose-media-player/#post-1810133)
 * Right in front me!
    …thanks, great plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] [Plugin: My Calendar] Make upcoming events title a link](https://wordpress.org/support/topic/plugin-my-calendar-make-upcoming-events-title-a-link/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-my-calendar-make-upcoming-events-title-a-link/#post-1780481)
 * Thanks for replying… I saw the templating tags, but not sure how to get them 
   to apply to the title of the widget. I would like to make ‘events & sessions’(
   in the right sidebar) a link to another page on the site: [http://artistsofliving.com/](http://artistsofliving.com/)
 * I tried just putting an ‘a href’ tag around ‘events & sessions’ in the title 
   field, in the admin area for the widget but it always gets cleared out.
 * -rich
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] [Plugin: My Calendar] Where’s Calendar View](https://wordpress.org/support/topic/plugin-my-calendar-wheres-calendar-view/)
 *  [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-my-calendar-wheres-calendar-view/#post-1563571)
 * So how did you fix it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] [Plugin: My Calendar] Block Days like Holidays](https://wordpress.org/support/topic/plugin-my-calendar-block-days-like-holidays/)
 *  [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-my-calendar-block-days-like-holidays/#post-1645647)
 * Hi-
 * Did you ever figure out how to do this? Also interested in a solution…
 * Could be something as easy as letting us enter a comma-delimited list of dates
   to be excluded.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Facebook Connect] [Plugin: Simple Facebook Connect] FB Share Button Not Showing Up](https://wordpress.org/support/topic/plugin-simple-facebook-connect-fb-share-button-not-showing-up/)
 *  [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-connect-fb-share-button-not-showing-up/#post-1606357)
 * I’m having a similar problem- the html is there but the share button doesn’t 
   show up. How did you fix it? (Unfortunately my site can’t be reached publicly
   right now so there’s no point in giving away the link).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Share Statistics] [Plugin: Facebook Share Statistics] Blank page in the admin area](https://wordpress.org/support/topic/plugin-facebook-share-statistics-blank-page-in-the-admin-area/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-share-statistics-blank-page-in-the-admin-area/#post-1575167)
 * Ok great, I understand.
 * In case you didn’t know about this, the stats page gets ‘wiped out’ if I choose‘
   view all’ & ‘order by rating’ and a # of posts to show that is 30 or higher (
   not sure if 30 has any meaning to you- just what I’m observing). That’s when 
   I have to delete the database row to get it back.
 * Also something you might be interested in- my post with the highest number of
   shares/likes doesn’t show up in the list if I set the ‘categories’ field like
   this:
    1,3,4,5,6,7,8,9,10,11,12
 * The post in question happens to be in category ‘7’… If I set the categories field
   to just ‘7’ however, it shows up!
 * So maybe that is a bug of some sort? I will tell you right here that I will donate
   to your cause if you can fix that last one for me… thnx 🙂
 * -rich
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Share Statistics] [Plugin: Facebook Share Statistics] Blank page in the admin area](https://wordpress.org/support/topic/plugin-facebook-share-statistics-blank-page-in-the-admin-area/)
 *  Thread Starter [newpixel](https://wordpress.org/support/users/newpixel/)
 * (@newpixel)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-share-statistics-blank-page-in-the-admin-area/#post-1575134)
 * Thanks Carmine… removing the row from the database cleared it up!
 * While I have you here, how does the plugin determine which posts to show like/
   share info for? I have the ‘Number of posts to show’ at 20, but it only shows
   5 posts in the table. If I set it to 15, it shows 3. There are posts that I know
   have been ‘liked’ but don’t show up. So how does it populate the table?
 * Thanks again

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