Facebook Login button not showing in “rwd” theme, but working fine in “default” theme in Magento 1.9

magento.stackexchange https://magento.stackexchange.com//questions/29845

  •  11-12-2019
  •  | 
  •  

Question

I installed Magento 1.9 and the theme "rwd" came along with it. I changed all the categories and products. Then I installed a Facebook Login extension, which works fine with the "default" theme, but when I activate the "rwd" theme the Facebook Login button doesn't get displayed on any page. Also, could anyone assist me to clear up the Dashboard stats, which shows a lot of total sales? I got hold of some mysql statements, but in Magento 1.9 the table names don't match. Thanks in advance.

Was it helpful?

Solution

I am assuming you might have installed Belgv facebook login extension. YOu are not able to see the facebook login button because you haven't copied the template file to your theme rwd.

1) Goto design->frontend->default->Layout and design->frontend->default->template

2) copy the file for the extension into your theme. If you are using Belgv facebook free the name might be facebookfree for template folder and facebookfree.xml for layout.

[EDIT]

If the above solution doesn't work. You can add the code below in customer/form/login.phtml

<button type="button" title="<?php echo $this->__('Sign in with facebook') ?>" class="button fb_button_ps signface-btn" onclick="return fblogin();" ><span><span><?php echo $this->__('Sign in with facebook > ') ?></span></span></button>
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top