Coder Social home page Coder Social logo

Comments (6)

pupunzi avatar pupunzi commented on May 24, 2024

Hi,
do you have an URL where I can see the issue?

from jquery.mb.miniaudioplayer.

PamelaFreeman avatar PamelaFreeman commented on May 24, 2024

from jquery.mb.miniaudioplayer.

pupunzi avatar pupunzi commented on May 24, 2024

Hi Pamela,
I presume you've installed another plugin for the audio (probably it is a feature of your theme) that is interfering with the miniaudioplayer one.

Looking at the code of your page just before the audio player you have a script:

<script type="text/javascript">
	jQuery(document).ready(function(){
		if(jQuery().jPlayer) {
			jQuery("#jquery_jplayer_1078838101").jPlayer( {
				ready: function () {
					jQuery(this).jPlayer("setMedia", {mp3: "http://www.qurkeyelectric.com/wp-content/uploads/2018/06/by-the-waterfall-full.mp3",
						end: ""
					});
				},
				play: function() {
					jQuery(this).jPlayer("pauseOthers");
				},
				swfPath: "http://www.qurkeyelectric.com/wp-content/themes/musik/flash",
				wmode: "window",
				cssSelectorAncestor: "#jp_container_1078838101",
				supplied: "mp3,  all"
			});
		}
	});
</script>

This script is not from the miniAudioPlayer plug-in.

How are you inserting the audio file? as "embedding media player" or as "link to media file"?

from jquery.mb.miniaudioplayer.

PamelaFreeman avatar PamelaFreeman commented on May 24, 2024

from jquery.mb.miniaudioplayer.

PamelaFreeman avatar PamelaFreeman commented on May 24, 2024

from jquery.mb.miniaudioplayer.

pupunzi avatar pupunzi commented on May 24, 2024

Great!

Cheers,
Matteo

from jquery.mb.miniaudioplayer.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.