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

[Solved] More Control of the Comment Text Field

6 Posts
2 Users
0 Likes
1,947 Views
Posts: 9
Topic starter
(@george-l)
Active Member
Joined: 4 years ago

When I edit the Default Form, I would like to have more control of the Comment Text Field, similar to what I can do with the Rating, Name, and Email fields.

  1. Move the Comment Text Field above or below other fields, for example the Rating field.
  2. Set the Comment Text Field as optional or required.
  3. Change the β€œJoin the discussion” text.

Please consider these future enhancements.

Thanks!

5 Replies
Asti
Posts: 7123
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @george-l,

Move the Comment Text Field above or below other fields, for example the Rating field.

This can be done using js or CSS code

Set the Comment Text Field as optional or required.

I'm really sorry, but wpDiscuz doesn't have such a feature.Β 

Change the β€œJoin the discussion” text.

The phrase can be found and translated in the Dashboard > wpDiscuz > Phrases > Form admin page.Β 

Posts: 9
Topic starter
(@george-l)
Active Member
Joined: 4 years ago

Hi Asti,

Suppose I have a 2 column comment table set up like this:

RATINGΒ  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  WEBSITE (disabled)
NAMEΒ  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β GOOGLE reCAPTHCA (disabled)
EMAIL
COOKIES CONSENT
POST COMMENT

Can you provide the CSS to move the COMMENT TEXT FIELD from above the RATING field to below the RATING field?

Thanks!

3 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7123

@george-l,

Please provide us some example URL. I'll try to help you.Β 

(@george-l)
Joined: 4 years ago

Active Member
Posts: 9

Hi @asti,

Here is a url: https://virtualrdn.com/banana-chocolate-chip-buckwheat-pancakes/

I'd like the CSS to move the Join the discussion text box after the Star Rating field.

 

Also on this webpage you can hover over the circle under the recipe title and see the other issue you are helping me with:

  • The dark background circle is squared off on the bottom.
  • Would like the text inside the circle to be smaller.

Thanks,George

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

Illustrious Member
Posts: 7123

@george-l,

I'd like the CSS to move the Join the discussion text box after the Star Rating field.

You can use this js code:

jQuery('.wpd-field-rating' ).prependTo( '.wpd-form' ) ;

More info here: https://www.collectiveray.com/add-javascript-to-wordpress

The dark background circle is squared off on the bottom.
Would like the text inside the circle to be smaller.

Please follow this support topic: https://wpdiscuz.com/community/troubleshooting/change-the-size-of-the-circle-rating-star-rating/#post-2877

Share: