# |
Post Title |
Result Info |
Date |
User |
Forum |
|
Inline comment popup box distorted on bigger screens
|
9 Relevance |
4 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
|
9 Relevance |
4 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.
|
9 Relevance |
4 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
|
9 Relevance |
4 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
|
9 Relevance |
4 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
|
9 Relevance |
4 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
|
9 Relevance |
4 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
|
9 Relevance |
4 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
|
9 Relevance |
4 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. |
|
No «Comment» button on post editor in ENFOLD theme.
|
7 Relevance |
1 year ago |
Lito |
Inline Commenting |
|
I am trying to implement inline Commenting, but I can't get the «Comment» button on post editor as you show on this page. I am using the latest WordPress, wpDiscuz 7 and ENFOLD theme.
Attachment : Screenshot 2023-06-24 at 3.43.58 PM.png
Any help most welcome! |
|
RE: how do you change text size inside wpdiscuz-feedback
|
7 Relevance |
2 years ago |
Asti |
How-to and Troubleshooting |
|
Another question - i noticed when you click View All Comments button for inline bubble - it takes you to Comments section where it filters comments by inline Feedback. I want it to display All Comments by default instead of forcing user to click View All Comments button in comments section. Is there setting to do that?
I'll ask the developers and let you know. |
|
RE: how do you change text size inside wpdiscuz-feedback
|
7 Relevance |
2 years ago |
hellosquishy |
How-to and Troubleshooting |
|
Thank you. That worked and looks much better.
Another question - i noticed when you click View All Comments button for inline bubble - it takes you to Comments section where it filters comments by inline Feedback. I want it to display All Comments by default instead of forcing user to click View All Comments button in comments section. Is there setting to do that? |
|
RE: Small icon "Online Comments"
|
7 Relevance |
2 years ago |
Asti |
How-to and Troubleshooting |
|
@cuk,
Please read this doc: |