• Resolved duninndesign

    (@duninndesign)


    So when I activate the plugin my entire site goes blank except for the background. Literally nothing else shows leading me to believe there is a theme issue or something. Is there a proper setup guide by chance? Had to disable the plugin to get my site back.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Heateor Support

    (@heateor)

    Try deselecting the Twitter from Social Login networks you have enabled. Chances are that you theme includes TwitterOauth library without checking if that class has already been declared by some other plugin/theme.

    Thread Starter duninndesign

    (@duninndesign)

    Actually all I did so far was install it and enable it, never setting which social networks to log in by. Tried again and enabled some but still blank. Broke my mobile page completely so trying to solve that atm.

    Plugin Author Heateor Support

    (@heateor)

    Okay. Then you would like to try enabling debugging.
    To enable the debugging, open “wp-config.php” file located in the root folder of your WordPress website. Search following code:

    define('WP_DEBUG', false);

    Replace the code searched above with following:

    define('WP_DEBUG', true);

    Save the file back. Replace existing file, if being prompted.
    After this, refresh the webpage and let us know if you see any error on the screen.

    Thread Starter duninndesign

    (@duninndesign)

    Honestly I don’t touch code, it has become a stresser to me that triggers depression. I will probably give up sadly. Though must say awesome support.

    Plugin Author Heateor Support

    (@heateor)

    Sorry then. We would not be able to help without getting an idea about what’s causing the problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blanks my site! Help!’ is closed to new replies.