Notifications
Clear all

"View Tree" configuration options

6 Posts
2 Users
1 Likes
939 Views
Posts: 5
Customer
Topic starter
(@adam-horowitz)
Member
Joined: 4 years ago

Hi there, just added the comment search add-on. Is there a way to configure the "view tree" link in the settings panel?

5 Replies
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

Hi @adam-horowitz,

There is no setting(in the add-on settings page) for the "view tree" link.

Also could you please clarify what do you mean saying configure the "view tree" link?

Reply
Posts: 5
Customer
Topic starter
(@adam-horowitz)
Member
Joined: 4 years ago

Sorry! It's not clear to our users what this means. I was wondering if there is a way to just turn it off in the settings.

Reply
3 Replies
Elvina
(@elvina)
Joined: 5 years ago

Support
Posts: 1403

@adam-horowitz,

You can hide it via CSS.

The code provided below:

.view-comment.wpd-cta-button {
display: none;
}

The CSS code should be added in the Dashboard > Comments > wpDiscuz > Styles and Colors admin page, "Custom CSS Code" textarea.

Reply
Customer
(@adam-horowitz)
Joined: 4 years ago

Member
Posts: 5

@elvina Thanks!

 

What could I add to the CSS stylesheet in my child theme to hide the element? I tried adding that code, but it didn't seem to work.

Reply
Elvina
(@elvina)
Joined: 5 years ago

Support
Posts: 1403

@adam-horowitz,

The code works as expected, it hide the "view tree" link. See the recorded video below: https://www.screencast.com/t/ZFRXe00Hx

So please one more time make sure you'll added the code in the Dashboard > Comments > wpDiscuz > Styles and Colors admin page, "Custom CSS Code" textarea, delete all caches and check again.

Reply
Share:
Scroll to top