#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
Bug Reports
icons not displayin...
 
Share:
Share
Tweet
Share
Notifications
Clear all

[Solved] icons not displaying correctly

Page 2 / 2 Prev
    Last Post
RSS

Tutrix
Posts: 608
 Tutrix
October 28, 2021 1:46 pm
(@tutrix)
Honorable Member
Joined: 2 years ago

@rainerpuschner

try this code for the icons

#wpforo #wpforo-wrap i[class*="fas"]::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    top: 0 !important;
}
#wpforo #wpforo-wrap i[class*="far"]::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    top: 0 !important;
}
#wpforo #wpforo-wrap i[class*="fab"]::before {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 900 !important;
    top: 0 !important;
}
#wpforo #wpforo-wrap .fas, 
#wpforo #wpforo-wrap .far,
#wpforo #wpforo-wrap .fab {
    text-decoration: none !important;
}

visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat

2 Replies
rainerpuschner
 rainerpuschner
(@rainerpuschner)
Joined: 7 months ago

Active Member
Posts: 13
October 28, 2021 2:53 pm
Reply toTutrixTutrix

@tutrix THANK YOU!!! Your CSS Code just works perfectly!

Chris liked
rainerpuschner
 rainerpuschner
(@rainerpuschner)
Joined: 7 months ago

Active Member
Posts: 13
October 28, 2021 2:55 pm
Reply torainerpuschnerrainerpuschner
Tutrix

Oh no! There is still one missing!

 

 

 Screenshot-2021-10-28-165519.jpg
rainerpuschner
Posts: 13
 rainerpuschner
Topic starter
October 28, 2021 2:56 pm
(@rainerpuschner)
Active Member
Joined: 7 months ago

And this one (or is it the same?)

 

 Screenshot-2021-10-28-165625.jpg
rainerpuschner
Posts: 13
 rainerpuschner
Topic starter
October 28, 2021 2:59 pm
(@rainerpuschner)
Active Member
Joined: 7 months ago

And what to do here?

 Screenshot-2021-10-28-165859.jpg
8 Replies
Tutrix
 Tutrix
(@tutrix)
Joined: 2 years ago

Honorable Member
Posts: 608
October 28, 2021 3:01 pm
Reply torainerpuschnerrainerpuschner

@rainerpuschner 

add this too

#wpforo #wpforo-wrap i[class*="fa-layer-group"]::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    top: 0 !important;
}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="text"], 
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="password"], 
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="email"] {
    padding: 10px 20px 10px 34px !important;
}

visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat

rainerpuschner
 rainerpuschner
(@rainerpuschner)
Joined: 7 months ago

Active Member
Posts: 13
October 28, 2021 3:15 pm
Reply toTutrixTutrix
rainerpuschner

@tutrix Yeah! Its getting better from time to time! THANK YOU SO MUCH!

 

This onei s still missing

 Screenshot-2021-10-28-171418.jpg
Tutrix
 Tutrix
(@tutrix)
Joined: 2 years ago

Honorable Member
Posts: 608
October 28, 2021 4:00 pm
Reply torainerpuschnerrainerpuschner
Tutrix
rainerpuschner

@rainerpuschner 

you must use the complete code I posted above

 

visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat

rainerpuschner
 rainerpuschner
(@rainerpuschner)
Joined: 7 months ago

Active Member
Posts: 13
October 28, 2021 5:07 pm
Reply toTutrixTutrix
rainerpuschner
Tutrix
rainerpuschner

@tutrix i did!

This is the whole Code in the CSS section of wpforo:

 

#wpforo-wrap {
   font-size: 13px; width: 100%; padding:10px 0; margin:0px; border-radius: 5px;
}


#wpforo #wpforo-wrap i[class*="far"]::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    top: 0 !important;
}
#wpforo #wpforo-wrap i[class*="fab"]::before {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 900 !important;
    top: 0 !important;
}
#wpforo #wpforo-wrap .fas, 
#wpforo #wpforo-wrap .far,
#wpforo #wpforo-wrap .fab {
    text-decoration: none !important;
}

