Forums

Last.fm Record plugin not displaying anything (4 posts)

  1. sathyabhat
    Member
    Posted 2 years ago #

    Hi,
    I've just installed Theo Jones' TJ Clean Theme (http://theojones.net/tj-clean-wordpress-theme , my blog - http://sathyabh.at ). I've installed the Last.fm Records plugin, and entered the details like last.fm user name, activated the plugin, but the plugin doesn't seem to show anything. Can anyone please guide me and let me know if I'm doing anything wrong ?

    Thanks

  2. sathyabhat
    Member
    Posted 2 years ago #

    I'm not a JS programmer but fiddling with Chrome's developer tools, I noticed this error message, if I helps.

    last.fm.records: error: placeholder for cd covers not found

  3. ryandc
    Member
    Posted 1 year ago #

    I'm using the plugin, but am getting no results pulled in at all either.
    I'm putting the code within the lastfm div in my footer code, not widgets.

    What's potentially going wrong?

  4. thebozboz
    Member
    Posted 1 year ago #

    Was broken for me as well so had a play and got it working again.

    The plug-in relies on the jQuery library which is not included in the plug-in itself and if this library isn't called in your theme then it won't work.

    Here's what I did:
    Go into your theme, find header.php and call up jQuery somewhere between the head tags; the best and easiest way is to use Google's hosted code.

    e.g, paste in the following:

    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>

    Make sure your theme isn't calling up jQuery elsewhere or another Java library that will cause a conflict.

Topic Closed

This topic has been closed to new replies.

About this Topic