i had installed Socialize Template.
if i want change the background color in the template by the community toolbar, then will be nothing happened.
where i can change the width.
The next problem is: where i can change the standard slogan (get started) on the fronted page from Jomsocial.
The next problem is: I use JSPT and Payplans but it does not work. if i want register a new user. comes the message: login first!!!!
1. The best way to change background color is to set certain theme in Socialize or change it directly in css.
So just add in ROOT/templates/socialize/css/custom.css (if you don't have this file - feel free to create it)
body {
background: #333333 !important;
}
Currently your background color is overrided by ROOT/plugins/content/themlercontent/lib/bootstrap.css. It may also override few other template styles so consider to disable that plugin.
2. You didn't mentioned width of which object you want to change. But you may change wrapper (a area where whole content along with sidabars is displayed) in Theme magic in Socialize template. Look for grid tab:
i.imgur.com/YeZGGIu.png
4. This issue apply to 3rd party extensions. Please contact with their developers.
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you