Forum Replies Created

Viewing 15 replies - 511 through 525 (of 1,025 total)
  • Plugin Author DesignWall

    (@designwall)

    Hey there,

    Thank you for getting in touch with us. Please read these below lines as our assistance:

    Do users have to register the account to post new posts and answers?: Yes, they can. Anyone can post questions and answers WITHOUT logging in.

    Can logins and users be separated from the WordPress’ page installation?: Could you please provide us with more details?

    Plugin Author DesignWall

    (@designwall)

    Hey Gauravawesome,

    Currently, there is no way to change the user permalink from the username to the firstname.

    Plugin Author DesignWall

    (@designwall)

    Hi Craigemmerich,

    Thank you for getting in touch with us. Please read these below lines as our assistance:

    “The question form you can add a title but suddenly you can’t enter the question”: Please provide us with more details about the issue.

    “The test area you can enter text in HTML text mode but not in visual”: TinyMCE has convert the whole HTML to HTML Entity Code when entering text at Visual Mode. That’s the reason why you can write HTML only at Text Mode.

    Plugin Author DesignWall

    (@designwall)

    Hi P.Zehfroush,

    Thank you for getting in touch with us.

    First, we need to say that your users totally can rate the question without logging in. However, this needs a little bit customization. You can reach us at hi@designwall.com for a further consultancy.

    If there is any more issue with the DW Question & Answer, please do not hesitate to get back to us. It encourages us a lot.

    [Signature removed by moderator per forum rules.]

    Plugin Author DesignWall

    (@designwall)

    Hi KTS915,

    Thank you for noticing us. We do really appreciate your help.

    If there is any more issue with the DW Question & Answer, please do not hesitate to get back to us. It encourages us a lot.

    [Signature removed by moderator per forum rules.]

    Plugin Author DesignWall

    (@designwall)

    Hi Dubblegum,

    Thank you for noticing us. We do really appreciate your help.

    If there is any more issue with the DW Question & Answer, please do not hesitate to get back to us. It encourages us a lot.

    [Signature removed by moderator per forum rules.]

    Plugin Author DesignWall

    (@designwall)

    Hi Esmi,

    Thank you for reminding us. We’re removing the backlinks now.

    Regards,
    DesignWall Team.

    Plugin Author DesignWall

    (@designwall)

    Hi Esmi,

    Thank you for reminding us. We’re removing the backlinks now.

    Regards,
    DesignWall Team.

    Plugin Author DesignWall

    (@designwall)

    Hi Esmi,

    Thank you for reminding us. We’re removing the backlinks now.

    Regards,
    DesignWall Team.

    Plugin Author DesignWall

    (@designwall)

    Hi Esmi,

    Thank you for reminding us. We will delete the backlink now.

    Regards,
    DesignWall Team.

    Plugin Author DesignWall

    (@designwall)

    Hi RobWil,

    Thank you for noticing us. We do really appreciate your help.

    You can use dwqa_prepare_archive_posts filter.

    For example, if you want to filter the Open question, you can use this code

    function dwqa_refilter_question( $args ) {
     $args['meta_query'][] = array(
      'key' => '_dwqa_status',
      'value' => array( 'open', 're-open' ),
      'compare' => 'IN',
     );
    
     return $args;
    }
    add_filter( 'dwqa_prepare_archive_posts', 'dwqa_refilter_question' )
    

    [Signature removed by moderator per forum rules.]

    Plugin Author DesignWall

    (@designwall)

    Hi KTS915,

    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. However, now you can replace this text with the text you want.

    If there is any more issue with the plugin, please do not hesitate to get back to us. It encourages us a lot.

    From everyone at DesignWall,
    [Signature removed by moderator per forum rules.]

    Plugin Author DesignWall

    (@designwall)

    Hi Dumples,

    Thank you for getting in touch with us. We appreciate that.

    You can log into PHPMyAdmin and use this query to get the email info

    SELECT * FROM wp_posts JOIN wp_postmeta ON wp_posts.ID = wp_postmeta.post_id WHERE wp_postmeta.meta_key = '_dwqa_anonymous_email' AND wp_posts.post_type = 'dwqa-question'
    

    If there is any more issue with the plugin, please do not hesitate to get back to us. It encourages us a lot.

    [Signature removed by moderator per forum rules.]

    Plugin Author DesignWall

    (@designwall)

    Hi Whoji,

    Thank you for getting in touch with us.

    The pro version of DW Question & Answer has been improved a lot since we have collected suggestions from our beloved users and added them into DW Q&A.

    You can see and demo here:

    • Different styles: As you can see in the demos, both versions of DW Question & Answer have unique and different styles.
    • Extra extensions: The DW Q&A Pro is integrated with 4 premium extensions: DW Q&A Widgets, DW Q&A Leaderboard, DW Q&A Markdown, and DW Q&A Captcha. Each extension costs $29 and if you purchase the pro version, you’ll save at least $92 for yourself because we are constantly updating the DW Question & Answer with many more cool premium extensions.
    • Widgets: The free version supports 4 custom widgets while the pro version supports 7.
    • Leaderboard: The Pro version can list who makes great contributions as well as provides friendly competitions for your community
    • Markdown:
    • The markdown feature in the Pro version of DW Q&A Pro helps you to edit the plain text without using HTML formatting tags, now you can read and edit drafts with ease.
    • Reviewable before submitting.
    • Spell checking.
    • Anti-spam by reCaptcha / FunCaptcha: DW Q&A Pro is integrated with reCaptcha / FunCaptcha so you don’t have to worry about obnoxious spam.

    We are about to optimize our Pro version, so if you have any suggestions, please leave the comment down here. It encourages us a lot.

    [Signature removed by moderator per forum rules.]

    Plugin Author DesignWall

    (@designwall)

    Hello Toifel,

    Thank you for noticing us. We do really appreciate it.

    We have noted the issue you mentioned above. It will be fixed in the next version of DW Question & Answer.

    And thank you Codemovement for interesting in our forum.

    If there is any more issue with the plugin, please do not hesitate to get back to us. It encourages us a lot.

    From everyone at DesignWall,
    [Signature removed by moderator per forum rules.]

Viewing 15 replies - 511 through 525 (of 1,025 total)