By Peter McLeland on Friday, 23 June 2017
Posted in General Issues
Likes 0
Views 177
Votes 0
Is there anything I can do to improve how this feature looks?

At the moment the popup clashes with the ES toolbar module and my main menu (see screenshot)

Thanks
It's even worse on a mobile display and the login if already have an account doesn't show.
·
Friday, 23 June 2017 02:08
·
0 Likes
·
0 Votes
·
0 Comments
·
I've applied some css fix in this file -> /httpdocs/templates/rt_ambrosia/html/com_easysocial/css/custom.css


#es.es-register-box-dialog {
z-index: 99999 !important;
}


It should work fine now, can you give it a check?
·
Friday, 23 June 2017 14:15
·
0 Likes
·
0 Votes
·
0 Comments
·
That's much better Arlex thanks.

But there is still no link to log in if already have an account on mobile view - see screenshot.
·
Friday, 23 June 2017 15:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Peter McLeland,

By right the requester is not to be render in mobile view. However, I've add some css code for it to be render with scrollbar.

@media (max-width:768px) {
#es .es-register-box {
overflow: scroll;
}
}

in the custom.css file
Can you clear your browser cache and try it again and see how it goes?
·
Friday, 23 June 2017 15:41
·
0 Likes
·
0 Votes
·
0 Comments
·
That's great - thank you Muhammad
·
Friday, 23 June 2017 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Peter

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Friday, 23 June 2017 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post