Notifications
Clear all

[Solved] How can I upload my icons?

23 Posts
4 Users
1 Likes
730 Views
Posts: 92
Topic starter
(@ldj72)
Estimable Member
Joined: 12 months 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
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@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.

Posts: 1081
(@tutrix)
Noble Member
Joined: 3 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

 

Posts: 92
Topic starter
(@ldj72)
Estimable Member
Joined: 12 months ago

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

 

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

Posts: 92
Topic starter
(@ldj72)
Estimable Member
Joined: 12 months 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)
Joined: 3 years ago

Noble Member
Posts: 1081

@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 😉 

Posts: 92
Topic starter
(@ldj72)
Estimable Member
Joined: 12 months ago

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

 

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

Support Team
Posts: 10154

@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