Hi Dimas,
hmmm,... I think a standard function that have a bug is important for this service.
This is a easy default behavior from a user to close the browser and open maybe the same site again => and the sites are in browser cache and when you open it and the site looks strange i think it is not ok.
Thank you for your help.
Laurentiu
Hi Laurentiu,
I mean the default behavior is this issue
Ok, when i set jomsocial as home page and deactivate the Login under the Picture, is the Picture also away.
Hi Dimas,
1) Yes we have to hide the login area on jomsocial home page
2) i would to have this startingpage from jomsocial on the hole site, what i have to do to change the size? so i can use jomsocial as startingpage.
Thank you
Lorenz
Hi Laurentiu,
1. to hide login form and just leave the image you should apply this code :
.joms-landing__action {display:none}
you can put it inside this file templates/system/css/system.css
on Jomsocial Theme Manager->general, set "Show frontpage paragraph" to No, and then edit your image, and the only solution edit your email to be like your screenshoot, use the text as image Get connected etc.. if you wanna change exactly like your screenshoot that is not possible, because our register button be placed on the bottom
what do you mean with "from one side to other side", the another full screenshoot will be usefull :)
That is maximum width on container, if you wanna make it bigger you should modify the main container width, by using this code :
@media (min-width: 1200px){
.container {
width: 1400px !important;
}
}