By Syabab on Friday, 14 April 2017
Posted in General Issues
Replies 7
Likes 0
Views 155
Votes 0
Hi,

Any idea how to make Registration Requester display in mobile device?

Thanks
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

By default it will not render the pop up on mobile, if you would like to achieve this, you have to modify this code :
JoomlaFolder/plugins/system/requester/requester.php

// Remove these code
if ($this->isMobile()) {
return;
}
·
Saturday, 15 April 2017 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

It works well but the layout seems to have a problem.

See my attached file.

Is there a way to add a login form to it?

Thanks.
·
Saturday, 15 April 2017 17:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately that is suppose to show registration form instead of login form.
·
Sunday, 16 April 2017 09:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

What about this?
It works well but the layout seems to have a problem.

See my attached file.


Any idea how to fix it?

Thanks.
·
Sunday, 16 April 2017 18:16
·
0 Likes
·
0 Votes
·
0 Comments
·
I've applied some fix in this file -> JoomlaFolder/Templates/echo/css/custom.css


@media (max-width: 980px) {
#es.es-register-box-dialog {
padding-top: 100px !important;
}
}


Can you try clear your mobile cache and see how it goes?
·
Monday, 17 April 2017 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post