Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter sonarismusic

    (@sonarismusic)

    Update: I got the discography to display but the layout is really strange. Still have the black bar at the bottom of every page on the site.

    Plugin Author Federico Giust

    (@fgiustdjgmailcom)

    Hi mate,

    That black bar is not part of this plug in, and not related to it.
    That black bar is part of the footer of the template you are using.
    If you use chrome, firefox or safari you can do right click on the bar and Inspect element and you will see the black bar is this:

    <div id=”footer”>
    <div class=”center”>
    <div class=”widgets”>

    </div>
    </div>
    </div>

    And it is black because it is defined as black in your css style.css line 87.

    Why did it stop working after the update? I’m starting to believe this is related to your template or one of your other plugins…

    Have you tried disabling other plugins?
    Do you have javascript enabled in your browser?
    Which part exactly is what doesn’t work?

    Plugin Author Federico Giust

    (@fgiustdjgmailcom)

    There is a new version of the plugin that fixes that issue and more.
    It displays all tracks correctly, the sound player has been temporarily disabled because beatport removed the samples from the api.

    This plugin cannot work because Beatport has a closed API and you have to register for your site if you want to embed Beatport data. If you are not registered you see this message if you use this shortcode:
    “Powered by Beatport
    THIS SITE (OR APPLICATION) IS NOT AFFILIATED WITH, MAINTAINED, ENDORSED OR SPONSORED BY BEATPORT, LLC OR ANY OF ITS AFFILIATES.”

    Plugin Author Federico Giust

    (@fgiustdjgmailcom)

    Beatport has some requirement for the API yes, that needs a server to use OAuth.
    But this plugin does not connect to beatport directly, this plugin makes the call to my own server. My server is the one that connects to beatport to get the JSON as a middle man.
    If you see that text, that means that your short code is not valid anymore. I would suggest you go to your admin panel, and edit the page or comment where you have the short code.

    I’ve got it working on a couple of sites without any issue.

    https://www.federicogiust.com/releases-2/

    https://www.quimikarecords.com/releases/

    I made a completely new post with the shortcode. Everytime I get this message:

    “Powered by Beatport
    THIS SITE (OR APPLICATION) IS NOT AFFILIATED WITH, MAINTAINED, ENDORSED OR SPONSORED BY BEATPORT, LLC OR ANY OF ITS AFFILIATES.”

    The plugin does not work on all sites.

    Plugin Author Federico Giust

    (@fgiustdjgmailcom)

    Can you paste here the shortcode you are trying to use ?

    Which version of WordPress are you using ?

    Do you have any other plugin installed ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Does Not Work Again After Update’ is closed to new replies.