Notifications
Clear all

wpForo 1.x.x [Solved] Font style change bug

13 Posts
2 Users
0 Likes
1,517 Views
Posts: 38
Topic starter
(@umais)
Trusted Member
Joined: 3 years ago

Hi wpforo team,

I'm Umais working as a freelancer yesterday I build a wpforo on my client site https://bideford.neighbourhoodplan.online/community/ , the problem is when I put the custom font style code for change font-family which I took from your wpforo platform then the icon of the forum disappear I try multiple times but the bug is not removed please help me ASAP because this project on Fiverr
#wpforo #wpforo-wrap * {
font-family: "Arial Rounded MT Std", Arial, sans-serif !important;
}

Topic Tags
12 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi@umais,

We've just checked it on your website and don't find such an issue. The forum icons are visible. See the screenshot below: https://www.screencast.com/t/ncRwyqyipVKN

Please make sure all caches are properly deleted do CTRL+F5(twice) on the frontend and check again.

Also please navigate to Dashboard > Forums > Dashboard admin page, click on the [Delete all caches] button, and [Delete User Cache] button.

Posts: 38
Topic starter
(@umais)
Trusted Member
Joined: 3 years ago

Now check it again sir 

Posts: 38
Topic starter
(@umais)
Trusted Member
Joined: 3 years ago

@Alvina                                                                                                                                             Now this code is applied In "Custom CSS CODE"

#wpforo #wpforo-wrap * {
font-family: "Arial Rounded MT Std", Arial, sans-serif !important;
}
5 Replies
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1869

@umais,

Could you please remove the code added by you and try the following one:

#wpforo #wpforo-wrap*{
font-family: "Arial Rounded MT Std", Arial, sans-serif !important;
}

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

(@umais)
Joined: 3 years ago

Trusted Member
Posts: 38

@alvina

Now it's working would you like to help me with how I can set the 'Roboto' font-family? Please give me a code for Roboto font

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1869

@umais,

Please try the following one:

#wpforo #wpforo-wrap*{
font-family: 'Roboto', Arial, sans-serif !important;
}

Also, I've found the following link. It may help you. Please check it: https://stackoverflow.com/questions/42995809/cant-load-specific-roboto-font

(@umais)
Joined: 3 years ago

Trusted Member
Posts: 38

@alvina

Hi please tell me how I can integrate the up and downvote feature in the Discussion forum layout?

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1869

@umais,

Please note the voteup and votedown feature only available for QA layout.

More info here: https://wpforo.com/docs/root/categories-and-forums/forum-layouts/question-answer-layout/

Posts: 38
Topic starter
(@umais)
Trusted Member
Joined: 3 years ago

Hi sir

please tell me how I can embed Google map with wpforo

1 Reply
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1869

@umais,

Please follow this support topic:  https://gvectors.com/forum/wpforo-embeds/embed-google-map/

Related topic below: https://wpforo.com/community/how-to-and-troubleshooting-2/google-map-embedding-issue/

Page 1 / 2