QuantumCloud
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Link Directory - AI Powered] Container AlignmentWithout a live URL it is difficult to troubleshoot.
Please add below custom CSS from Simple Link Directory -> Settings -> Custom CSS tab. We hope your issue will be fixed, if not then please share the live link.
@media only screen and (min-width: 992px){
body .qcopd-list-wrapper .qcsld-new-style-16 .opd-column-3 {
width: 31% !important;
}
}Thank you
Hi,
We have checked this thoroughly as your accusation that we forced you to write a review is a grave one. I can confirm with 100% confidence that nothing like this happened with QuantumCloud or WPBot.Pro. If you are actually a customer of ours, please let us know on which website you are having problem accessing your account.
Thank you
Please make sure that you are talking about a ChatBot from https://www.wpbot.pro/ . It is unthinkable for us what you said.
Hi Dona,
We never block access for review! I think there is some misunderstanding. Can you please open a support ticket from https://qc.ticksy.com/ so that we can properly investigate ASAP.
Thank you
Forum: Plugins
In reply to: [Simple Link Directory - AI Powered] Container AlignmentHi,
Please share the page link where we can see the issue.
Thank you
Please contact us from our website: https://www.dna88.com/support-free/
Thank you!
Hi,
Can you please share the page link where you have the contact form with voice recorder?
Thank you
Forum: Plugins
In reply to: [AI ChatBot for WooCommerce - WoowBot] GDPR Compliance?I think the main GDPR notice on your site should cover this. It is just another contact form. Not sure why would it need a separate disclaimer. We will investigate this further also.
Thank you for your feedback.
Forum: Plugins
In reply to: [AI ChatBot for WooCommerce - WoowBot] GDPR Compliance?Please go to WoowBot Panel->Language center.
You can add a GDPR message with this text:
I am here to find you the product you need. What are you shopping for?
You can also add a link with HTML code like
<a href=https://domain.com/privacy>Click Here</a>Forum: Plugins
In reply to: [AI ChatBot for WooCommerce - WoowBot] GDPR Compliance?Hi,
The Free version does not collect and save any user data.
The Pro version does and the Pro version has an option to show a GDPR message.
Thank you!
Forum: Plugins
In reply to: [Simple Link Directory - AI Powered] Edits to lists not being savedHi,
You have run into a server setting limitation. Your server has a setting for how many form fields it will process at a time. So, after you have added a certain number of listings, the server refuses to save the Lists.
The server’s configuration that dictates this is max_input_vars. You need to Set it to a high limit like max_input_vars = 15000. Since this is a server setting – you may need to contact your hosting company’s support for this.
Thank you
Hi,
I do not think this will be possible with our plugin.
Thank you!
Forum: Plugins
In reply to: [Simple Link Directory - AI Powered] Items overlapping other contentYour site is not getting the default height properly when loading content. Please add this custom CSS from Simple Link Directory -> Settings -> Custom CSS tab. Clear the cache and check again. We hope your issue will be fixed.
.qcopd-list-wrapper {
overflow: hidden;
overflow-y: auto;
}
.qcopd-list-wrapper::-webkit-scrollbar {
width: 8px;
}
.qcopd-list-wrapper::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
.qcopd-list-wrapper::-webkit-scrollbar-thumb {
background: #333;
border-radius: 10px;
}
.qcopd-list-wrapper::-webkit-scrollbar-thumb:hover {
background: #333;
}Thank you
Sounds great 🙂
Forum: Plugins
In reply to: [Simple Link Directory - AI Powered] Overwrites theme colors for headingsPlease add the following custom CSS from Simple Link Directory -> Settings -> Custom CSS tab. Clear the cache and check again. We hope your issue will be fixed.
body .simple .qcopd-single-list h2 {
color: initial;
}Thank you!