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..
Hi @beyondju,
I think this CSS code should solve the issue:
#wpcomm .wpdiscuz-hidden {
display: block !important;
}
This is perfect, thank you 🙂
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..
Hi,
Screenshot below, thank you.
And also this one.
Besides the text cases, how do I make the text smaller?
Thanks..
Hi Astghik,
Sorry, I tested the subscription and it returned "Subscription Fault" message and the subscription didn't go through.
Any idea?
Thanks...
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?
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..
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.
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;
}
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;
}
You are awesome, man.
Could the highlighted text below be enlarged?
Thanks...
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.
This website should help you to write CSS rules.
No worries, thank you very much for your help.
ok @beyondju thank you,
I'm closing this topic. If you get any other questions please open a new one.