The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Share:
Notifications
Clear all

hide line

17 Posts
3 Users
5 Likes
1,325 Views
Posts: 26
Topic starter
(@cihan)
Eminent Member
Joined: 3 years ago

Hello there.
I added a line between the comments. looks much better. but I want there to be no lines between the answers given to the comments. is there a way to do this?
thank you so much.

wswwwwwwww
16 Replies
Posts: 129
Support
(@jacob)
Estimable Member
Joined: 8 years ago

Hi cihan,

Please leave a example URL of a page you need help with.

Reply
1 Reply
(@cihan)
Joined: 3 years ago

Eminent Member
Posts: 26
Posts: 26
Topic starter
(@cihan)
Eminent Member
Joined: 3 years ago

😏

Reply
Posts: 129
Support
(@jacob)
Estimable Member
Joined: 8 years ago

Hi @cihan

Sorry for the late answer.

Since you have changed the files, please share them so we can find a solution for you.

You can send the files to info[at]gvectors.com email address. Don't forget to mention the URL of this topic in the email. Thank you.

Reply
8 Replies
(@cihan)
Joined: 3 years ago

Eminent Member
Posts: 26

@jacob 

hello

thanks for the answer.

 

which files? 🤔 

Reply
Support
(@jacob)
Joined: 8 years ago

Estimable Member
Posts: 129

@cihan The plugin files which you've been customized, or you can share changed code here and we try to find a solution for you.

Reply
(@cihan)
Joined: 3 years ago

Eminent Member
Posts: 26

@yakup 

hello

 

Ek CSS

@media screen and (max-width: 600px){
#comments, #respond {
padding-left: 10px !important;
padding-right: 10px !important;
}
}

<div class="{WRAPPER_CLASSES}">
{LEFT}
{RIGHT}
</div>
<hr size="1" color="#C0C0C0"/>

 

 

Custom CSS Code

.comments-area{width:auto;}

#wpdcom{ max-width: 100% !important; }

#wpd-content-item-1 .wpd-delete-content.wpd-not-clicked {
display:none !important;
}

 

#wpdcom{ max-width: 100% !important; }

Reply
(@cihan)
Joined: 3 years ago

Eminent Member
Posts: 26

@jacob 

I added a line between the comments. looks much better. but I want there to be no lines between the answers given to the comments. is there a way to do this?

 

i think it's about that.

 

add line

wpdiscuz/themes/default/layouts/1/wrapper.html düzenleniyor (etkin)

<div class="{WRAPPER_CLASSES}">
{LEFT}
{RIGHT}
</div>
<hr size="1" color="#C0C0C0"/>

Reply
Support
(@jacob)
Joined: 8 years ago

Estimable Member
Posts: 129

@cihan Please read this doc before customizing wpDiscuz files.

You should find this part of code in

wpdiscuz/themes/default/class.WpdiscuzWalker.php

before

and change it to this

after

the code you should add

if (!$comment->comment_parent) {
       $wrapperComponent .= "<hr size='1' color='#C0C0C0'/>";
}

 

Reply
(@cihan)
Joined: 3 years ago

Eminent Member
Posts: 26

@yakup 

thank you very much.

but, There are two lines with this code. 

if i remove this code only lines appear. comments disappear.

<div class="{WRAPPER_CLASSES}">
{LEFT}
{RIGHT}
</div>
<hr size="1" color="#00B38F"/>

Reply
Support
(@jacob)
Joined: 8 years ago

Estimable Member
Posts: 129

@cihan You should remove all your customizations related to adding a line under comments and use the code I've provided you.

Delete all caches before checking.

Reply
(@cihan)
Joined: 3 years ago

Eminent Member
Posts: 26

@jacob 

 

yes. thank you 🙂

Reply
Posts: 26
Topic starter
(@cihan)
Eminent Member
Joined: 3 years ago

hello

very good. but i wonder one thing.

It removes the line between the answers to my comment (2-3).
so how can i remove the line below the answered comment? (1)

1812 wswwwwwwww

 thanks

Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7119

We don't follow you. Please explain in other words.

Reply
Posts: 26
Topic starter
(@cihan)
Eminent Member
Joined: 3 years ago

Merhaba Asti.

1933 1812 wswwwwwwww 1

Kötü ingilizcem için özür dilerim.

 

Yorumlar arasında bir çizgi istiyorum evet.

ama yoruma verilen cevaplar arasında satır olmamasını istiyorum. cevaplar ile yoruma verilen ilk cevap arasında

Bu mümkün mü? Teşekkürler

Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7119

@cihan,

The following CSS code should solve the issue. 

.wpd_comment_level-1 {
    border-bottom: 1px solid #00490a;
} 

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

The red marked value can be changed as you like.

Also, please always try to explain in English, not on your own language. 

Reply
Share: