DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Russian Language SupportPlease update to DW Question & Answer 1.4.2, other people was helped us translate to Russian.
You must update your PO file from original POT file first.
Forum: Plugins
In reply to: [DW Question & Answer] v1.4.1 – Notifications not savingThis issue has been fixed on DW Question & Answer 1.4.2
Forum: Plugins
In reply to: [DW Question & Answer] Duplicate best answersThis issue has been fixed on DW Question & Answer 1.4.2. We are going to release this version on WordPress.org. If you want to test, please download it from here: https://github.com/designwall/dw-question-answer
Forum: Plugins
In reply to: [DW Question & Answer] Problems with PagesJust added a setting to show all answers on single question page. We are going to release this version on WordPress.org. If you want to test, please download it from here: https://github.com/designwall/dw-question-answer
Forum: Plugins
In reply to: [DW Question & Answer] QUESTION STATUSa) This issue will be fixed on DW Question & Answer 1.4.2
b) You or question author must change status on single question page
c) User must login to place a vote
d) About the layout, we will improve on DW Q&A 1.4.2DW Q&A 1.4.2 currently on testing process, if you want to test, you can download this version here: https://github.com/designwall/dw-question-answer
Forum: Plugins
In reply to: [DW Question & Answer] Problem with TRANSLATION after 1.4.0Thank you, just added to the core plugin. It will be release with DW Question & Answer 1.4.2
Just upload your voice to the site has been supported by WordPress oEmbed: https://codex.wordpress.org/Embeds, then paste the link to the answer.
Just upload your voice to the site has been supported by WordPress oEmbed: https://codex.wordpress.org/Embeds, then paste the link to the answer.
Forum: Plugins
In reply to: [DW Question & Answer] view private and pending questionTo show the status like old version, you can add this custom CSS to your theme.
Or using “Simple Custom CSS” plugin:@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'); .dwqa-questions-list .dwqa-question-item { padding-left: 70px; } .dwqa-questions-list .dwqa-question-item .avatar { position: static; width: 12px; height: 12px; margin-right: 5px; } .dwqa-question-item .dwqa-status { position: absolute; left: 15px; top: 50%; width: 36px; height: 36px; margin-top: -18px; border-radius: 36px; text-indent: -9999px; padding: 0; background: none; box-shadow: 0 0 0 1px #e67e22 inset; } .dwqa-question-item .dwqa-status:after { content: "\f128"; display: block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #e67e22; text-indent: 0; font-size: 18px; width: 36px; height: 36px; line-height: 36px; text-align: center; top: 0; position: absolute; } .dwqa-question-item .dwqa-status-closed { box-shadow: 0 0 0 1px #666 inset; } .dwqa-question-item .dwqa-status-closed:after { color: #666; content: "\f023"; } .dwqa-question-item .dwqa-status-resolved { box-shadow: 0 0 0 1px #578824 inset; } .dwqa-question-item .dwqa-status-resolved:after { color: #578824; content: "\f00c"; } .dwqa-question-item .dwqa-status-answered { box-shadow: 0 0 0 1px #1ba1e2 inset; } .dwqa-question-item .dwqa-status-answered:after { color: #1ba1e2; content: "\f112"; font-size: 14px; }Forum: Plugins
In reply to: [DW Question & Answer] Request: Categories and TagsYou can copy the file:
dw-question-answer/templates/question-submit-form.phptoyour-theme-folder/dwqa-templates/question-submit-form.phpthen change those code:
http://i.imgur.com/idAfsQZ.pngto
<input type="hidden" name="question-category" value="...... ( your default category id ) ......." >Forum: Plugins
In reply to: [DW Question & Answer] Where can pick best answer be found?Pick best answer feature will be added back on DW Question & Answer 1.4.2. We are improving the answers display on the single question, so it related to this feature.
Forum: Reviews
In reply to: [DW Question & Answer] Update Forced New Design onto Our SiteI’m sorry about the problem that you encounter.
To improve the performance of DW Question & Answer, we had to rewrite the template of the plugin. We already announced about this several times on our Blog, Facebook, etc… https://www.designwall.com/blog/
I know the old design of the DW Question & Answer is very colorful and very glad you liked it. I can help you make it back with a few line of CSS code. Just give me your website URL.
Yes, you can activate and use Voice Dictation via the iPad and iPhone on your onscreen keyboard to write an answer following this guide: http://www.spectronics.com.au/blog/new-technologies/how-to-activate-and-use-voice-dictation-via-the-ipad-and-iphone-onscreen-keyboard/
Forum: Plugins
In reply to: [DW Question & Answer] Polish translationJust updated your translate files into Github and it will be release soon: https://github.com/designwall/dw-question-answer/commit/78c07ded620106d0414b678096668aa2664330d7
Thank you!
Forum: Plugins
In reply to: [DW Question & Answer] Problem with TRANSLATION after 1.4.0- Can you help me download this file: https://raw.githubusercontent.com/designwall/dw-question-answer/master/languages/dwqa-ru_RU.po
- Using poedit: https://poedit.net/ to translate some missing text.
- Then commit to github or send the translated file for me. We will update into DW Question & Answer plugin