Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
JomSocial ActiveGURU ActivePublisher ActiveAdAgency ActiveiSEO ActiveSocialize Active
Is there a way to place the js_sidebar_frontpage on top of the profile stream on mobile devices? It is on the side on desktop, but when I loaded the site on mobile, it goes to the bottom.
Thank you for contacting us.
This could be done but you'll need to redesign JS frontapge mobile design.
This would be complex customization - we can't provide you full solution as our Technical Support do not covers customizations.
So you may need help of a professional developer... sorry.
- 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
Pages do not have specific CSS clas... so the best way will be to add it.
E.g if you want to override frontpage, then
1. Copy file ROOT/components/com_community/templates/jomsocial/layouts/frontpage/base.php to ROOT/templates/your-template/html/com_community/layouts/frontpage (if you don't have those folders - feel free to create them).
2. In line 28 you have <div class="joms-body"> just add ID to it like <div id="my-id" class="joms-body">.
Then you'll have unique ID for certain page and you could use it to apply style on those page only.
- 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
- 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