# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: Inline commenting tool - font size issue
|
13 Relevance |
5 years ago |
Asti |
Inline Commenting |
|
@daneoleary,
Please follow the instruction provided by Tom and only use this inline comments for new paragraphs, don't use it for one or two words in some paragraphs. |
|
RE: Inline commenting tool - font size issue
|
13 Relevance |
5 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: Gutenberg Missing Inline Feedback Block
|
13 Relevance |
5 years ago |
Soft-Designs |
Inline Commenting |
|
As I mentioned in my initial Post - I already read that article.Your article says "Just find the inline Feedback button and click it. "
The problem is, I cannot find the "Inline Feedback" button on my Gutenberg editor - the button is not there. I have tried everything, but the button shown in Video from your link above, does not exist in my Gutenberg.
Why is this button not showing?How can I find the inline Feedback button in Gutenberg?
Please Advise |
|
Inline commenting creates gap in text
|
13 Relevance |
5 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: More than one inline comment on a page?
|
13 Relevance |
5 years ago |
Tom |
Inline Commenting |
|
@daisypeel,
How are you creating inline Feedback buttons?
Just make sure you don't copy the shortcode with the same ID and use other please. Each inline Feedback button should be created individually, they have unique IDs. Also, you should not copy one shordcode from other post to another. The unique IDs of inline Feedback shortcodes are post specific. |
|
RE: Inline of style "wpdiscuz-frontend-css-inline-css"
|
13 Relevance |
3 weeks ago |
Asti |
How-to and Troubleshooting |
|
Hi,
This inline CSS is dynamically generated, so it uses inline logic. For example, if you change a color, the CSS will update accordingly. It cannot be stored in a separate file, as doing so would break the logic. |
|
RE: how do you change text size inside wpdiscuz-feedback
|
10 Relevance |
3 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. |
|
"Email when reply is posted" on by default
|
10 Relevance |
3 years ago |
stanbrid |
Inline Commenting |
|
For inline comments, I'd like "Send me an email when a new reply is posted" to be check by default.
How do you make this box turned on/checked by default for inline comments? I see there is an option to do this in regular forms but not the inline comment form. - Thank you
Attachment : Screen Shot 2022-03-18 at 2.26.58 PM.png |
|
The wpDiscuz features available for users from the frontend
|
10 Relevance |
4 years ago |
Asti |
Frequently Asked Questions |
|
... It displays more fields for guests. Such as comment author Name, Email, Website, etc.
That is, the logged-in users should only fill out the comment content and press the "Post Comment" button.
Attachment : Logged-in users.png
In the case of not logged-in users (guests), they'll also need to fill out the name, email, website, etc. if those are required.
Attachment : guests.png
The website administrator may also create some additional fields that may be available for all kind of users.
2. Edit comment with wpDiscuz
Users can edit/ ... |
|
number of comments tall and growing of comments
|
10 Relevance |
4 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 |
5 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: Quick comment box in post list
|
10 Relevance |
5 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: Removing the number en comment previews
|
10 Relevance |
5 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: Inline Comment Button Unreadable
|
10 Relevance |
10 months ago |
Asti |
Inline Commenting |
|
@silkenapex
You can hide it using CSS code:
.wpd-inline-form .wpd-inline-notification {
display: none;
} |