Jomsocial is in smartphones (responsive) my page is not displayed correctly. Why is this so ?
Jomsocial said that the problem is on the template, and not to the component.
- FlexMax
-
- Commercial Templates
- Tuesday, 25 August 2015
- Subscribe via email
Thank you FlexMax
To amend could you try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend could you try adding the following to the Custom CSS field of your templates parameters...
#container_main .wrapper960 div {
overflow: auto;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
thank you first. The "buttons" are now no longer visible. but the following error is still there.
1) on the lower side is now the shift dial to see which one can move the "page" to the right, but that is not the optimal solution.
2.) when I click now put the marked, nothing shows on the left and right side.
1) on the lower side is now the shift dial to see which one can move the "page" to the right, but that is not the optimal solution.
2.) when I click now put the marked, nothing shows on the left and right side.
- more than a month ago
- Commercial Templates
- # 6
Hi FlexMax
To ensure that each of these issues are related to the template could I ask you to enable one of the default Joomla themes (beez) and see if the issues persist. Any issues that are still present would indicate a more component related resolution.
Ciarán
To ensure that each of these issues are related to the template could I ask you to enable one of the default Joomla themes (beez) and see if the issues persist. Any issues that are still present would indicate a more component related resolution.
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Thank you for the screenshots.
Firstly remove the suggested Custom CSS mentioned in the previous post. Then replace the following in your templates nexus.css (/templates/j51_enterprise/css/nexus.css)...
With...
Ciarán
Firstly remove the suggested Custom CSS mentioned in the previous post. Then replace the following in your templates nexus.css (/templates/j51_enterprise/css/nexus.css)...
#container_main .wrapper960 div {
box-sizing: border-box;
overflow: visible;
}
With...
#container_main .wrapper960 div {
box-sizing: border-box;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »