Hello, this plugin is very good, but apparently it has been abandoned and there is even a vulnerability problem. Are there any plans to update in the future? Thanks!
]]>Hi there,
We would like allow your plugin on 1 page only, but due to having hundreds of products and categories this would be very tedious task to do using “page to exclude option”
So, in addition to the current pages to exclude option, can you please make option for:
1) Pages to allow
or
2) Disable for all products, product archives, posts, blog, etc.
Best,
Raido
Hi,
I am getting these errors in FF web console on a number of sites that use the plugin. Similar errors in MS Edge when I checked. Chat does not load as a result.
The resource from “https://tawk.to/chat/xxxxxxxxx/default” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://tawk.to/chat/xxxxxxxxx/default. (Reason: CORS request did not succeed). Status code: (null).
All was working until I did some updates and re-saved settings.
Please advise,
Thanks in advance, J
]]>Hi. Not sure if this is a fault with wp forms or tawk to. Visitors can fill in a form that’s on the same page as tawk to. However, as a logged in admin viewing the same page, I can’t successfully test the form – the form reports and error that javascript isn’t loading. No cache is being used. The inspection tool suggests bits of wp forms aren’t loading (no mention of tawk to), but wp forms works fine when tawk to plugin is deactivated (I’m using your tawk to plugin specifically, just in case that’s not obvious). Just for your info. Not expecting an answer.
]]>Hey, I read you were hit by covid-19, but I think it was months ago,
are you planning on releasing a new version? it hasn’t been updated in 8 months especially because it stopped working for me. When I go to the plugin settings I get this error: “There has been a critical error on this website. Please check your site admin email inbox for instructions.”
I hope you are doing better and release a new version soon because this plugin is really useful!
]]>Hi,
Since you know how to work with tawk.to maybe you can think to develop better integration for woocommerce.
Like when create ticket, bring order number to user.
Put help button on orders page for each order.
etc
Hi, I hope you are doing well.
We have launched a new version 1.1.1 and you’ll need to adjust Tawk.to chat code in order to make Tawk.to chat work.
Here’s the tutorial:
If you face any issues, please feel free to open a support ticket.
Thanks,
Kreativo Pro
i referred the tutorial but not showing the widget on website
Hi,
Maybe a stupid question, but for this plugin to work, I need to install the official Tawk.to plugin first? This plugin only helps to speed it up, correct?
Thanks,
Annie
i dont see plugin work
]]>1.0.8 – 22/FEBRUARY/2021
FIXED: Review notice popping up too much.
still showning all the time again
]]>Below you see two codes to enter widget into page one is default and in German and one is English and with “/1drft1d1n” after the ID.
In settings I tried to add /1drft1d1n after the ID but then no chat is shown at all.
The default Tawk.to chat plugin offers two dropdowns one to select properties and one to select widgets.
If you make the link working with /1drft1d1n it would be enough.
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='<strong>https://embed.tawk.to/1234567890/default</strong>';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='<strong>https://embed.tawk.to/1234567890/1drft1d1n</strong>';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
]]>
Thank you for using KP Fastest Tawk.to Chat plugin for more than a week! If you like our plugin, please provide us your feedback on www.ads-software.com
Is shown on every login of the admin!
Once is enough.
Hi, I had to modify your plugin in order to work for me as it would create a tawk.to link that would cause a 404.
This is because your plugin appends the tawk.to ID with ‘/default’.
Eg https://embed.tawk.to/zzz/default
For me, this needed to be https://embed.tawk.to/zzz/widgetIDhere
So I set the Chat ID to include the widget ID as well, and then removed ‘/default’ from the following:
$kpfttc_chat_link = 'https://embed.tawk.to/'.get_option('kpfttc_chat_link');
You could check if there’s a / in the Chat ID, and leave it as is, and if not then append with /default.
]]>Hi there,
Thank you for this plugin.
We are using latest WordPress version on PHP 7.4 and are receiving the following error notice:
Notice: Undefined index: pageid in /var/www/vhosts/DOMAIN/httpdocs/wp-content/plugins/kp-fastest-tawk-to-chat/includes/kpfttc-frontend.php on line 8
Could you please check and solve this error notice.
Thanks.
Best regards from Spain.
]]>On the site where I’m trying out the KP tawk.to plugin in WordPress, the standard plugin works, but the KW plugin’s bubble does not pop up.
The chat button and chat window do not appear, no matter what I do.
I have set the property ID and I have verified that the ID is correct. I have lowered the delay to 5000 ms, but that did not help either. I have tried disabling all other plugins, no dice.
In the standard plugin, I additionally have to set the chat widget ID, but there is no such provision in the KT plugin.
What am I doing wrong?
]]>Good morning … but how can I select a widget other than the default one?
]]>At first, I had trouble making this work only on certain pages until I noticed the small detail of adding a space after the comma for multiple pages. After adding that space, this plugin stopped working all together.
It did work initially when I had no space after the comma. But it opened on all pages. I did not test mobile. AFter adding the space, it completely doesnt work at all now. Is there special cache settings? I use varnish and W3, no minify.
One test on mobile resulted in the icon showing for mobile, but clicking it just made it go away. I tested a dozen on times on mobile, but only that above one time worked,…kind of.
]]>The page ID exclusion seems to work fine with one page, but won’t with multiple. If I list 2006 as page ID, that page gets excluded from showing the widget, but if I put 2006, 2009 or 2006,2009 (no space), neither exclude the widget.
]]>I do not think that this issue has something to do with this plugin, but with Tawk in general (But it can be solved by this plugin)
I noticed in the Chrome dev tools that Tawk is causing a cumulative layout shift when loading the page.
Maybe reserving some space by defining its dimensions would solve this issue ( I am not an expert).
Hello, could you add this feature in a new update?
Hide or show on category pages, tag pages, single post pages, product pages, product category pages, single product pages.
I know I can exclude adding pages ID but in case I had a lot of pages, that is very complicated.
Thanks you.
]]>Hi,
I disabled both my cart and checkout pages with the page ID.
But it is still showing.
Can you help?
]]>Hi,
I’d like to know how I can stop showing the chat widget on a particular page or pages? There seems to be an option in the official plugin, but I use yours as it helps the website load fast.
]]>Hello,
Maybe I missed something or misunderstand.
Should I install both KP Fastest Tawk.to Chat and the official plugin of Tawk.To Live Chat(https://nl.www.ads-software.com/plugins/tawkto-live-chat/) please?
Thanks
]]>Hey, I want to use your fastest tawk.to plugin on my smartphone to answer the chats on the go, but ive sent the verification email multiple times now but it doesnt come through. please help
]]>Great plugin but how do I change the location of it so that it appears on the left hand side of the page?
]]>I had installed Tawk original in Cloudflare and since I could not access the code to inject the google ads tag I uninstalled and saw yours and installed it.
Now I am confused on how I can add google ads tag to this. In the original Tawk, you can copy and paste the code but here I do not see anything to do so.
So how Can I add google ads tag to it?
Thank you very much
]]>