Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Website Setup › Widget Areas › Setting up Gamipress and Buddypress
- This topic has 3 replies, 2 voices, and was last updated 1 year, 10 months ago by Manathan.
-
AuthorPosts
-
SérgioParticipant@sergioresende
- 3 Topics
- 5 Posts
Hi there, Themosaurus!
I am having trouble figuring out some functionalities for Gamipress, and at the moment I would like to know how I can get the ranks and achievements to show with full color, both for logged and logged out visitors. The thumbnails appear grey and slightly change when hovering.
November 16, 2022 at 13:41 #43439@themodactyl- 0 Topics
- 6603 Posts
Hi Sérgio,
When logged in, all the badges that the user has not yet earned are grey. For non-logged in user, all badges are grey. This is standard style with our theme.
However, in case you don’t want this feature, simply add the following code snippet to your website:
/** * Make All Badges Colorfull */ .gamipress-achievement:not(.user-has-earned) .gamipress-achievement-image, .gamipress-rank:not(.user-has-earned) .gamipress-rank-image, .achievement-wrap:not(.user-has-earned) .gamipress-achievement-image, .rank-wrap:not(.user-has-earned) .gamipress-rank-image, .gamipress-achievement:not(.user-has-earned) .gamipress-achievement-image:hover, .gamipress-rank:not(.user-has-earned) .gamipress-rank-image:hover, .achievement-wrap:not(.user-has-earned) .gamipress-achievement-image:hover, .rank-wrap:not(.user-has-earned) .gamipress-rank-image:hover{ filter:none; }
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.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
November 16, 2022 at 20:13 #43446@themodactyl- 0 Topics
- 6603 Posts
You’re welcome Sérgio!
If you’re happy with our theme, feel free to review our theme on our Themeforest page: Armadon – Gaming Community WordPress Theme.
It’s very appreciated and it helps us making our products more known to new potential customers, which allow us more time to improve the quality over time and develop new features. It’s a win-win !
And by doing this, you will be making a great contribution to our community! #SharingIsCaring
Thank you!
November 18, 2022 at 11:48 #43462 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Setting up Gamipress and Buddypress’ is closed to new replies.