vincent.jiang
Forum Replies Created
-
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Admin closed session…I have the same issue.
when is the target date for the next release?
I have no problem with the approach to use long polling in Ajax. However my argument is that you should start this long polling only after user start initializing the chat. Not to start long polling once the page is loaded. it slow down the page load significantly. I use “unnecessary” because only 1% of the visitor may use chat, but you sacrifice 99% visit’s time to wait for your widget to load.
Forum: Themes and Templates
In reply to: [Enigma] search navigation is brokencool. thanks
Forum: Plugins
In reply to: [Kento Post View Counter] double statsthe plugin owner own me on this. ??
Forum: Plugins
In reply to: [Kento Post View Counter] double statsI have fixed the issue in my site.
the root cause for the double count is that. in this plusin, it add filter to default the_content function.
add_filter(‘the_content’, ‘kento_pvc_display’);in function kento_pvc_display, it insert data to database.
therefore, if you page or post have code call the_content twice or three times. your count will double or triple. the fix is to put follow code in the beginning of kento_pvc_display function.
function kento_pvc_display($cont){
global $index;$index = $index+1;
if($index>1)
{
return $cont;
}…
It will fix the problem and improve your website performance.
I have the same issue here. it only happen on Firefox. it supported terminate a chat, the user can not initialize a chat with reply ability anymore.
Forum: Reviews
In reply to: [3CX Free Live Chat, Calls & WhatsApp] SLOWNick, I am planning to use this plugin for my organization web site. However I am a little concern about mpop45’s commment, do you have any update on the ajax performance issue?
thanks
VincentForum: Plugins
In reply to: [Kento Post View Counter] double statsis this plug still being maintained?
Forum: Plugins
In reply to: [Kento Post View Counter] double statsdouble counted, same here.
Forum: Themes and Templates
In reply to: [Enigma] search navigation is brokenAny update?
Forum: Themes and Templates
In reply to: [Enigma] search navigation is brokenif i switch to another theme, such as twentyfourteen. it works fine. if you add /?s= to the “next page” link. it work fine too.
Forum: Themes and Templates
In reply to: [Enigma] search navigation is brokenscroll down to the bottom of the search result page. click on link “下一页 ?”. You will get a 404 error page.
Forum: Themes and Templates
In reply to: [Enigma] search navigation is brokenhttps://www.eriangroup.com/education/lianxiyingrui/. Put “美国” in the search box. it breaks in the Chinese “next page” link.
Forum: Themes and Templates
In reply to: [Enigma] search navigation is brokenhttps://www.eriangroup.com/education/lianxiyingrui/. Put “美国” in the search box. it breaks in the Chinese “next page” link.