Marko-M
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Chat] problem with browser stock andoidHi,
just tested with my Nexus 7 (Android 4.4 with Chrome browser) and it works fine. It could be an old bug with some webkit versions, please check this thread:http://ww.wp.xz.cn/support/topic/plugin-quick-chat-chrome-keeps-loading-page-going-and-going
Good luck and cheers!
Forum: Plugins
In reply to: [Quick Chat] Quick Chat v4.13 maintenance release is outNote:
Quick Chat 4.13 has increased minimum WordPress version to 3.3 and jQuery version to 1.7 as preparation for future when some older jQuery functions will be deprecated. I’ve added Quick Chat 4.12 to old versions section on my blog for people requiring older WP/jQuery versions compatibility.
Forum: Fixing WordPress
In reply to: Media Uploader on Comment Box needs the Right to edit_others_postsHi,
this looks like a bug in the new media editor. Your solution is more of a workaround, so WP guys should fix it in the core.Forum: Reviews
In reply to: [Quick Chat] Bad for server performanceHi,
Quick Chat is using long polling and long polling isn’t what you might call inexpensive to server performance but it is the only way to have self hosted chat on shared hosting. Due to long polling Quick Chat isn’t meant to serve more then a few dozen concurrent chatters on an average server. If you are using VPS you should use XMPP based chat solution where you can install XMPP server and watch it fly, I guess that’s why you’ve taken VPS, to be able to add software your sites need. Shared hosting users don’t have that possibility.Forum: Plugins
In reply to: [Quick Chat] Impovement !Hi,
interesting idea but I’m not sure SQLite would outperform MySQL especially when INSERT and UPDATES are considered. Since Quick Chat is typically using mostly SELECT-s using SQLite might help a bit but not sure how much. But it is a nice idea to try when I find time to play with it, thanks.Forum: Plugins
In reply to: [Quick Chat] How to Change Font Size in Private Chat?You use CSS to pinpoint private chat div for example:
div.quick-chat-container-private { font-size: 12px; }and place this inside file named quick-chat.css inside your theme folder.
Forum: Plugins
In reply to: [Quick Chat] Compression gzip ..???Hello,
Quick Chat by default uses minified versions of Javascript files and there is no need to further compress them.Regards
Forum: Plugins
In reply to: [Quick Chat] to have different guest avatarHi, you can choose the default avatar for visitors globally for WordPress site in Settings -> Discussion -> Avatars -> Default avatar. Quick Chat will respect this setting.
Regards
Forum: Plugins
In reply to: [Quick Chat] Chat freezing – Needs F5 all the timeHi,
did you maybe mistakenly lowered “Timeout for disabling updates to inactive user (seconds)” from Quick Chat admin options from default 1800 to something too low?Regards
Forum: Plugins
In reply to: [Quick Chat] Quickchat Loading Text ONLYHi,
something on your site (some plugin or theme) is loading jQuery 1.9.0 instead of loading jQuery included with WordPress (version 1.8.3). Quick Chat is tested only with jQuery versions included with WordPress and support for jQuery 1.9.0 will come in an update when WordPress includes it in its package. What you can do right now is to get rid of Quick Chat or identify plugin or theme that loads jQuery incorrectly and get rid of it. There are also other ways to handle this, for more info please contact me via my services page because this support forum doesn’t allow discussing paid work.Regards,
MarkoForum: Plugins
In reply to: [Quick Chat] Session_start at other plugin with quick chat problemHello,
WordPress itself isn’t using sessions so it isn’t recommended that plugins use them. Because of that you should ask wordpressguestpost plugin author this question. I will do some research though.Regards
Forum: Plugins
In reply to: [Quick Chat] Dashboard bugThanks for your bug report but I can’t reproduce it on any of my sites as well as on fresh WordPress installation.
Here’s screenshot.
Could you please provide steps to reproduce? Also can anyone else reproduce it?
@aleyify07: If any of the user’s checkboxes are checked that error shouldn’t pop up. Unfortunately I don’t have the admin account on your site to be able to test ban functionality. Also right now your site drops:
“Your connection to this server has been blocked in this server’s firewall.” error when I try to access it.
Forum: Plugins
In reply to: [Quick Count] Does Not Load….LoadingHi,
custom table prefix shouldn’t be the issue since Quick Count fully supports it. This is most likely Javascript conflict but I can’t tell for sure before debugging in details.Forum: Plugins
In reply to: [Quick Chat] Suggestion?No unfortunately not.