Hi!
The plugin works great, but I noticed that the track URLs are exposed in the HTML source code, which I’d like to hide or obfuscate for privacy and security reasons.
Is there a method within Cue to hide the URLs from being visible in the page source? Alternatively, are there any techniques, such as custom CSS or JavaScript, that I can use to ensure the URLs are protected from being directly accessed or easily found?
I’d appreciate any help or suggestions from those who’ve dealt with a similar issue.
Thanks in advance!
]]>The header background image appears to be a large version of the CD cover, but it is blurry for each album. Is there a way to remove the background and just keep the small image?
Thank you.
]]>Does anyone know how to make this player play songs continuously? It stops at every song.
thanks in advance
Can I add “add to cart” button? I want user to buy the tracks
]]>I just started using your plug-in after trying out several others. I do like the layout, and after I figured out how add more than 65 songs to the playlist, it works great. I’ve had my site up and running for over 15 years, and recently switched over to WordPress. I have a huge world-wide following and my listeners are used to having a shuffle feature, so I hope you can help me out with this. I would be really disappointed if I couldn’t add that, because I would have to find yet another plugin that looks as nice.
]]>Installed your program and appears to be easy to use, but I ran into a very strange problem. I created a new playlist and loaded all 278 mp3s into it, but for some odd reason, it won’t save after I hit publish. If I leave the playlist page, it shows the playlist, but it’s empty.
My WordPress is completely up-to-date as well as the plugin.
]]>Hello.
I just received a email from WordPress that said the following:
“Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, Cue.”
I am now unable to access my WordPress dashboard. Can you please look into this issue and tell me how I should resolve the issues?
Thank you.
]]>hi dear
there is no volume , pause and play, stream indicator in the playlist
how can this be solved to show them?
Hi,
I just downloaded and installed Cue. Unfortunately there is no volume slider. Is this a Pro feature only? Strangely I can see it while editing at the backend.
]]>Audio is playing on every device but not playing on iPhone (safari or chrome) so not sure whats the issue tried many ways to fix it.
the audio player is using a dropbox link for audio
]]>Hi Guys,
Is there a way to display the total time of playlist duration anywhere in wordpress?
Thanks in advanced
]]>Your brilliant plugin has been working great for ages. The best free plugin with all the functionality. However, it has recently just stopped working probably within the last few months. Feature images no longer appear, and the tracks do not play. It is reading as not tested with my version of WordPress. Help. I’ve tried to use some other plugins but they all just don’t have exactly the things I need.
Many thank,
Ali
]]>I tested this on my site and on the Cue Playlist demo site with the same results.
If my phone or tablet screen times out but is not locked while playing a cue playlist on Firefox for Android, once it reaches the end of the currently playing track, playback stops and doesn’t start the next track until I turn the screen back on. If the device is locked, the same thing happens, but once I unlock it, playback does not resume, although the next track is selected.
This has been going on for me for at least the past view major versions of Firefox for Android, up to the current version as of 9/9/2020 (80.1.2) and Android 8.0.0 on phone and tablet.
This issue is not present on Chrome for Android or on Firefox for Windows 10. It’s also not an issue on my website if I bypass Cue and make a plain WordPress audio playlist. Last time I checked, which was 6 – 12 months ago (maybe longer), this wasn’t an issue on iOS using Safari, but WAS an issue on Chrome for iOS, but that was fixed about that same time. I’ve never tested Cue playlists in Firefox for iOS and I no longer have the hardware available to do so.
In the Firefox for Android settings, I tried enabling Autoplay for audio and video. In version 80.1.2 the option is “Block audio and video on cellular data only.” So I turned on Airplane mode and enabled Wi-Fi only to ensure it wasn’t cellular data. This didn’t make a difference.
In Android settings for Firefox I tried disabling Battery Optimization and enabling Background Data. Still no difference.
Can anyone else reproduce this issue? Both Android devices I tested are low-end, but since the playlists work fine in Chrome I figure the hardware isn’t the problem.
]]>We love Cue, however, I’m looking to disable the next track auto-playing on a playlist as it is proving very disruptive for our listeners. When looking for how to do this, the solution previously used by others no longer works.
I found this code bit in the plugin files that appears to dictate that the next track should autoplay after one ends, but I do not understand how to prevent it / what to add to my theme’s js file to prevent it.
On line 577 of the file jquery.cue.js :
// Play the next track when one ends.
$media.on( 'ended.cue', function() {
var index = player.cueCurrentTrack + 1 >= player.options.cuePlaylistTracks.length ? 0 : player.cueCurrentTrack + 1;
// Determine if the playlist shouldn't loop.
if ( ! player.options.cuePlaylistLoop && 0 === index ) {
return;
}
// Give other 'end' events a chance to grab the current track.
setTimeout(function() {
$( player.node ).trigger( 'nextTrack.cue', player );
player.cuePlayNextTrack();
}, 250 );
});
This is the file: https://plugins.trac.www.ads-software.com/browser/cue/trunk/assets/js/vendor/jquery.cue.js
This is the previous solution: https://www.ads-software.com/support/topic/how-to-stop-playing-at-the-end-of-each-track/
Do you know what code I could add to my jquery theme file to do this?
Thank you
]]>Hi
I’m new here and installed plugin with Version 2.3.3. The UI was the best i’ve compared with all other players in the market.
Previously i was using HTTPS and should be working fine, e.g. a padlock icon available in the URL bar.
However, once i installed the plugin, the padlock icon was lost. When i tried to view source from the web browser, and found following on http only
https://schema.org/MusicPlaylist
https://schema.org/MusicRecording
Are these the reason why SSL was not fully implemented? Any idea to fix this ? thanks
Mind2Spirit
]]>the player works fine in desktop browsers but the buttons disappear on mobile devices, i noticed it works fine when i resize destop browsers. This is my 2nd week trying to fix this issue with no luck, now i just stare at the cue.min.js and jquery.cue.min.js files feeling helpless. Pls help me.
]]>Hello,
I am looking for a way to integrate Howler.js library with this player and to replace the MediaElement.js library. I see that the later is tightly integrated with Cue Player.
Is it technically possible to keep the UI for Cue Player but remove all the audio player related functionality from this plugin.
]]>hi,complements for beautiful plugin ??
i have an issue,the timing is half visible i dont know why, can you help me?and the time float corner too please
I apologize in advanced if this question has been asked a million times. I have a local wordpress development site that has this cue plugin installed, with 50 tracks. Is there a way I can easily transition all my cue files to the live WordPress site without manually re-creating them there?
I’ll do whatever it would take to make this transition process non-manual
Thanks for any advice!
]]>Hello all,
Does the Cue plugin work with the most recent version of wordpress? I used to be able to create playlists for audio on my website but now when I try to t will not add them? I can still click on add new playlist, then give it a title then add a track and select a audio track to add but when I save (Publish) it it does not show up? Any help would be great thanks
]]>We would like to have the Cue plugin not play the next track automatically. Currently when a visitor clicks on a track it will play and without any intervention when the clicked track is complete the next track begins automatically. We would like the option to NOT have the next track play automatically.
Great plugin! Very pleased with the way it looks and works.
]]>I’m selling music albums in woocommerce and I used the cue shortcode to display the songs in the product area. I updated cue and woocommerce and now it doesn’t work. Any ideas?
]]>Hi all, just trying out Cue for the first time. I’ve create a playlist and added it to a page. In the page editor I can play the files perfectly and everything is great, however on the actual published page, as you can see, the files will not play. The actual player doesn’t seem to open. Can anyone help at all please?
Also is there any way to extend the vertical size of the playlist so that users don’t have to scroll down to see more files?
Thank you in advance!
]]>The player looks great but isn’t working. It recognizes the song, length, etc but the play button doesn’t work. Please help. Thank you!
]]>Hi,
Because the playlists I’ve created contain only extracts of songs, I’d like the playing stop at the end of each track.
I’ve tried this (with Custom Javascript Editor):
jQuery.fn.cuePlaylist.defaults.cuePlaylistLoop = false;
But it doesn’t work ??
Is there any problem of update? It seemed to work 3 years ago (https://www.ads-software.com/support/topic/how-can-i-make-the-player-automatically-stop-after-one-play/).
Thank you for your help and this cool plugin! ??
]]>Hello! I’m using Cue plugin for playlists on my site but on mobile devices (Android+Chrome) and in Safari (desktop) I can’t see control buttons. I see time slider, tracklist and other content of Cue Playlist.
Is it something wrong with my theme or what? I checked some other themes with Cue and they works perfect on mobile and desktop.
Thanks.
I recently began having trouble with the Cue plugin. I’ve been adding a track to a playlist on a weekly basis for over a year without trouble. Now, when I add a track to a playlist and click on the Update button, nothing happens. No spinner animation by the button, or any indication on the page that the update has succeeded or failed. Checking Chrome and Firefox’s console, I’ve found that I get this error: https://bsumc.info/wp-admin/admin-ajax.php 400 (Bad Request). If I open a playlist, don’t make any changes, and click update, it goes through.
I’ve disabled cacheing, in case that was the cause. As far as I know, there haven’t been any major updates to the site. It’s hosted on WPEngine, so there may have been a background update I wasn’t aware of. Any ideas on how to start debugging this? Thanks in advance.
]]>I’ve tried creating a playlist with WP’s built-in player and also the CUE plugin. In both cases, the audio does not play unless I’m logged in as admin.
I’m using a ThemeForest theme that comes with the WPBakery page composer. IS it possible that WPBakery has blocked any other playlist plugins other than the ones they sell?
]]>Can you tell me please how to reduce the height of the “artwork” section on my page to 70px and in my widget to 90px.
I can’t figure out the correct selectors, padding, margins.
Thanks very much!
]]>Is there a way to have the playlist pull in dynamically from a S3 bucket
]]>