By Peter McLeland on Thursday, 03 August 2017
Posted in General
Replies 8
Likes 0
Views 365
Votes 0
Hi, the fix previously applied https://stackideas.com/forums/size-of-registration-requester just isn't working

The requester form is still showing but losing its top and bottom meaning that the user is unable to get rid of it unless they refresh the whole page - and they're not going to know that's what has to be done...

I tried reducing the size in the modified custom.css entry and this makes the form smaller for a fraction of a second before it goes to large (in Chrome anyway)

Also for the record as explained in the previous support request it is still showing the first time visitng the site when already logged in.

I'd appreciate a working fix for this otherwise I'm going to have to stop using it - which would be a shame.

Thanks
Hey Peter,

It seems like I was unable to replicate this in my Chrome browser, you can take a look of my attached screenshot below.

Am i replicate this wrongly? Please advise.
·
Thursday, 03 August 2017 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
That looks fine on your screen but you can see from my screenshot earlier that it is not here.

What size screen are you using?
·
Thursday, 03 August 2017 18:19
·
0 Likes
·
0 Votes
·
0 Comments
·
I think my laptop resolution is 1920 x 1080 , I've applied following css code into that custom.css file, can you try clear your browser cache and see how it goes.


#es .es-register-box {
overflow: scroll;
}
·
Thursday, 03 August 2017 19:17
·
0 Likes
·
0 Votes
·
0 Comments
·
I think your physical screensize (as in 15", 13" etc) is making that difference in what you see.... but I may be talking rubbish

Your code change has made a difference but its not a good solution. The scroll bars make it messy and the missing, or obscured, cross to close the window isn't going to be helpful.

Is it not possible to make the whole popup smaller? Maybe with less fields or something? It only really needs minimal input fields as submitting it takes the user to the full registration process anyway.
·
Thursday, 03 August 2017 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, currently that was not possible to use css to make pop up show smaller is because it using Javascript to calculate the size.

Unless you can reduce some of the field display on this registration form pop up.

But I will lock this issue into our issue tracker, we will see if we can do something about this in 2.1 version.

By the way, this following css code can make the close button appear on the pop up :

#es .es-register-box__close {
top: -1px !important;
right: 1px !important;
}


You can check my attached screenshot below how it look like.
·
Thursday, 03 August 2017 19:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, the close button is better now.

Where are the settings to reduce the fields displayed on that form. For example it doesn't need 'location' and 'date of birth'. Perhaps getting rid of those on the popup will reduce its height?
·
Thursday, 03 August 2017 20:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, the close button is better now.

Where are the settings to reduce the fields displayed on that form. For example it doesn't need 'location' and 'date of birth'. Perhaps getting rid of those on the popup will reduce its height?


No worries - found it.

Looks all OK now thanks again
·
Thursday, 03 August 2017 20:32
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Peter, glad hat your issues are resolved now
·
Thursday, 03 August 2017 21:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post