Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Popular Features › Members Directory › Member and Group directory pages tab link colour inconsistency
- This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago by
Manathan.
-
AuthorPosts
-
NiftyParticipant@niftythree
- 31 Topics
- 142 Posts
Hi,
There is an issue when going to the Member and Group directory pages (/members/ and /groups/). When not logged in, the tab links (“All Members” and “All Groups”) are not filled with colour. When you are logged in, the tab links are filled with colour i.e. they are “selected”. We believe the latter is how it should be when you are not logged in. We have attached screenshots.
This is also visible on the demo here – https://dating.gwangi-theme.com/members/ and https://dating.gwangi-theme.com/groups/
Thanks.
Members-Directory-Not-Logged-In
Members-Directory-Logged-In
Groups-Directory-Not-Logged-In
Groups-Directory-Logged-In
August 17, 2021 at 15:03 #34428@themodactyl- 0 Topics
- 6719 Posts
Hi Nifty,
Thank you for your precious feedback. 🙏🏼 There is definitely an issue in our theme which will be fixed in the next update.
Waiting the update, simply add the following code snippet to your website:
/** * Fix the background color of the main filter */ body:not(.logged-in) #buddypress div.item-list-tabs.primary-list-tabs > ul > li[id*="-all"] > a { background: var(--grimlock-button-primary-background-color) !important; color: var(--grimlock-button-primary-color) !important; } body:not(.logged-in) #buddypress div.item-list-tabs.primary-list-tabs > ul > li[id*="-all"] > a span { background: var(--grimlock-button-primary-background-color) !important; color: var(--grimlock-button-primary-color) !important; border-color: var(--grimlock-button-primary-background-color) !important; box-shadow: 0 0 0 3px #ffffff !important; } body:not(.logged-in) #buddypress div.item-list-tabs.primary-list-tabs > ul > li[id*="-all"] > a:before { opacity: 1 !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
We’ll be back to you as soon as the update is available.
Thank you for your patience.
Best,
August 18, 2021 at 13:33 #34463 -
AuthorPosts
The topic ‘Member and Group directory pages tab link colour inconsistency’ is closed to new replies.