Hello team, reporting something I'm facing with login screen
Got the same problem with
[Facebook your Google Connect], -
FB is a dead end and doesn't workThe first thing is:
Google Connect is working fine for me, register and login back normally but since Stela uses frames I need to right click and open in another window, thats due to x-frame policy.
Look at this message from your own demo
Google Chrome Console
Refused to display 'https://www.facebook.com/dialog/oauth?client_id=&redirect_uri=https%3A%2F%2Fstela.mb-themes.com%2F&state=9ce057eb3e5a6734beb9f4892b7551d4&scope=email' in a frame because it set 'X-Frame-Options' to 'deny'.
On Microsoft Edge it says:
This content can’t be shown in a frameI tried with httpd.conf but nothing seems to be working
<IfModule headers_module>
<IfVersion >= 2.4.7 >
Header always setifempty X-Frame-Options GOFORIT
</IfVersion>
<IfVersion < 2.4.7 >
Header always merge X-Frame-Options GOFORIT
</IfVersion>
</IfModule>
Do you have any idea or solutions for this? I don't mind using regular login screen if needed.
For your interest:I got this picture from your DEMO while using chrome console