Notifications
Clear all

[Solved] How can I upload my icons?

23 Posts
4 Users
1 Reactions
2,597 Views
ldj72
Posts: 95
Topic starter
(@ldj72)
Estimable Member
Joined: 3 years ago

Hi @chris, I browsed the FA free & paid gallery, but there is not what I need. It's why I want to upload my icons.


1 Reply
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@ldj72,

Trying to make it work on a test forum, didn't get the needed result yet, I will let you know when I achieve it.

And help you to do a*s well.


Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@ldj72

you have an bug in your css code, it is not complete 😉Β 

.microblading

and

.wpf-unread-forum .microblading

replace with

.microblading-Icon

and

.wpf-unread-forum .microblading-Icon

then the icon is displayed

Β 


ldj72
Posts: 95
Topic starter
(@ldj72)
Estimable Member
Joined: 3 years ago

Thanks, @Tutrix, you are right. It works now.

Β 

Sorry, @chris, my bad I put the incomplete icon name .jpg.


ldj72
Posts: 95
Topic starter
(@ldj72)
Estimable Member
Joined: 3 years ago

By the way, I noticed another thing. Whatever your icons, your own or Font Awesome ones. They are not displayed on mobile.

They are present on desktop and tablet but not on mobile.

Β 

Is it a default WPforo setting? How to show them on mobile?

Β 

Thanks


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

Noble Member
Posts: 1522

@ldj72Β 

this is a css formatting depending on the screen size
on small displays the icons are not shown

example

@media screen and (max-width: 620px)
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon {
 display: none;
}

the text or content is more important to display than an icon 😉Β 


ldj72
Posts: 95
Topic starter
(@ldj72)
Estimable Member
Joined: 3 years ago

Well, I can see them on the wpforo forum. How can I get the same result?

Β 


1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10601

@ldj72,

These are Font-Awesome icons. Just edit forums in wpForo > Forums admin page and set icon and colors to each forum: https://wpforo.com/docs/wpforo-v2/categories-and-forums/forum-manager/add-new-forum/#forum-icon


Page 2 / 3