• Hello,

    I installed your plugin and it works very well with the ePix theme. I had to tweak the front-end.js file and added this line to it

    _this.audio_control.css( ‘z-index’, ‘9999’ );

    so that the pause button was on top of the stage, but other that, it’s working very well. Thanks you.

    I am loading a 5MB mp3 and I’m trying to synchronize it with my slide show (https://alfredlopez.photography/personal). On first load, the slideshow start before the soundtrack, but once loaded and I do a refresh the soundtrack starts with the slideshow (the soundtrack has a 7 second lead so that it starts with the second image, if you’re looking at the page).

    To try to resolve this, I enabled Soundy on the home page using 0% volume and hiding the pause button, but this doesn’t cache the file or soundy is not caching it and checking the cache before trying to load it again.

    Is this something that can be done?

    Thanks,

    Alfred Lopez

    https://www.ads-software.com/plugins/soundy-background-music/

Viewing 1 replies (of 1 total)
  • Plugin Author Bertrand du Couedic

    (@bducouedic)

    Hi Alfred,

    Nice fix. I’ve put this fix in soundy-background-music/css/style-front-end.css file:


    .war_soundy_audio_control
    {
    border: red 0px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    z-index: 99999 !important;
    }

    The fix will be present in the next version of the plugin.

    For the synchronization with the slideshow, it’s a too complex issue right now for me.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Caching’ is closed to new replies.