Notifications
Clear all

[Solved] How can I upload my icons?

23 Posts
4 Users
1 Likes
1,166 Views
Posts: 93
Topic starter
(@ldj72)
Estimable Member
Joined: 2 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: 3 years ago

Famed Member
Posts: 3650

@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: 1266
(@tutrix)
Noble Member
Joined: 4 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: 93
Topic starter
(@ldj72)
Estimable Member
Joined: 2 years ago

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

 

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

Posts: 93
Topic starter
(@ldj72)
Estimable Member
Joined: 2 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: 4 years ago

Noble Member
Posts: 1266

@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: 93
Topic starter
(@ldj72)
Estimable Member
Joined: 2 years ago

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

 

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

Support Team
Posts: 10503

@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