AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] "[Solved]" thread

11 Posts
3 Users
2 Reactions
3,058 Views
Posts: 28
 rik
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
(@rik)
Eminent Member
Joined: 8 years ago

Unfortunately "[Solved]" still does not appear on the main thread list. I enclose an image where you can see the green icons but not the writing.

However, I have noticed (only now) that if I enter in to the list of the specific sub-forum, then "[Solved]" appears (in green??). I enclose the second image.

Solved Main
Solved Sub

1 Reply
Tutrix
(@tutrix)
Joined: 6 years ago

Noble Member
Posts: 1519
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

@rik

add this code too


.wpforo-last-topic-title .fa-check-circle::before {
content: "[Solved]";
}

or use this Code

 

.wpforo-last-topic-title .fa-check-circle::before {
content: "\f058 [Solved]";
color: #218C2E;
word-spacing: 8px;
}
.wpforo-last-topic-title .wpfcl-8 {
padding-right: 0 !important;
margin-right: -5px !important;
}

 

result see Image

 

 

 solved

Posts: 28
 rik
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
(@rik)
Eminent Member
Joined: 8 years ago

Thank you!
Now I have all the information I need to set it up the way I like it.
Very last two questions:
1) When WPforo updates will be released, the lines added in "Dashboard > Forums > Settings > Style Tab > Custom CSS Code" will be lost and I will have to reinsert them or will they always be present?
2) Why is "[Solved]" green? Is it not possible to have it black like the rest of the title and also how it appears inside each thread?


1 Reply
Tutrix
(@tutrix)
Joined: 6 years ago

Noble Member
Posts: 1519
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
Posted by: @rik

When WPforo updates will be released, the lines added in "Dashboard > Forums > Settings > Style Tab > Custom CSS Code" will be lost and I will have to reinsert them or will they always be present?

the code is't lost after wpForo Update 😉 

Posted by: @rik

Why is "[Solved]" green? Is it not possible to have it black like the rest of the title and also how it appears inside each thread?

replace


color: #218C2E;

for black


color: #000000;

or your Linkcolor


color: #3F7796;

Color Codes


Page 2 / 2
Share: