By Sean Carney on Friday, 14 September 2018
Posted in General
Replies 4
Likes 0
Views 586
Votes 0
If you visit my test site with the Charm template I believe you will see that the popup window that comes up inviting people to register cannot be closed by clicking on the X at the top right corner.

Sean
Yes, this will fix in next release version.
·
Saturday, 15 September 2018 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you think this could be caused by some other javascript problem on my page. In particular I realize that the Invisible Recaptcha won't work here because this is my test site.
·
Friday, 14 September 2018 10:19
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like that is CSS styling issue, when you click on that close icon, it should automatically hide it.

I've applied some of the custom css code into your template, it should work fine now.


.hidden {
visibility: hidden;
}
·
Friday, 14 September 2018 18:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex for adding that to the custom.css file.

Although, I do believe it probably should be added into the Charm template?

Sean
·
Saturday, 15 September 2018 05:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post