DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] How can I send you full translated file po and mo ?Please send me your language file then I’ll add it into the plugin.
Regards,
Kevin from DesignWall.Forum: Plugins
In reply to: [DW Question & Answer] Doesn't work the answer to the questionHi. If you still got this error, please change the permission at Question > Settings > Permissions.
Regards,
Kevin from DesignWall.Forum: Plugins
In reply to: [DW Question & Answer] How to set Turkish language?You can log into Dashboard > Settings > General and change “Site Language” into “Türkçe”.
Regards,
Kevin from DesignWall.Forum: Plugins
In reply to: [DW Question & Answer] Notifications/Subscribe to CategoryWe haven’t had hook/filters for this feature. If you want, we can make this feature as a premium extension.
Regards,
Kevin from DesignWall.We will check and fix this in the upcoming version of DWQA.
Regards,
Kevin from DesignWall.Forum: Plugins
In reply to: [DW Question & Answer] Page not foundThis issue has been fixed from DW Question & Answer 1.4.0
Forum: Plugins
In reply to: [DW Question & Answer] Gives fatal error with WP-CLIPlease update to DW Question & Answer 1.4.2.2, this issue has been fixed.
Forum: Plugins
In reply to: [DW Question & Answer] LoginLogin URL has been removed from DW Question & Answer 1.4.0
Forum: Plugins
In reply to: [DW Question & Answer] Separate Q&A page per Product / Product ManagerYou can do it now with this trick: https://wordpress.org/support/topic/different-set-of-qa-and-ask-que-on-different-pages?replies=2
Forum: Plugins
In reply to: [DW Question & Answer] freezed Browser after use logo in notificationDW Question & Answer 1.4.1 has been released and we was fixed this issue.
Forum: Plugins
In reply to: [DW Question & Answer] Different set of Q&A and Ask Que on different pagesWe will consider adding an attribute to [dwqa-list-question] to limit question listing by category or tag later. For now, you can use this trick to display question as you need:
1. Copy
plugins/dw-question-answer/templates/content-question.phptothemes/your-theme-slug/dwqa-templates/content-question.php
2. Using WP_Query to query post with arg:post_type=dwqa-questionand add some custom query arg as you need. For example:<?php
$questions = new WP_Query( ‘post_type=dwqa-question&posts_per_page=5’);
if ( $questions->have_posts() ) :
while ( $questions->have_posts() ) : $questions->the_post();
get_template_part( ‘dwqa-templates/content-question’ );
endwhile;
endif;
wp_reset_postdata(); ?>Forum: Plugins
In reply to: [DW Question & Answer] Duplicate content issueAny update on this issue?
Forum: Plugins
In reply to: [DW Question & Answer] After de-activating Notice shownThanks for your suggestion. We will consider adding this feature to DW Question & Answer later.
PS: I was tried to deactivate this plugin, but I didn’t see this message. Can you give me a screenshot and tell us your PHP version for further checking?
Forum: Plugins
In reply to: [DW Question & Answer] Where can pick best answer be found?You’re welcome.
Forum: Plugins
In reply to: [DW Question & Answer] change the question link formYou can change it in Setting > Permalinks (Select Default permalink structure)