Also please check out the code for my background, it's still not working! But it might be my website lagging.The best way is to use relative (relative from CSS file) path like:
#rt-page-surround .jsn_social #cover {
background: url(../images/backgrounds/profile/cover.jpg) no-repeat center center cover;
}
#rt-page-surround .jsn_social #cover {
background: url(emusicianship.com/templates/rt_spectral/images/backgrounds/profile/cover.jpg) no-repeat center center cover;
}
#rt-page-surround .jsn_social #cover {
background: url(http://www.google.com/image.jpg) no-repeat center center cover;
}
which one should I write the code in?You can write this code into file /templates/rt_spectral/css/rt_spectral-custom.css
and the code would be like this:This is better because your custom CSS is loaded before Social Network Plugin CSS:
.jsn_social #cover {
background: url(http://www.google.com/image.jpg) no-repeat center center;
}
#rt-page-surround .jsn_social #cover {
background: url(http://www.google.com/image.jpg) no-repeat center center;
}
Also, How can I edit the default cover photo that is assigned to new users?You can use simple CSS code like this, default picture is only a background:
.jsn_social #cover {
background: url( HERE YOUR IMAGE PATH ) no-repeat center center;
}
Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.
Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.
Before you post: read the documentation and search the forums for an answer to your question.
When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).
Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.
Language: only English
Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.
Our site uses non fat, delicious cookies which help us improve your user experience. You can read more about it in our Legal page.