Problem or bug beetwen BP Cover Image and buddypress.css ?
-
Hello,
The profile cover image of my users disapear as soon as I copy the file
buddypress.css
from mytheme/buddypress/css
tomy-child-theme/buddypress/css
folder. Problem is the same whatever I copy the all directory structure.I deactivated all my plugins except BP but the problem remains.
I supposed it is a problem with Javascript so I copy
theme/buddypress/js
folder to my child theme but still the image is not displayed.When cover image is properly loaded this is what I have :
1./ CSS that display the image from a mystery
inline
file (line 74) :body.buddypress div#item-header { background-image: url("http://mysite.fr/wp-content/uploads/buddypress/members/1/cover-image/82b87ae9117b8a803c8a0da2af4ffbb2-bp-cover-image.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center !important; }
2./ CSS related to #item-header in
buddypress.css
:.buddypress div#item-header { background: transparent url("../../assets/img/heading.png") repeat-x scroll 0px 115px; text-align: center; transition: all 0.5s ease-in-out 0s; position: relative; padding-top: 40px; padding-bottom: 40px; display: inline-block; width: 100%; }
These two sections of CSS code are not executed as soon as I copy the file
buddypress.css
into my child theme directory. What could be the reason for this ? Thank you
- You must be logged in to reply to this topic.