Hi there,
To get an idea about the issue, try activating the plugin with debugging enabled.
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 prompted.
Let me know if you see any errors.
Thanks for the super fast response!
I did that and this came up on front end and admin login:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /var/www/vhosts/poppedculture.co.uk/httpdocs/wp-includes/functions.php on line 3370 Fatal error: Cannot redeclare class OAuthSignatureMethod_HMAC_SHA1 in /var/www/vhosts/poppedculture.co.uk/httpdocs/wp-content/themes/supreme/library/functions/Oauth/OAuth.php on line 120
Hope this helps
Keith
This is due to an issue in the file of your theme. Send me the file “/var/www/vhosts/poppedculture.co.uk/httpdocs/wp-content/themes/supreme/library/functions/Oauth/OAuth.php” at my email lordofthechamps[at]gmail[dot]com so that I can send you the updated file.