Facebook Login Not Working
-
Dear Xtemos,
May i know why the facebook login is not working? After i enter the App key and Secret key then click facebook login at the front page it show this error message:
Can’t load URL: The domain of this URL isn’t included in the app’s domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.
Please help find out what is the problem?
Thank You
Hi,
Be sure that you have set your my account page link as a redirect URL in Facebook login APP settings. Also, disable strict mode for URLs and leave empty APP Domain field in APP settings.
Regards
Hi, do you have any documentation for this setting?
You don’t need to know any extra information about this settings. Just specify these few options in your Facebook APP and it should work.
Hi,
is there any option to change the product title name size? Because in theme option i only can found chagne text style but cannot change the size of text
Thank You
Hi,
is there any option to change the product title name size https://i.imgur.com/1wy0yGB.png ? Because in theme option i only can found chagne text style but cannot change the size of text
Thank You
Hi,
You can easily change the font size of the product title by adding this code snippet to the Custom CSS area in Theme Settings
div.product-image-summary .entry-title {
font-size: 18px;
}
Regards