-
AuthorPosts
-
October 8, 2014 at 8:45 pm #121846
Hi and thanks a lot for your wonderful work!
I wanted to change the skin of your audio player. I browsed through your forum and found a topic where you point out that minimal changes might be possible via css, otherwise it is necessary to go and look up the js documentation. I found and purchased a jplayer skin in envato which I found suitable. However it needs to be integrated by inserting js script code, presumable in the child theme somewhere. Could you please help me setting this skin up, as I don’t understand php or js code.
Her is the documentation link for the skin:
http://prahec.com/project/clean-jplayer-skin/docsThanking in advance,
Nedim
October 9, 2014 at 7:34 am #122157Hi Nedim,
Thank you for writing in!
I’m seeing that there are some jQuery and CSS files need to be enqueued in the head of your website and some code in the body. We do not provide support for 3rd party plugins or scripts and it requires some custom development. However I’d like to see your setup, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks!
October 9, 2014 at 10:20 am #122320This reply has been marked as private.October 9, 2014 at 4:44 pm #122611Hi there,
Thanks for the information,
You can add this code at your child theme’s functions.php
add_action('wp_footer', function() { ?> <link rel="stylesheet" href="http://domain.com/css/url/of/the/skin/"> <script type="text/javascript" src="http://domain.com/javascript/url/of/the/skin/"></script> <?php } , 99999 );
Upload your skin files using ftp, then get their corresponding urls relative to your domain and replace the url from given code.
This may not look the same as the demo because of controls being used.
Cheers.
October 13, 2014 at 9:24 am #124271I decided to use a different plugin which works immediately, without configuration and looks better. But thanks a lot anyway.
Best,
Nedim
October 13, 2014 at 11:51 am #124406Glad you were able to figure it out. 🙂 Have a nice day.
February 26, 2015 at 3:02 pm #216084Do you mind telling us what plugin you used?
I’m having a horrific time with the X theme video player and I need to find some workarounds.February 27, 2015 at 2:42 am #216451Hey There,
He is using a plugin called “Total Control Player” but we are not supporting or recommending this plugin, it’s just an information for you.
-
AuthorPosts