Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Global background issue
- This topic has 7 replies, 2 voices, and was last updated 4 years, 10 months ago by
ThemosaurusrexVerified.
-
AuthorPosts
-
@themosaurusrex
- 0 Topics
- 2048 Posts
Hi @youfriend,
This is working as expected as the default Header image will not be displayed on profile pages.
You can easily change this theme option in the Customizer. Just go to your dashboard and navigate to “Appearance > Customize > BuddyPress”. Then, open the “Members” tab and select the image that you wish to set as default value.
This should solve your issue.
Regards,
April 27, 2020 at 13:56 #12076@themosaurusrex- 0 Topics
- 2048 Posts
Yes @youfriend, you are correct when saying that it doesn’t apply to the BuddyPress profiles.
If you wish to set another default background image, feel free to go to your dashboard and navigate to “Appearance > Customize > BuddyPress”. Then, open the “Members” tab and select any image.
This will be applied to all existing members and they will be able to change it themselves from their own profile if they wish to do so.
Best,
April 27, 2020 at 16:42 #12087AndreaParticipant@youfriend- 26 Topics
- 133 Posts
Hello Oliver…
I don want change the cover profile default of members, but the background of pages.
I have upload an image on Appearance > Customize > global > background.Example Here work:
http://www.youfriend.it/bacheca/Here not work, i see a dark background
http://www.youfriend.it/membri/michela/friends/April 27, 2020 at 17:06 #12095@themosaurusrex- 0 Topics
- 2048 Posts
My mistake @youfriend, I did not understand your request until you posted the to website links, which helped me to see the issue for myself.
Thank you for your precious feedback. There is definitely an issue with Grimlock for BuddyPress which will be fixed in the next update.
In the meantime, you can fix this by adding the following code snippet to your website:
/** * Make the member profile background transparent. */ .buddypress.groups.single-item .entry-content > #buddypress, .buddypress.bp-user:not(.activity-permalink) .entry-content > #buddypress { background-color: transparent !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.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
April 28, 2020 at 10:20 #12124@themosaurusrex- 0 Topics
- 2048 Posts
You’re welcome.
Cheers,
April 29, 2020 at 17:27 #12181 -
AuthorPosts
The topic ‘Global background issue’ is closed to new replies.