#wpforo #wpforo-wrap i[class*="fa-layer-group"]::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    top: 0 !important;
}

#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="text"], 
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="password"], 
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="email"] {
    padding: 10px 20px 10px 34px !important;
}
Tutrix
 Tutrix
(@tutrix)
Joined: 2 years ago

Honorable Member
Posts: 608
October 28, 2021 5:10 pm
Reply torainerpuschnerrainerpuschner
Tutrix
rainerpuschner
Tutrix
rainerpuschner

@rainerpuschner 

and why not completely?

visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat

rainerpuschner
 rainerpuschner
(@rainerpuschner)
Joined: 7 months ago

Active Member
Posts: 13
October 28, 2021 5:18 pm
Reply toTutrixTutrix
rainerpuschner
Tutrix
rainerpuschner
rainerpuschner

@tutrix Did i miss some snippet? Thats all code snippets you showed to me, isnt it?

Tutrix
 Tutrix
(@tutrix)
Joined: 2 years ago

Honorable Member
Posts: 608
October 28, 2021 6:07 pm
Reply torainerpuschnerrainerpuschner
Tutrix
rainerpuschner
Tutrix
rainerpuschner

@rainerpuschner 

you forgot or removed this part of the code

#wpforo #wpforo-wrap i[class*="fas"]::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    top: 0 !important;
}

visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat

rainerpuschner
 rainerpuschner
(@rainerpuschner)
Joined: 7 months ago

Active Member
Posts: 13
October 29, 2021 7:24 am
Reply toTutrixTutrix
rainerpuschner
Tutrix
rainerpuschner
rainerpuschner

@tutrix THANK YOU SO MUCH! I dont know how i missed that code... DANKE DANKE DANKE!

Tutrix and Chris liked
Page 2 / 2 Prev
  All forum topics
  Previous Topic
Next Topic  
Topic Tags:  font-awesome (21), missing icons (6),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • wpforo widgets not showing

    By umais, 2 hours ago

  • Error 2253 Root Cause

    By aaronmckeon, 4 hours ago

  • Forum page

    By Charlespresh, 1 day ago

  • How can I make notification bell appear site wide?

    By marios, 2 days ago

  • wpForo not working correctly with Silk browser on Fire 7 Tablet

    By starman71, 2 days ago

  • Style Guests see "Add Topic" button - even if settings are right

    By DanielOfAnu, 2 days ago

Topic Tags

  • translation49
  • css49
  • plugin conflict48
  • seo45
  • new features43
  • buddypress42
  • ultimate member40
  • avatar40
  • forum40
  • moderation38
  • login38
  • registration36
  • threaded layout35
  • cache33
  • editor32
  • menu32
  • shortcode30
  • spam29
  • phrases28
  • forum accesses28
View all tags (2161)

Recent Posts

  • RE: How can i remove the Buttons under Name?

    @y-3 ##wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf...

    By Tutrix, 18 mins ago

  • RE: Error 2253 Root Cause

    Hi @robert - Thanks. I have reviewed those threads and...

    By aaronmckeon, 34 mins ago

  • wpforo widgets not showing

    Hello I cant see wpforo widget in the WordPress widge...

    By umais, 2 hours ago

  • RE: wpForo 2 Major Update is Imminent!

    PHP version 7.0 or greater. MySQL version 5.6 or great...

    By Robert, 2 hours ago

  • RE: When is the Update Coming?

    @robert thanks mate 🙂

    By Macky, 8 hours ago

  • RE: Guests see "Add Topic" button - even if settings are right

    Hi @danielofanu, Check this post please:

    By Chris, 13 hours ago

  • RE: wpForo not working correctly with Silk browser on Fire 7 Tablet

    Add the forums menu items to your main menu 😉

    By Tutrix, 16 hours ago

Share:
Share
Tweet
Share
  Forum Statistics
20 Forums
9,747 Topics
49.4 K Posts
9 Online
43.2 K Members

Latest Post: How can i remove the Buttons under Name? Our newest member: helenramer30372 Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation