This topic has 13 replies, 3 voices, and was last updated 12 years, 8 months ago by wedis.
Tagged: Removed login credentials
Viewing 14 posts - 1 through 14 (of 14 total)
Hi,
I have 2 issues with creating the playlist for the audio player.
1.I set the Player Type to DJMix in MusicPlay/Theme Options/Player Options. In the DJMix Page ID field I’ve listed the mix ID’s I want to see in the playlist( comma separated ), but in the playlist only the first mix shows up.
2.If I leave the DJMix Page ID field blank, all of my mixes are listed( which would be not a problem ), but the title of the first mix shows up, every time a mix is played.
Regards,
Huni
Go to parent theme and open djmix-player.php file and find the below coding and replace it
Find Code
$query->query( 'post_type=djmix&p='.$atp_audio_page_id.'&posts_per_page=1' );
Replace Code
$query->query( 'post_type=djmix&p='.$atp_audio_page_id.'' );
I was about to write a message. Thanks 🙂
If you have not yet given ratings to the theme, kindly please give to the theme by going to your themeforest account downloads section and beside the Download button of the theme you can find the stars to click on for ratings 🙂
We have altered coding in djmix-player.php file and in coming update also we will fix it. Thanks for rating. Feel free to ask if you have anymore question, we will be there to assist you.
Regards,
Wajid Khan
Viewing 14 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic.