# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: Front End Inline Commenting by Any User
|
9 Relevance |
3 years ago |
Asti |
Inline Commenting |
|
I may suggest you check out the inline Commenting feature: |
|
RE: Inline comment small comment icon not displayed
|
9 Relevance |
3 years ago |
manu.p |
Inline Commenting |
|
@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. |
|
RE: Inline Feedback Block Not Showing In Gutenberg?
|
9 Relevance |
3 years ago |
Asti |
Inline Commenting |
|
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: |
|
Inline Images Obscuring Form Controls
|
9 Relevance |
2 years ago |
aaronmckeon |
How-to and Troubleshooting |
|
...
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 ... |
|
RE: Inline Commenting breaks Paragraph and styling on Uncode theme
|
9 Relevance |
2 years ago |
arjan |
Inline Commenting |
|
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 ... |
|
Custom Post Inline Commenting Trouble
|
9 Relevance |
4 years ago |
kyoshi402 |
Inline Commenting |
|
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 |
|
RE: Inline commenting issues
|
9 Relevance |
4 years ago |
pizzaboy |
Inline Commenting |
|
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. |
|
RE: Random string for inline comment ID
|
9 Relevance |
4 years ago |
touchi |
Inline Commenting |
|
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 -- |
|
Multiple Inline Comments (short comments) on thumbnail gallery
|
9 Relevance |
4 years ago |
xhide00 |
Inline Commenting |
|
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! |
|
add inline comment where viewer wants not where author wants
|
9 Relevance |
4 years ago |
carrot |
Inline Commenting |
|
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 |
|
RE: Inline Comment form is cut off
|
9 Relevance |
4 years ago |
Asti |
Inline Commenting |
|
@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. |
|
Inline comments not working.
|
9 Relevance |
4 years ago |
Luca |
Inline Commenting |
|
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? |
|
Inline commenting tool - font size issue
|
9 Relevance |
4 years ago |
PatWire |
Inline Commenting |
|
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: |
|
RE: Inline comment popup box distorted on bigger screens
|
9 Relevance |
4 years ago |
trablogger |
Inline Commenting |
|
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%;} |