Notifications
Clear all

[Solved] Bold and change the font of author's name, make default comment box taller and change bell icon

37 Posts
2 Users
1 Likes
3,069 Views
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

Hi  Astghik,

Thank you.

The document doesn't have the answer that I need though.

What I meant was is there a way to auto expand the Subscription box rather than having it collapsed by default?

Thanks..


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

Hi @beyondju,

I think this CSS code should solve the issue: 

#wpcomm .wpdiscuz-hidden {
display: block !important;
}

   
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

This is perfect, thank you 🙂


   
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

Hi Astghik,

Now the cookies consent, consent email and agreement text are all in uppercase even though I entered them in mixed cases.
Same to subscription consent checkbox text as well.
Anyway that could be changed to mixed cases (or whatever is entered by me)?

Please refer to Screenshot3.

Thanks..


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

@beyondju,

I don't see any screenshots. Please provide me us an example. 


   
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

Hi,

Screenshot below, thank you.

Screenshot3

   
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

And also this one.
Besides the text cases, how do I make the text smaller?
Thanks..

Screenshot4

   
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

Hi Astghik,

Sorry, I tested the subscription and it returned "Subscription Fault" message and the subscription didn't go through.

Any idea?

Thanks...


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

@beyondju

To solve the issue with uppercase letters, you should use the following CSS code, there is a CSs conflcit with the theme or other plugins.

#wpcomm .wpdiscuz-subscribe-agreement *, #wpcomm .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-field-label {
text-transform: none !important;
}

Sorry, I tested the subscription and it returned "Subscription Fault" message and the subscription didn't go through.

Here we'll need a bit more information, probably you can record some video of the issue? 


   
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

Hi,

The CSS works!

Thank you for your patience all this while, I am very close to the final Comment section that I need.
2 more questions:
1. How do I change the font size when I am typing in the comment box? I changed it to 16px in Settings for the comments which have already been posted. But when I am typing, the text is still a bit small. How do I change that?
2. On subscription bar, how do I default the drop down to "new replies to my comments" instead of "new follow-up comments"?
3. Subscription error - I will message you the URL for you to test.

Many many thanks..


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

@beyondju

1. How do I change the font size when I am typing in the comment box? I changed it to 16px in Settings for the comments which have already been posted. But when I am typing, the text is still a bit small. How do I change that?

The CSS is provided below:

#wpcomm.wpdiscuz_no_avatar .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
font-size: 25px !important;
}

On subscription bar, how do I default the drop down to "new replies to my comments" instead of "new follow-up comments"?

There is no easy solution I can provide. 

Subscription error - I will message you the URL for you to test.

I've already answered you.


   
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

Hi,

Thank you.
This one works for new comments.
Could I have the CSS for reply comments as well?

#wpcomm.wpdiscuz_no_avatar .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
font-size: 25px !important;
}

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

ok @beyondju I see,

Add this code as well.

#wpcomm .wc_comm_form.wc-secondary-form-wrapper .wc-field-textarea textarea {
font-size: 15px !important;
}

   
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

You are awesome, man.

Could the highlighted text below be enlarged?
Thanks...

Screenshot5

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

@beyondju

I'm really sorry but this requires custom CSS coding and it depends on different dynamic conditions, this is not a stable color. Please note, that we don't provide support for style customization, we may help in 1-2 simple questions related to colors and background but not more. We can not help you customize all components of forum style, these are custom requirements and should be done by forum owners. We only help with general questions and issues.

Thank you for your understanding.

You can find all classes by pressing F12 on the browser and opening Chrome or Firefox Console, it'll help you easily write CSS rules you need to customize. 

CSS

This website should help you to write CSS rules. 

https://www.w3schools.com/cssref/sel_nth-child.asp


   
(@beyondju)
Eminent Member
Joined: 5 years ago
Posts: 29
Topic starter  

No worries, thank you very much for your help.


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

ok @beyondju thank you,

I'm closing this topic. If you get any other questions please open a new one. 


   
Page 2 / 2
Share:
Scroll to top