Search
Close
AI Search
Classic Search
Notifications
Clear all
Search result for: inline
@Asti. Yes that's what I see. But still don't understand why it did not work and now it works.
I can see in the post revision you've been removing the wpDiscuz inline comment that did not work, and placed another one somewhere else in the post, and this new one did work (as shown in the video).
I just put back the wpDiscuz inline comment where it was before and this time, it works... But, I already had try this before, in case something was wrong in the shortcode syntax.
Hope it'll stay like it is now, and has to be.
Thanks.
Hi @hammers-n-hugs,
Please read Tom's answer here:
This support topic also should be helpful for you. The same question is discussed here:
Hello,
So I have a ebook theme and inline commenting works on all aspects of my theme including the custom post type
(ebook).
Attachment : inline Summary Works.png
The only issue I have is that the inline icon doesnt show on the classical editor when I want to edit a chapter of my ebook, even though the icon was present and works with the summary page of my ebook.
Attachment : inline Ebook Chapter Doesnt Show:Work.png
I placed the inline commenting shortcode in the paragraph that is displaying in smaller and different font than the rest of the page. (under the heading Fake is a naughty four-letter word")
I am looking to get the font to match the rest of the page as well as figure out why the inline commenting icon isn't showing.
Thanks.
Thank you, that answers my question. I now have two more:
1): If we require users to be logged in to comment, what happens with the inline form if they aren't? Is there a "You must login" message in the popup, or does the inline comment icon not show up at all, or something else?
2): Are there any characters that can't be used in the ID string?
Thanks again, everyone --
I'm trying to utilize the 'inline comment' to enable a quick commenting on each thumbnail within a gallery page.
please see attached image for ref.
Attachment : test.jpg
so I was trying to manually generate the shortcode but the form doesn't even show up on the page using:
<?php echo do_shortcode(''); ?>
can you please tell me why it's not showing up?
if I generate those inline comments within the default content area it shows fine.
it's just whenever I try to manually generate it it wouldn't work.
please help.
thank you!
so basically i accidentaly found this when i randomly selected a text add a button appear to blockquote that selected text, which works kind of similar with inline commenting. how can i do that on my site too?normally if a author add buttons in his post only then we can add inline comment. i searched for addons but i did not find any.
Attachment : Screenshot (1236).png
@stanbrid,
I may suggest you change the width of the inline commenting box:
.wpd-inline-form-wrapper { width: 342px;}
The CSS code above should help you to solve the issue.
The red marked value can be changed as you like.
Hello!
When i generate the inline comments on a page, they show when i preview it. But when the site admin copies the inline comment code that i generated to an already active page, it's not showing on the admin's page preview at all.
We are making sure the shortcodes are not duplicates!
How do i solve this problem?
When I use inline commenting on my site - the inline comment text - is smaller than my site post body text which is a shame - is there a way to adjust this?
See:
Hi @asti the link is here. Though I have done a brainstorming session and added a few lines of css and it looks fine now. Looks like the 'position' was set to `absolute`. Below css worked fine for me. Please let me know if there is any other better way to sort it out.
.wpd-inline-form-wrapper { position: relative;
}
.wpd-inline-shortcode.wpd-active {white-space: wrap;width: 100%;}
Hi,
I have started using the inline comment feature to try out. Things are working fine except for one thing.
So when I add the inline comment and click on it, the comment box opens up and appears as a single column, like a thin strip of line. But at the same time the result on mobile devices are fine. They are shown as full width comment boxes.
How can I sort this formatting issue or larger screens?
This issue doesn't have any relation to yours. Besides the CSS selectors are also different. Please remove that code it doesn't help you.
Unfortunately, that code did not work. It only expanded the width of the page content to full-width. inline comment forms landing along the left column still get get cut off.
Please watch the video I've recorded:
When i generate the inline comments on a page, they show when i preview it. But when the site admin copies the inline comment code that i generated to an already active page, it's not showing on the admin's page preview at all.

