This topic has 12 replies, 5 voices, and was last updated 10 years, 7 months ago by Anonymous.
Viewing 13 posts - 1 through 13 (of 13 total)
@ lot of time when you click play for album or mix song the page go to the permalink of the song, that happen a lot in my site how i can fix that please ? my site is http://labachatera.com/
1. If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins. Otherwise wait for our latest updates. We’ll fix this in the next coming releases.
2. Actually we donβt have this feature at moment. We do intend to add it to our theme and we can notify you when it has been done. For any further details contact us via Skype. Our Skype ID: support-aws
hello , will it be possible to know what you did to the js/sys_custom.js file ?
Just added “if” condition on line no. 55 in sys_custom.js file.
Thanks but i’ll need help with exactly how to type it in there on line 55 as you said.
i’ll be happy if this works because I noticed that when people click PLAY on my website, it takes a very long time for music to play as compared to other musicplay websites.
Following is the code modified from line#49 to 60
jQuery(".tracklist-details .fap-single-track").click(function () {
jQuery('.tracklist-details').children().removeClass('selected');
jQuery(this).closest('div').addClass('selected');
});
choose_player = aws_data['choose_player'];
if ( choose_player !== 'radio') {
jQuery('.fap-single-track').on('click',function(){
jQuery.fullwidthAudioPlayer.setPlayerPosition('open', true );
});
}
It WORKED !!!!!! THANK YOU SO SO SO MUCH !!!!!!!! This was a major issue with my website and you just solved it .
Thank YOu !!!!!
Viewing 13 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic.