Notifications
Clear all

wpForo 1.x.x [Solved] Clear all in widget not working

8 Posts
3 Users
3 Likes
1,118 Views
Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 6 years ago

hi

for some reason the "Clear all" in the user profile and notifications widget is not working. The text is there but is not clickable - any ideas? the one in the forum menu is working, however.

site: https://bgsm.hoops.ph/

 

 

 

7 Replies
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @thecaptain,

Your forum uses old JS files. Please delete all caches, then purge the CDN properly.

Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 6 years ago

tried but can't get it fixed. anyway, have some follow-up questions.

1. is it possible to make the title bold in the Recent Topics widget?

2. is it possible for the Member Activity in Profile to look like this? rearrange and hide the others. (please see attached file)

3. is it possible to change the color of the mentioned username?

thanks in advance!

Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 6 years ago

4. is it possible to show only the topic title in the Recent Posts widget? Hide the parts of the post.

Thanks!

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4308

@thecaptain,

1. is it possible to make the title bold in the Recent Topics widget?

Use this CSS code. The CSS code should be added in Top Black Admin Bar > Customize > Additional CSS textarea:

h3.widget-title {
font-weight: bold !important;
}

2. is it possible for the Member Activity in Profile to look like this? rearrange and hide the others. (please see attached file)

You can hide the elements using CSS codes. 

In this case the CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles admin page. 

3. is it possible to change the color of the mentioned username?

Please provide a screenshot. We don't follow you well. 

4. is it possible to show only the topic title in the Recent Posts widget? Hide the parts of the post.

Please try the following CSS code: 

p.posttext, p.postuser {
display: none;
}
Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 6 years ago
Posted by: @sofy

You can hide the elements using CSS codes. 

In this case the CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles admin page. 

hi @sofy, thanks for replying.

can you give me specific instructions on how to do it? if it's not too much to ask. 😬 

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4308

Sure, @thecaptain,

Here it is: https://wpforo.com/community/how-to-and-troubleshooting-2/disabling-specific-statistics-displaying/#post-10142

Page 1 / 2