# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: Quick comment box in post list
|
10 Relevance |
4 years ago |
Asti |
General Discussions |
|
Hi @jeriel,
With the wpDiscuz 7 we’ve created a brand-new feature in commenting world and are excited to introduce you the inline Commenting and Feedback. This feature is an interactive article reading option with author’s questions and readers feedback (comments). Now article authors can add questions for readers in any paragraph of the text and ask for feedback while visitors read it.
Please read this doc: |
|
RE: Feature Request - Better inline commenting as seen on Webnovel.com/Wattpad
|
12 Relevance |
3 years ago |
Remiel |
Inline Commenting |
|
... thing the readers would do is check if anyone else already said what they want to say. If someone already left a comment that they agree with, they would upvote the comment, if not, they would post their own.
In the current scenario, clicking on the responses would only show a couple of most recent ones without showing their upvotes nor allowing readers to upvote them. If the readers wished to view the remaining responses, they would be redirected to the comment section of the article, interrupting their reading experience.
If the article had more than on ... |
|
RE: Inline commenting tool - font size issue
|
12 Relevance |
4 years ago |
daneoleary |
Inline Commenting |
|
I'm having this issue too I think.
Basically, when I use the inline shortcode, it seems to strip my paragraph formatting off all the text in the paragraph, including the test outside of what's between the two shortcode brackets.
So I went to "Customize" and tried to throw together some basic CSS to get that text formatted the same as the rest, but it created a new problem... Instead of having an automatic space between paragraphs, there's now two actual blank lines between all paragraphs on the entire page.
I guess what I need is to be able to use these i ... |
|
RE: Inline Comment Button Unreadable
|
9 Relevance |
2 months ago |
Asti |
Inline Commenting |
|
@silkenapex
You can hide it using CSS code:
.wpd-inline-form .wpd-inline-notification {
display: none;
} |
|
Tasto per la generazione del codice Inline
|
9 Relevance |
5 months ago |
nana1986 |
Inline Commenting |
|
Salve a tutti e grazie in anticipo per chi mi riuscirà ad aiutare.
Fino ad ora ho inserito i codici di inline in modo manuale e ricaricando la pagina dopo ogni inline inserita per fare in modo che il codice cambi e quindi che vengano fuori spazi di commento diversi associati ad ogni codice inserito.
c'è un modo per velocizzare l'operazione?
Attachment : esempio.png |
|
RE: Inline commenting not displaying on translated pages
|
9 Relevance |
5 months ago |
lsg23 |
Inline Commenting |
|
So are you saying there is no need to translate the question and for each new language version of the page the inline comment needs to be re-created manually?
So each inline comment will have a unique ID and comments are based individually on each language - correct? |
|
RE: Inline commenting not displaying on translated pages
|
9 Relevance |
5 months ago |
Asti |
Inline Commenting |
|
@lsg23
Please edit the page where the inline commenting isn't displaying and generate a new shortcode using the inline commenting button. |
|
Inline commenting creates gap in text
|
12 Relevance |
4 years ago |
Alex |
Inline Commenting |
|
I have a large gap where the discuz code is inserted.
I tried the css fix
div.wpd-inline-shortcode { display: block;}
suggested here: ,but it didn't work.
I have example here, but now this doesn't open. I think maybe because when entering suggested css code fix in wpDiscuz > Settings > Styles & Colors, I deleted the original line of code which was there from installation.
I deleted and reinstalled plugin, hoping the css would reset to original, but the css must be stored in db, as it is still the same. |
|
RE: how do you change text size inside wpdiscuz-feedback
|
10 Relevance |
2 years ago |
Asti |
How-to and Troubleshooting |
|
Hi @hellosquishy,
I have text - Click to see and enter your Comment and the text size is very tiny. I want to increase size.
Please use this CSS code:
.wpd-inline-shortcode{
font-size: 16px;
}
Also what is CSS to change font color and size for Name and Email fields for both default label and input values? I want to make both white instead of black/grey.
The CSS codes below can be used for this purpose:
input.wpd-inline-name-input::placeholder {
color: #fff;
font-size: 15px ;
}
input.wpd-inline-name-input {
color: #fff;
font-size: 15px;
}
Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Please change the red-marked values before using them. |
|
number of comments tall and growing of comments
|
10 Relevance |
3 years ago |
shwefer |
Inline Commenting |
|
I made various questions throughout my post using feedback shot code blocks. Is there a way to make each inline comment questions archive individual comment responses rather than pooling them altogether? For example, if someone someone comments on one of the inline spots/feedback blocks, you see their comment in ALL of the inline spot/feedback blocks. It also keeps a total tally of the number of total comments the same for ALL the feedback blocks.
my direct link is attached below. Thank you. |
|
RE: Add a simple wpDiscuz button with link to comments
|
10 Relevance |
4 years ago |
Asti |
How-to and Troubleshooting |
|
... commenting" for instance ?
Yes, you'll not have it.
So, there isn't other way ? I thought it could be possible to adjust the "feedback shortcode", but it isn't ?
you can wrap the with the <a> tag. And hide the inline feedback form via CSS code. However, you'll still not have a number of comments in this way as well.
Attachment : 2020-11-23_15-53-25.png
The CSS code that will help you to hide the inline commenting form.
.wpd-inline-form-wrapper { display: none !important;}
It should be in the Top Admin Bar > Customize > Add ... |
|
RE: Removing the number en comment previews
|
10 Relevance |
4 years ago |
Taron |
Inline Commenting |
|
@jaspertimhoekstra
Please add this CSS code in the "Custom CSS Code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
.wpd-inline-shortcode .wpd-inline-icon-wrapper .wpd-inline-icon-count {
display: none !important;
} |
|
RE: Front End Inline Commenting by Any User
|
9 Relevance |
3 years ago |
inkworth |
Inline Commenting |
|
Thanks for the quick reply. I'm aware of the inline commenting feature which allows "readers to leave feedback on certain parts of an article based on the author's questions".
I was just wondering if there's a way I can allow the readers to leave inline comments even in parts where the author has not left a note or question.
Let's say the reader has a question on one random line in an article, can I set things in such a way that they can highlight that line and leave a comment on it regardless of whether the author has left a comment/prompt there? |