Notifications
Clear all
Search result for: inline
... 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/ ...
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.
... 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 ...
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:
@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;
}
In a nutshell, wpdiscuz inline fully works in a standard post (test post called 'test page') as a block/widget but requests to recover each edit session.
Attachment : Screenshot 2025-12-19 at 11.01.16 AM.png
When highlighting text, the inline icon is missing.
Attachment : Screenshot 2025-12-19 at 11.05.31 AM.png
In Elementor, the icon is visible with the text editor widget, and appears to work by placing the shortcode using the highlighted text, but only renders text, not the comment bubble in the front end.
Attachment : Screenshot ...
@silkenapex
You can hide it using CSS code:
.wpd-inline-form .wpd-inline-notification {
display: none;
}
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
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?
@lsg23
Please edit the page where the inline commenting isn't displaying and generate a new shortcode using the inline commenting button.
...
Our developer looked further into it and has the following commentary:
When I try to add an inline image - it does not even upload it (using the same exact image). No network AJAX command is triggered at all, so this just plain simple does not work
This is the same for me on staging as well as on live site ON SAFARI
That seems to be related to a script error Reference Error: can't find variable: m
Happens on line 22 of /wp-content/plugins/wpdiscuz-inline-images/assets/js/scripts.min.js?ver=1.0.0, thus, a WPDiscuz script error.
Needs to be reported t ...
Hi @Asti,
I just tried your solution to use wpDiscuz inline Commenting with a whole paragraph. Unfortunately this also does not work with Uncode theme, as text styling is now broken (wrong line-height, wrong link color, wrong text color).
I have updated the example in my test environment. I sent you the login details on 17-6. I have also included a screenshot below. You can see that the third example in the screenshot uses the whole paragraph, but still gives the wrong result.
Let me know what I can do to help you find a solution. I really love this Inlin ...

