Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author Rajat Varlani

    (@the_champ)

    There seems something wrong with your website.
    Can you provide me your website url so that I can look into the issue?

    Thread Starter zandercent

    (@zandercent)

    is there a way to DM you?

    Plugin Author Rajat Varlani

    (@the_champ)

    Yes. Email me at lordofthechamps@gmail.com

    airsid

    (@airsid)

    Hi,
    First of all thanks for your great pluugin, works perfect with Facebook.

    But with Twitter I’ve got the same issue than zandercent.
    Here is a link to my site.
    Coould you help please ?

    airsid

    (@airsid)

    Hi,
    Thanks for your gret pugin.

    I’ve got the same issue.
    Here is a link to my site, can you please help ?

    Plugin Author Rajat Varlani

    (@the_champ)

    Hi airsid,
    I am looking into this and get back to you.

    airsid

    (@airsid)

    Hi,
    Also Facebook login/register window don’t show anymore, I can’t click on it.
    Please help.

    Plugin Author Rajat Varlani

    (@the_champ)

    @airsid: For Twitter login issue:
    Can you change the text saved in option – ‘Error message for ‘Email required’ popup’ so that it doesn’t have any single quote character(‘). Currently you have saved – “L’adresse mail indiquée est déjà utilisée ou invalide”. Remove single quote from it.
    I am looking into Facebook login issue.

    airsid

    (@airsid)

    Hi,
    Thanks i’ve withdraw the single quote character(‘) and now Twitter is working great !

    …just still Facebook issue…

    Plugin Author Rajat Varlani

    (@the_champ)

    For Facebook issue, follow the steps mentioned below:
    1. Delete “wp-content/plugins/super-socializer/uninstall.php” from your WordPress installation folder.
    2. Navigate to “Plugins” page in your website admin panel and delete the plugin from there. (Do not worry you will not loose your configuration settings)
    3. Download the plugin and install it at your website.

    airsid

    (@airsid)

    Hi,
    I’ve followed your instructions step by step, but
    For registration:
    Under Firefox, I have to delete each time the historical of the navigator to see the Facebook logo and be able to click on it. Under Safari, Facebook is working, don’t need to clean the historical.
    For login:
    Under Firefox and Safari, the Facebook logo is shown but I still can’t click on it.

    Plugin Author Rajat Varlani

    (@the_champ)

    Seems, some other plugin is blocking the request for login to Facebook. Are you using any such plugin (like – AVH or something)? Try disabling it to check if it is causing the issue.

    Plugin Author Rajat Varlani

    (@the_champ)

    I have released a maintenance version to fix this bug. Please update your plugins to version 2.5.2
    Let me know if issue persists after updating the plugin.

    airsid

    (@airsid)

    Hi,
    Thanks a lot, great support. You were right, “AG Custom” plugin was blocking the request for login to Facebook. After deactivating it’s working.

    But under Firefox, when go on the webiste, if I click on “register” in the toolbar facebook logo appears and works. But if I go first to “login” page then to “register” page, the facebook logo doesn’t appear anymore. I have to go back to the site homepage (and then click on “register” in the toolbar) or to clear historical of the register page to see the facebook logo again on the page.

    Plugin Author Rajat Varlani

    (@the_champ)

    Open “wp-content/plugins/super-socializer/css/front.css” in code editor and change the following CSS at line number 282

    .theChampFacebookButton {
    	background-position: -0px -0px;
    	width: 32px;
    	height: 32px;
    	display: none;
    }

    to following:

    .theChampFacebookButton {
    	background-position: -0px -0px;
    	width: 32px;
    	height: 32px;
    	display: block;
    }

    Save the file.

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Twitter login not working’ is closed to new replies.