# |
Post Title |
Result Info |
Date |
User |
Forum |
|
Multiple Inline Comments (short comments) on thumbnail gallery
|
10 Relevance |
5 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
|
10 Relevance |
5 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
|
10 Relevance |
5 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.
|
10 Relevance |
5 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
|
10 Relevance |
5 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
|
10 Relevance |
5 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%;} |
|
Inline comment popup box distorted on bigger screens
|
10 Relevance |
5 years ago |
trablogger |
Inline Commenting |
|
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? |
|
RE: Inline Comment form is cut off
|
10 Relevance |
5 years ago |
Asti |
Inline Commenting |
|
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: |
|
RE: Inline comments not showing up on page.
|
10 Relevance |
5 years ago |
Luca |
Inline Commenting |
|
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. |
|
RE: Inline Comment form is cut off
|
10 Relevance |
5 years ago |
stanbrid |
Inline Commenting |
|
Here is what I have under custom CSS:
.wpd-inline-shortcode.wpd-active {color: #000000 !important;}.wpd-inline-shortcode {color: #000000 !important;}#et-boc .et_builder_inner_content .et_pb_row:first-child {z-index: 99999 !important; }.comments-area {width:auto !important;} |
|
RE: Import existing inline comments
|
10 Relevance |
5 years ago |
stanbrid |
How-to and Troubleshooting |
|
@asti As a work around, could I leave inline Comments in place and, instead, activate wpdiscuz for just new posts or another qualifier? The current plugin, inline Comments, allows me to add selectors to control which posts it's active on. I used the post IDs. So, it's only active on old posts now. Next, I'd set wpdiscuz to only apply to new posts, those with a specific "category, or some other selector.
(really looking for a hack, add-on, or other work-around here!) 😀 |
|
Additional fields for the inline comment form
|
10 Relevance |
5 years ago |
stanbrid |
Inline Commenting |
|
The default form for inline comments contains two fields: name, email. I would like to add three additional fields to the inline comment form. How can this be done? Thanks! |
|
RE: Disable email notification for Inline Feedbacks
|
10 Relevance |
5 years ago |
Asti |
Plugin Update Issues |
|
Hi @atriaforever,
You can remove the element via js code:
jQuery('.wpd-inline-form .wpd-inline-notification').remove();
Add the code in your active theme js files. Here is a helpful article: |
|
Disable email notification for Inline Feedbacks
|
10 Relevance |
5 years ago |
atriaforever |
Plugin Update Issues |
|
inline Feedbacks is really a great new feature.
I would like to know how I can, other than CSS, disable the checkbox which enables email notifications to the user when new comments are posted.
I can't find that option in inline Feedback Setting Page. |
|
Inline comments working on a page except one of them
|
10 Relevance |
5 years ago |
atriaforever |
Bug Reports |
|
I am putting my hands on the new inline Comment feature.
I have built a test page here.
All inline comments on the right column works fine, but not the one on the left column.
Please advise. |