DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Can I change the text in the filter/search box?Hi Essjay88,
How’s everything? Does DW Question & Answer look good on your site?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.Forum: Plugins
In reply to: [DW Question & Answer] Custom sidebar for the plugin pagesHi Hos4m,
How’s everything? Does DW Question & Answer look good on your site?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.Hi Whoji,
As for the 1st issue, please read these lines below as our assistance:
You can go to
wp-content/themes/<your-theme-folder>and add this following code intopage.php<?php if ( is_singular('dwqa-question') ): ?> <?php dynamic_sidebar() ?> <?php endif; ?>If you want to register another sidebar for single question you can add this following code into
functions.phpat your theme folder.function dwqa_theme_register_sidebar() { register_sidebar( array( 'name' => __( 'Single Question', 'twentysixteen' ), 'id' => 'single-question', 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'dwqa_theme_register_sidebar' );and change
dynamic_sidebar()in the 1st code example todynamic_sidebar( 'single-question' )If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.
Forum: Plugins
In reply to: [DW Question & Answer] PHP 7x NoticeHi MassimoD,
Thank you for noticing us. We do really appreciate your help.
We have noted the issue you mentioned above. It will be fixed in the next version of DW Question & Answer.
If there is any more issue with the plugin, please do not hesitate to get back to us. It encourages us a lot.
Hi Prafulla Kumar Sahu,
Thank you for getting in touch with us. I will announce this issue to the technical team for a check.
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.
Forum: Plugins
In reply to: [DW Question & Answer] Answer verify by administratorHi guys,
How’s everything? Does DW Question & Answer look good on your sites?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.Forum: Plugins
In reply to: [DW Question & Answer] Does this responsive?Hi Rizve Joarder,
How’s everything? Does DW Question & Answer look good on your site?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.Forum: Plugins
In reply to: [DW Question & Answer] Security issue with user nameHi Somtam,
How’s everything? Does DW Question & Answer look good on your site?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.Forum: Plugins
In reply to: [DW Question & Answer] Ads and Content SharingHi Kerridawn,
How’s everything? Does DW Question & Answer look good on your site?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.Forum: Plugins
In reply to: [DW Question & Answer] BugHi guys,
How’s everything? Does DW Question & Answer look good on your site?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.Forum: Plugins
In reply to: [DW Question & Answer] you must type tags loopHi Darek,
How’s everything?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.Forum: Plugins
In reply to: [DW Question & Answer] How can I know how many answers a user has provided ?Hi Prafulla Kumar Sahu,
Thanks for getting back to us. We will check your question now.
Forum: Plugins
In reply to: [DW Question & Answer] How i can have questions/answers for every post?Hi Hamedmoodi,
How’s everything?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.
Forum: Plugins
In reply to: [DW Question & Answer] Second QuestionHi Createmindspace,
How’s everything?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.Forum: Plugins
In reply to: [DW Question & Answer] can not echo keywordsHi Lou_hao,
How’s everything? Does your site run well?
If you encounter any problem, please do not hesitate to get back to us. We’re here to help you.