The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Search
Close
AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

Question Need some help

4 Posts
2 Users
0 Reactions
976 Views
(@potowski)
Posts: 4
Active Member
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 
[#7648]
Bez tytułu

Hello guys,

I style all comment field with css, but I have problem with 2 things. I change paddings top and bottom in Name and Mail fields, but it works only on mobile - I set 14px. Can't change paddings on desktop. I don't know how to change colour buttons in toolkit, I can't wind it in css. Could you help me guys please?

Thanks


 
Posted : 20/09/2023 4:09 pm
Topic Tags
Asti
 Asti
(@asti)
Posts: 8267
Illustrious Member Support
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

Hi,

The CSS codes you can use, are provided below: 

First question: 

I change paddings top and bottom in Name and Mail fields, but it works only on mobile - I set 14px. 

#wpdcom input#wc_email-0_0.wc_email.wpd-field{
    padding-top:  20px;
    padding-bottom:  20px;
}
#wpdcom input#wc_name-0_0.wc_name.wpd-field{
   padding-top: 20px;
   padding-bottom: 20px;
}

 Second question:

 I don't know how to change colour buttons in toolkit, I can't wind it in css.

.ql-snow.ql-toolbar button {
    color:  #9f1414 !important;
}
#wpdcom .ql-toolbar button .ql-stroke{
    color: #9f1414 !important;
    stroke: #9f1414 !important;

}
#wpdcom .ql-toolbar button .ql-fill, #wpdcom .ql-toolbar button .ql-fill {
    color:  #9f1414  !important;
    fill: #9f1414  !important;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

The red-marked values can be changed as you like.

Don't forget to delete the caches before checking.

 


In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.

 
Posted : 20/09/2023 4:24 pm
(@potowski)
Posts: 4
Active Member
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

Perfect, all is done! Thank you very much for help.

Last question, my guests can vote using voting button only for admin comments, not for other guests comments. In options I allowed guests on voting on comments. Colud you tell me how to solve this?

Thanks


 
Posted : 20/09/2023 8:41 pm
Asti
 Asti
(@asti)
Posts: 8267
Illustrious Member Support
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

@potowski,

Everything is working fine, please watch this video: 

https://monosnap.com/file/lV0J8R5hhYHWCF8OTGjmZcoZTrAo4l

Just make sure the IPs are not the same. wpDiscuz logs your IP too. It doesn't matter if you're logged in or not, wpDiscuz detects you and knows that you're the owner of this comment. You're not allowed to vote for your comment, even if you've logged out and want to vote as a guest. Try to vote for a comment as a guest from other IP addresses.


In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.

 
Posted : 21/09/2023 4:55 pm