By Syabab on Sunday, 26 March 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 411
Votes 0
Hi,

Form the descriptions i thought this will deny access if user not login. 2nd time to misinterpret the apps description.
This plugin launches a pop-up form whenever a guest is trying to gain access on your site


How can I make Registration Requester to always show for public & guest? At all ES pages.

Thanks for any help.
Hi Syabab,
How can I make Registration Requester to always show for public & guest? At all ES pages.
Can you elaborate more on this?
Based on the code, currently the login pop only show once for an IP address. After that, the session is stored and it will not show again when user click on another EasySocial page.

For 'always show', do you mean that you do not want to let non-logged in users close the popup by removing the close button?
·
Monday, 27 March 2017 11:23
·
0 Likes
·
0 Votes
·
0 Comments
·
For 'always show', do you mean that you do not want to let non-logged in users close the popup by removing the close button?


Yes...

can this app do this?
·
Monday, 27 March 2017 21:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Syabab,
There is no setting to disable the close button. Perhaps you can try using the following custom css instead.

#es.es-register-box-dialog .es-register-box__close {
display: none !important;
}
·
Tuesday, 28 March 2017 15:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post