• Resolved manu.p

    (@manup-1)


    Hi,

    I’ve been using inline comments successfully in some posts for a while but since I changed theme to a new one, inline comment seems not be working fine anymore, although it’s been working once!…

    So here’s what I do under the classic editor : select text, click in the wpDiscuz icon and enter a question. Then I can see in the post something like:
    [wpdiscuz-feedback id="vca2ffiw68" question="What do you thing about it?" opened="0"]aren't books of photographs "mausoleums of images"?[/wpdiscuz-feedback]

    I’d expect to find a “small comment icon” next to this text in the published post, as it was the case before.
    But nothing. At all. And the HTML shows nothing related to feedback/in line comment.

    I wrote it happened once, and it may be seen here.

    Weird isn’t it?

    • This topic was modified 3 years, 4 months ago by manu.p.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi manu.p,

    This is just a small CSS conflict with the theme. Please watch this video: https://www.screencast.com/t/nThwKjCQIWr

    Just use the CSS code below to solve it:

    .wpd-inline-form textarea {
        color: #000 !important;
    }
    .wpd-inline-shortcode.wpd-active {
        background-color: transparent;
    }

    Put the code in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea, save it, delete all caches and check again.

    Thread Starter manu.p

    (@manup-1)

    Hi @gvectorssupport, thank you so much for answering my question and pointing out an issue I didn’t already identify since I replaced the WP theme for this site.

    But this was not what I was trying to understand.

    Here’s a short video to try to show what’s going on.

    As I mentioned above, while an inline comment shortcode has been added to the (same) post, and published (obviously), no ‘small comment icon’ is displayed in the published post.

    What I don’t understand is why the 1st inline comment is taken and not the 2nd one.
    On the next post, I tried to insert just one inline comment shortcode, but with no success…

    Plugin Support gVectors Support

    (@gvectorssupport)

    Please register and open a new support topic in wpDiscuz.com forum for deeper support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inline comment small comment icon not displayed’ is closed to new replies.