Search
Close
AI Search
Classic Search
Notifications
Clear all
Search result for: inline
Hi @dankosan,
You can create inline Feedback button for any part of your article text using Gutenberg block editor. Just find the inline Feedback button and click it. The button generate inline Feedback shortcode that should wrap your text. The question should be written in the shortcode attribute:
Please see this video:
... === "both" || (!wp_is_mobile() && $options->form["richEditor"] === "desktop")) {
if ($options->general["loadComboVersion"]) {
wp_add_inline_script("wpdiscuz-combo-js", quillAddNewTagSupport(), "after");
} else {
wp_add_inline_script("quill", quillAddNewTagSupport(), "after");
}
}
});
function quillAddNewTagSupport() {
ob_start();
?>
let inline = Quill.import('blots/inline');
class wpdQuillDel extends inline {}
wpdQuillDel.blotName = 'del';
wpdQuillDel. ...
@asti Strange, what browser are you using/is it just a problem on your end? I want to make sure this isn't happening for any users on my end because I do have that enabled.
Also, how do you change the text highlight color when people want to comment inline? As well as how to change the font for the input prompt (AGENT, leave a comment as you read) to Playfair Display?
Another problem I have is that I just updated the widget and now there's no inline button to click when I'm editing my page - if you see this page: (password testInline)
The ...
@sea-odyssey
Starting from wpDiscuz v7.6.42, you can find the inline Commenting button in the Gutenberg Paragraph block.
Attachment : Edit Post “Block Post” ‹ wpDiscuz — WordPress — Mozilla Firefox.jpg
The inline Commenting button is available only when text is selected. If no text is selected, the button will not appear.
Important: The inline Commenting feature can be used only with the Paragraph block. This restriction is imposed by the Gutenberg editor.
inline commenting was working, but today, I've added 3 or 4 inline comments to a post, but only 1 is showing up. There should be an inline comment icon after the second line "Or at least a working title" and a few other spots, but only one is showing up. Past posts seem to have them working fine, but this one it's not.
I had added a new plugin, but when I deactivated it, it didn't fix the issue.
Just go WPDiscuz and added my first inline comment. It created a spacing issue between paragraphs.
Attachment : Screenshot 2024-08-07 at 11.46.58 PM.png
Attachment : Screenshot 2024-08-07 at 11.47.03 PM.png
You can see in the attached photos that there's a paragraph break between the inline and the last graph. But on the live site, the inline causes the last paragraph to hug. I tried adding another paragraph break in the block editor and that didn't do anything.
Any suggestions about what to do?
I've been waiting...and not had an answer.
I would assume it either IS or IS NOT compatible - no in-between.
Again, can you confirm whether the inline Commenting is compatible with WPML there are problems that I need to sort out, and I don't want to waste my or others' time if it is not compatible.
Also simply changing the inline comment ID doesn't actually work, it only works UNTIL the next time the original post is updated in the WPML Translation editor where the original shortcode overwrites the inline comment ID in translated posts.
Hi There,
We are using WPML for our translations.
All strings are translated and appear perfectly for all features we are currently using.
However when translating inline comments, we can translate the "questions" using the shortcode, but they don't appear on translated pages. (nor does the inline comment speech bubble).
I have had WPML look into this and they have asked if the inline comment feature supports multilingual.
Or is there something we are doing wrong?
There is an example where it displays in English under paragraph: 1. La Spezia to ...
... the browser HTML inspect, but this of course will break wpDiscuz inline Commenting button. Uncode support says the problem is not with their theme, but with wpDiscuz plugin.
Hope this is of any help.
Okay did some digging and the plugin is being using all the text is being added between a <div> tag with the class "wpd-inline-shortcode wpd-inline-closed" and then the <p> tags are removed.
The styling uses the <p> tags for the text block.
Added between a <p> instead and you can see the styling is immediately correct in this screen ...
Hi @Amit,
Thanks for getting back to me.
Quoting the whole paragraph with inline Comments is not really useful for me. Only 1 sentence in the paragraph is actually relevant to the question that is asked in the inline Comment.
On the wpDiscuz demo page I can see inline Comments being used on 1 sentence within the paragraph. I would very much like to be able to use this behaviour.
Is this issue caused at wpDiscus or at Uncode theme you think?
Kind regards,
Arjan
I'm making multiple areas for viewers to leave comments for inline comments using feedback shortcodes in blocks (Gutenberg). I'm also giving each shortcake a unique ID to keep the discussion separate for each inline comment. However when you view the comments on the bottom its hard to tell which group of comments is related to which particular inline comment ID without clicking on "Read More> . Is there a way to make the ID for the shortcade show, OR add some type of heading so the reader can see which particular section in the text a group of comments ...
The reader can do his/her first thing by clicking the button with number of feedback next to the comment icon and see what other people have already said.
As I've already mentioned in my last reply, the inline feedback is being improved, so the like/dislike feature could be added in future releases.
Yes, I agree with this, we'll probably add a feature to see all comments in the inline comment list, so clicking the [view more comments] will load in the same pop-up window.
You as the author can do all these in the comment section. There is no readin ...
... 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 ...
... requirements for its value? Is it supposed to be unique per post, or unique per entire site? Would setting it to something like "post-slug-1" and "post-slug-2" work fine?
The ID should be unique for each shortcode. The ID can be generated using the post slug with some numbers at the end of the URL. However, you should make the codes work before the wpDiscuz ones.
The wpDiscuz uses priority 10 (third argument) for the post_updated hook, you can set the priority for example 9.
2. Since I intend for every paragraph to be "commendable-upon", I would like ...
Hi!
I tried to make use of the inline commenting with the divi builder on a page as you suggested in this thread:
Unfortunately this doesn't work for me. The inline commenting will not show up. How can I solve this issue?
Thanks in advance!

