Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #121846

    nedimhazar
    Participant

    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/docs

    Thanking in advance,

    Nedim

    #122157

    Zeshan
    Member

    Hi 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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks!

    #122320

    nedimhazar
    Participant
    This reply has been marked as private.
    #122611

    Rad
    Moderator

    Hi 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.

    #124271

    nedimhazar
    Participant

    I decided to use a different plugin which works immediately, without configuration and looks better. But thanks a lot anyway.

    Best,

    Nedim

    #124406

    Cousett
    Member

    Glad you were able to figure it out. 🙂 Have a nice day.

    #216084

    honestycompany
    Participant

    Do 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.

    #216451

    Rubin
    Keymaster

    Hey 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.