-
Author
-
May 19, 2018 at 12:18 #198099anonim_2mParticipant
I bought this module (WPAchievements), it works perfectly, but in the buddypress profile do not show badges correctly.
probably a css code would solve the problem :).
you can help me arrange it in the middle?
thank you!
Attachments:
You must be logged in to view attached files.May 19, 2018 at 16:17 #198113Kieran_SQModeratorHi,
It is indeed a CSS issue with the plugin, please try the below CSS in your KLEO Child theme’s style.css by going to WP Admin > Appearance > Editor > KLEO Child > Style.css or in Theme Options > General Settings > Scroll to: ‘Quick CSS’
COPY CODE#wpa_bp_achievements_hold { margin-left: auto; margin-right: auto; }
This CSS will make the content sit better within the space. You can adjust the width of the plugin content from it’s current settings by using the below CSS instead of the above. Change 450px to suit your needs.
COPY CODE#wpa_bp_achievements_hold { max-width: 450px !important; margin-left: auto; margin-right: auto; }
Make sure to purge your website cache, CDN and local cache (Ctrl+F5) to see any changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
May 19, 2018 at 17:11 #198133anonim_2mParticipantThanks for the reply!
the text (title) is displayed correctly, but the badges are not yet
Attachments:
You must be logged in to view attached files.May 19, 2018 at 17:18 #198137Kieran_SQModeratorHi,
The badges are displayed as intended by the plugin author. If you would like me to send you CSS to adjust this then please send me a link to a profile that has two or more badges on their profile.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
May 19, 2018 at 17:43 #198146Kieran_SQModeratorHi,
Please use the below custom CSS in conjunction with the above to ensure images within this div are aligned center.
COPY CODE#wpa_bp_achievements_hold img { float: unset; }
If you’d like to give the images a little more breathing room and sit better within the content please try the below CSS instead
COPY CODE#wpa_bp_achievements_hold img { float: unset; margin-top: 15px; }
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
May 19, 2018 at 17:51 #198149Kieran_SQModeratorHi,
You’re most welcome. Feel free to open a new ticket any time with any other questions and we’ll be happy to help.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.