newpixel
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Chat] Messages take awhile to appearHi 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
In reply to: [Quick Chat] Messages take awhile to appearI fixed the problem, but I had to make a change in the plugin code. If anyone is interested, let me know.
Forum: Plugins
In reply to: [Quick Chat] Slow chattingI have this same issue. It takes 5-10 seconds for a message to appear.
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] odd behavior on iPhoneThank you Dustin… I’ll dust off my jQuery and begin hacking ??
Right in front me!
…thanks, great pluginThanks 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: https://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
So how did you fix it?
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.
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).
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,12The 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
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