Notifications
Clear all

wpForo 1.x.x [Solved] Removing Rss feed icon

6 Posts
2 Users
0 Reactions
1,473 Views
Posts: 17
 Kota
Topic starter
(@kota)
Eminent Member
Joined: 5 years ago

Hello,

I would like to change 5 points about the attached file.

Could you tell me how to change?

Thank you in advance.

5 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @kota,

The icon you're mentioning is a subscription icon. If you'd like to disable all subscription feature, just edit each Forum Access and uncheck the "Can subscribe" checkbox. Then navigate to Dashboard > Forums > Usergroups admin page, edit the usergroups and uncheck the "Front - Can view member subscriptions" CAN.  

Regarding the third issue. This is a small CSS conflict, please leave some example URL to allow us to check it. 

Posts: 17
 Kota
Topic starter
(@kota)
Eminent Member
Joined: 5 years ago

Hello Sofy,

 

Thank you for your advice!

The number is the issue number in attached files.

 

③ Css problem

Please check here

https://misato.blog/bbs/news/%e3%83%86%e3%82%b9%e3%83%881/

 

PC design is good, I think this css problem only for smartphone.

 

④ Home icon

How about this issue?

 

⑤ Remove subscription icon

I unchecked the "Front - Can view member subscriptions" CAN. But the subscriptions icon still appear. How can I remove it?

 

Following are new issues.

 

⑥ Remove URL icon

Ho can I remove?

 

⑦ Remove only “dislike” icon

Like icon is good, so I would like to remove only “dislike”. Please let me know how to delete it.

 

⑧ Remove Quote box

How can I remove it?

 

Thank you.

3 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

@kota,

③ Css problem, 

use the following CSS code: 

@media screen and (max-width: 620px){
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title {
display: inline-block;
}
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

④ Home icon

How about this issue?

This is designed to work in this way. 

I unchecked the "Front - Can view member subscriptions" CAN. But the subscriptions icon still appear. How can I remove it?

Please provide a screenshot

⑥ Remove URL icon

Ho can I remove?

Use the following CSS codes: 

i.fas.fa-link.wpfsx {
   display: none;
}
#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons {
   border: none !important;
}

⑦ Remove only “dislike” icon

The "dislike" button is visible only for the users who have already liked the post. It allows members to cancel the "like"  they've clicked.

⑧ Remove Quote box

Use this code:

span.wpf-action.wpforo-quote {
display: none !important;
}
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

Alos @kota,

Please note, we don't provide support for style customization, we may help in 1-2 simple questions related to colors and background but not more. We can not help you customize all components of forum style, these are custom requirements and should be done by forum owners. We only help with general questions and issues.

Thank you for your understanding.

You can find all classes by pressing F12 on the browser and opening Chrome or Firefox Console:

I'd also suggest you read  wpForo documentation. It has lots of important settings and option you should know.

 Kota
(@kota)
Joined: 5 years ago

Eminent Member
Posts: 17

@sofy

Thank you for your advice!

Yes, I agree your suggestion. I will try to custom by myself.

Best regards,

Kota