Q&A: Facebook login module problems, how to configure and use it?

PrestaShop user question

Hello I just purchased your facebook login module so that the customers can login with their facebook, unfortunately the module doesnt work at all, 


  1. it doesnt show on order page, 
  2. the only place where it shows is on the left column but when i click it, nothing happens.
  3. i want to display it in popup login module
  4. And my final question is, how can I change the button?


how to fix it? How to make it work? Screenshot with configuration below





PrestaShop user question

Hello
Module is not fully configured, language code field is not filled out

1 + 2
please fill it with language code like en_US (english) or pt_PT (portuguese) - depending on your expectactions (module will use this language code. It will start to work then

3 
to display module in PopUp please:
- go to modules > positions
- click on "transplant" button
- from first dropdown select "fblogin - faceboo login module"
- from second dropdown select "popuplogin" (hook for popup login window)
- click on transplant button

4
To use this kind of button it is necessary to alter module css styles. at the end of module .css file (fblogin.css) paste  this code: 
div.fblogin p::before, div.fblogin p::after {
    display:none!important;
}
div.fblogin p {
    width:250px;
    height:50px;
    background: url('http://i.imgur.com/rSf8ciG.png') repeat-x top;
    font-size:0px!important;
}


effect: 

Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment