cognitiveclass
Forum Replies Created
-
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Deploy Watson Assistant on WordPress?Hi Wolfroad,
Thanks for your interest in our plugin.
After you enter your credentials and press the submit button, you should see a message at the top of the page indicating whether the submission was successful or not. If it is successful, you should see a floating chat box on your website.If you provide the link to the page you need help with, we can also take a look at your web page to see if it is having an issue loading the chat box.
Thanks for your patience.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Error after activating the pluginHi,
Your website appears to be working. Were you able to solve your problem?
Hi,
The plugin doesn’t currently support this, but the feature is planned to be added in the future.
Hi,
Is your WordPress site working without the plugin? WordPress requires PHP and MySQL to be installed before it can run.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] wordpress crashHi,
This error is cause by lack of compatibility with older versions of PHP. We will address this compatibility issue in the next release, but we recommend using PHP version 5.5 or greater to avoid future issues.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] stopped workingI recommend checking your Usage Management settings to ensure you haven’t enabled any usage limiting. Our response time varies, but if you have any further issues, reply here and we’ll respond as soon as possible. Thanks for your patience.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] stopped workingHi,
Are you still experiencing issues? It appears to be working right now.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Add URLHi,
This can be done by using HTML in your messages. For example, the following HTML will display the clickable text “Link Text” which directs the user to the URL “http://website.com/landing_page/”:
<a href="http://website.com/landing_page/">Link Text</a>Simply replace the URL with the URL of your landing page and replace “Link Text” with the text you want to make clickable. Feel free to ask if you have any further questions.
- This reply was modified 8 years, 3 months ago by cognitiveclass.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Feature requests around API callsHi,
A user’s message and its response from the chatbot are both part of one API call.
Regarding the features you requested, we will try to address these in the next update. The donations aren’t necessary, but thanks for the positive feedback!
Regards,
Cognitive ClassForum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Unable to connect to Watson serverHi,
We will address this in the next update.
Thanks for your patience.Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Chat as fixed element on a page?Happy to help! Feel free to open a new topic if you have any more questions.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Chat as fixed element on a page?Hi,
This feature has been released. To use it, simply use the shortcode
[watson-chat-box]in your page. Please try it out and let us know if you have any issues.Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] New interesting featuresHi @rogerabino,
The first two text customization features you requested have been added. We will look into adding the “close” text as a tooltip.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Chat box loads but no dialogue is shownHi,
This should be fixed the new update. Please try it out and let us know if you have any further issues.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Color of link within chatbotHi @fstoll,
The color of links inside the chatbox window is the color of links defined in your theme, so yes, this can be accomplished through theme customization. If your theme doesn’t have specific settings for link color, this will involve using CSS. Do you have any further questions?