DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Questions are not sent via the formI think you have customized the plugin? We have checked on our demo and it working fine.
If not custom the plugin, you can re-install the plugin and disable all the plugins to check this issue, maybe, a conflict between the plugins.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] tinymce langs errorIt may be less of an error, and more like JS running into a process limit before it reaches that point.
Try adding define(‘CONCATENATE_SCRIPTS’, false); to your wp-config.php file just below the define(‘DB_HOST’ line.
To do so, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), and edit the file with a plain text editor.
You can go to the Dashboard > Questions > Settings to change this label. We have created an option to allow you change it.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] processing iconYes, this icon loading for the auto filter the question title the same title that you are submitting.
In this case, you can add the following code to hide this icon:
.submit-dwqa-question .dwqa-search input.ui-autocomplete-loading {
background-image: none !important;
}Forum: Plugins
In reply to: [DW Question & Answer] How to Integrate with DIVI?Yes, the plugin works fine with the WordPress theme. In your case, you need to change the slug of the question page then go to the Questions > Settings, then scroll down to the bottom to change the permalink.
You can go to the Dashboard > Question > Setting > Email tabs and configure this option.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] BuddyPress IntegrationHi,
At the moment, we have updated this feature in the plugin, you no need custom code to plugin compatible with the Buddypress. In the latest version, just need install Q&A plugin and Buddypress plugin then go to the QUestions > Settings and then add the tab name for the Buddypress.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Rating errorHi,
We have fixed this issue in the latest version 1.4.8. Please update the plugin and help us test this version. Please let us know if you have any issue or question.
Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] errors in google webmasters toolsYes, we will check it now.
Thanks.Forum: Plugins
In reply to: [DW Question & Answer] Managing registrationHi,
You can disable register option in the Dashboard > Setting > General
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] double comment boxHi,
I think it’s some conflict between the plugin and another plugin in your site, In your case, you can send me your site URL for further checking.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Adding shortcodeHi,
– If you want to show the question list, you can use the following shortcode: [dwqa-list-questions]– If you want to show the submit question form, you can use the following shortcode: [dwqa-submit-question-form]
Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] How can user ask question in hindi?Hi,
Just enable your language in the Dashboard > Setting > general setting.
The plugin will auto work with your language. If you want to translate for the plugin, you can use loco translate plugin.
Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Handling of paragraphs in the editorHi,
At the moment, you can use the Format Editor extension to resolve this issue or you can use the pro version to get this option in the setting of the plugin.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Not notifying on new questionsHi,
Are you using the SMTP?
SMTP (Simple Mail Transfer Protocol) is the industry standard for sending emails. Unlike PHP mail function, SMTP uses proper authentication which increases email deliverability.
I have checked on our demo and see that it working fine.
Regards,