AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

Deleting user fields from front of member card

5 Posts
2 Users
0 Reactions
186 Views
Danno6116
Posts: 83
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@danno6116)
Estimable Member
Joined: 2 years ago
[#72772]

Hello, Not sure where to post this so I thought I'd post here This may relate to my use a custom field plug in. I am not sure.

Goal. I want to properly organize how my Custom Fields appear on the front side 0f Member Cards. I only want a couple of my Custom User Fields to show on the Member Card on the front side while people are scrolling through the search. I want to remove the field labels and keep the layout quiet and professional while keeping all other data visible only inside the profile.

The Problem. I am using the Advanced Member Search in Filter mode. I have adjusted the settings in the settings box to choose which Custom Fields show on the Member Cards. I have also clicked Index Member Fields. However the Member Cards are not updating. They are still showing every field label and extra statistics like Post Counts and Join Dates which I have tried to turn off.

What I have tried.
One. I reindexed the Member Fields multiple times to try and refresh the Member Cards.
Two. I cleared all wpForo caches and refreshed the WordPress permalinks.
Three. I tried using CSS to clean up the labels and statistics on the Member Cards but they are not responding to the code.
Four. I toggled between Search and Filter modes but the old layout remains stuck on the screen.

Question. Since my settings and my CSS are being ignored by the Member Cards is there a specific database table or a cache file for the Advanced Member Search that is preventing these changes from showing up. How can I force the Member Cards to reflect the changes I make to my Custom Fields in the dashboard.


4 Replies
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi,

Kindly provide the code you’re using and clarify which section you want to hide.


Reply
Danno6116
Posts: 83
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@danno6116)
Estimable Member
Joined: 2 years ago

Thank you @sofy ... here it is/* 1. Hide every possible field and label on the scrolling placards */ #wpforo #wpforo-wrap .wpf-member-list-item [class*="wpf-member-field"], #wpforo #wpforo-wrap .wpf-member-list-item .wpf-member-stat, #wpforo #wpforo-wrap .wpf-member-list-item .wpf-member-reputation { display: none !important; } /* 2. Force ONLY the Nickname, Statement, and Zip Code to show */ #wpforo #wpforo-wrap .wpf-member-list-item .wpf-member-field-nickname, #wpforo #wpforo-wrap .wpf-member-list-item .wpf-member-field-pioneer_statement, #wpforo #wpforo-wrap .wpf-member-list-item [class*="zip_code"] { display: block !important; } /* 3. Collapse the empty space left behind by hidden stats */ #wpforo #wpforo-wrap .wpf-member-list-item .wpf-member-stats { display: none !important; }


Reply
Danno6116
Posts: 83
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@danno6116)
Estimable Member
Joined: 2 years ago

@sofy This can all be done through the Profile tab manager in Custom user fields. I got it so thank you for replying


Reply
Danno6116
Posts: 83
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@danno6116)
Estimable Member
Joined: 2 years ago

@sofy This can all be done through the Profile tab manager in Custom user fields. I got it so thank you for replying


Reply
Share: