Federico Giust
Forum Replies Created
-
Forum: Plugins
In reply to: [Beatport Discography shortcode] single release not working / features ideasCan you paste here the shortcode you are trying to use?
Forum: Plugins
In reply to: [Beatport Discography shortcode] single release not working / features ideasThere was a bug in the single release feed. There is an updated version that fixes this.
This is now fixed, you can see it working here
http://www.federicogiust.com/2014/02/13/federico-giust-almost-there-original-mix-utec-digital/
Forum: Plugins
In reply to: [Beatport Discography shortcode] Shortcode for WP text editor pleaseHello,
This is the full list of parameters in the existing shortcode
- feed: string with value “artist”, “label” or “id”
- artist: string
- label: string
- id: number
- items: string with value “release” or “track”
- buylink: string with values “on” or “off”
For example, if you want to get an Artist releases feed
[beatport_discography_sc feed="artist" artist="Richie Hawtin" items="release" buylink="on"]If you want to get an artist track feed
[beatport_discography_sc feed="artist" artist="Richie Hawtin" items="track" buylink="on"]Hope this helps.
Forum: Plugins
In reply to: [Beatport Discography shortcode] Does Not Work Again After UpdateCan you paste here the shortcode you are trying to use ?
Which version of WordPress are you using ?
Do you have any other plugin installed ?
Forum: Plugins
In reply to: [Beatport Discography shortcode] Does Not Work Again After UpdateBeatport 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.
Forum: Plugins
In reply to: [Beatport Discography shortcode] I can't complete the fieldsAre you sure you are talking about this plugin?
The forbidden image you posted comes from mixupload.org which is not related to me or the plugin in any way.
There is no screenshot either of the issue.
Forum: Plugins
In reply to: [Beatport Discography shortcode] Does Not Work Again After UpdateThere 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.Forum: Plugins
In reply to: [Beatport Discography shortcode] Does not display at allThere 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.Forum: Plugins
In reply to: [Beatport Discography shortcode] Plugin throws an exceptionThere 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.Forum: Plugins
In reply to: [Beatport Discography shortcode] Plugin Error !There is a new version of the plugin that fixes that issue.
It displays all tracks correctly, the sound player has been temporarily disabled because beatport removed the samples from the api.Forum: Plugins
In reply to: [Beatport Discography shortcode] play track in postBeatport removed the samples from the api, to play them you need to go to their website.
The api now includes only info but no samples.
Forum: Plugins
In reply to: [Beatport Discography shortcode] Plugin not workingHi Guys,
There is a new version now that should solve this issue.
Please upgrade and test.Forum: Plugins
In reply to: [Beatport Discography shortcode] I can't complete the fieldsYou might be trying to fill in some fields that are disabled for the feed you are trying to get.
Which field in particular do you get that symbol?
Forum: Plugins
In reply to: [Beatport Discography shortcode] Does Not Work Again After UpdateHi 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?Forum: Plugins
In reply to: [Beatport Discography shortcode] Problem with Sound Manager 2Hi sixtomartin,
There is a new version of the plugin that should solve some of the issues you faced with soundmanager.
Please have a look at it and let me know.
Cheers,
Fede