Notifications
Clear all

[Solved] Change textarea for a button

17 Posts
3 Users
0 Likes
1,131 Views
(@crazyifrit)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Hello to everybody

We have discuz addon installed, but we need to change a textarea to a button, the dark side is this have a click area and one form appears. Any posibility to change it for a button?


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

Hi @crazyifrit,

I don't follow you well.
If you want to show the footer of the wpDiscuz comment form without clicking on the "Join the discussion" textarea, you should put the following CSS code in the Dashboard > Comments > Settings > Styling > "Custom CSS code" textarea.

#wpcomm .wc-form-footer {
display: block !important;
}

Don't forget to delete all caches before checking.


   
(@crazyifrit)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Hello @elvina

Only i need remove the comment text field area, because we need add other field instead the comment field. We won't use it.

Captura de pantalla  2019 10 07 12 08 20

 

 

Thanks you very much

This post was modified 5 years ago by CrazyIFriT

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

Hi @crazyifrit,

I'm really sorry, but there is no way to remove the "comment text field".

 


   
(@crazyifrit)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Hi @elvina

And hide the frontend title field make it not required to save?


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

@crazyifrit,

I don't follow you well. Please try to explain using some screenshots.

 


   
(@crazyifrit)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

@elvina

reply

Hide that for a button o hide that forever and save.


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

@crazyifrit,

Please navigate to Dashboard > Comments > Settings > Comment Form admin page and enable the  "Hide Header Text" option.

More info here: https://wpdiscuz.com/docs/wpdiscuz-documentation/settings/comment-form/#hide_header_text

 


   
(@crazyifrit)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Hi @elvina

Only hide the text header but no the other... the is any posibility to hide the other too.

Thanks you very much


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

@crazyifrit,

Please navigate to Dashboard > Comments > Forms admin page, edit the current form, find the "Comment form header text" input, delete the value of the input, and save changes.
More info here: https://wpdiscuz.com/docs/wpdiscuz-documentation/getting-started/custom-comment-form/comment-form-settings/#comment_form_header_text

Please don't forget to delete all caches before checking.

 


   
(@crazyifrit)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

@elvina

I did and i have the same.

Reply

The header text desappear but no the area

This post was modified 5 years ago by CrazyIFriT

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

@crazyifrit,

Please put the following CSS code in the "Custom CSS Code" textarea .

#wpcomm textarea::placeholder{
color: transparent !important;
}

 


   
(@crazyifrit)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Hi @elvina

The textarea is the same, and i cannot save the form.

textarea

 

Thanks you very much


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

@crazyifrit,

I'm sorry, but we don't follow you well. Please explain in other words and leave some example URL to allow us to check and understand the issue. 

 


   
(@crazyifrit)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Hi @astghik

Elvina said we cannot change textarea comment to button then i ask if we can hide or something because we need other field there. The personal wpdiscuz field. that is internal so sorry we cannot give you a URL. But we try not put a text there because we don't need it, It is possible?

select

Thanks you.


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

@crazyifrit,

I've asked wpDiscuz developers, and they said, that as far as wpDiscuz is a commenting plugin, there is no way to hide the textarea field.

Even if you hide it via CSS, you will not be able to use the other fields, as the textarea field is required. I'm really sorry, but nothing will work.


   
(@crazyifrit)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Hi @elvina

Ok, thank you very much.


   
Share:
Scroll to top