Notifications
Clear all

[Solved] Make Username/Name & Avatar create "Comment Author Info" box popup

17 Posts
2 Users
1 Likes
1,438 Views
Posts: 10
Customer
Topic starter
(@chris-vermeulen)
Member
Joined: 3 years ago

I also added that CSS code here but still does not work.

widgetcode

 

Posts: 10
Customer
Topic starter
(@chris-vermeulen)
Member
Joined: 3 years ago
1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5926

@chris-vermeulen,

Please try this code: 

#wpdiscuz-recent-comments-box .popular-comment-author-body a, #wpdiscuz-recent-comments-box  .commenter-avatar-box.icon-circle > a{
     pointer-events: none;
}
Posts: 10
Customer
Topic starter
(@chris-vermeulen)
Member
Joined: 3 years ago

That stops all links in the widget from working. 

They cant click on the username or icon - PERFECT

But, they cant click on the comment to be taken directly to that post and comment to chat. can you fix that please 🙂

1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5926

@chris-vermeulen,

We don't follow you well. Please watch this video: https://app.screencast.com/iKmivSRcmjEYW

Posts: 10
Customer
Topic starter
(@chris-vermeulen)
Member
Joined: 3 years ago

Yes, that is how it works for me. 

I would like to the post/page title, and the text comment area to still link to the page where that comment is posted. 

See this video: https://app.screencast.com/GFbzOyymPVYA2?conversation=QrRfonQAkZNnkHZUQ29mBI

1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5926

@chris-vermeulen,

I apologise for this misunderstanding. 

Please keep the previous code and add this one as well: 

#wpdiscuz-recent-comments-box .popular-comment-author-body .wpdwd-recent-comment-date a, #wpdiscuz-recent-comments-box .popular-comment-author-body .wpdwd-recent-comment-content a{
      pointer-events: auto !important;
}

Now you should not see any issues.

Posts: 10
Customer
Topic starter
(@chris-vermeulen)
Member
Joined: 3 years ago

We are SO CLOSE to getting what I need.

Can you stop the USERNAME from linking?

1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5926

@chris-vermeulen,

All the codes can be removed. Here is the final code you should use: 

#wpdiscuz-recent-comments-box .commenter-avatar-box.icon-circle a, #wpdiscuz-recent-comments-box .wpdwd-recent-comment-date a {
    pointer-events: none;
}
Page 2 / 3
Share:
Scroll to top