Search
Close
AI Search
Classic Search
Notifications
Clear all
Search result for: inline
... 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 ...
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?
I may suggest you check out the inline Commenting feature: >

