Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #332466

    Hi,
    Enfold Version 3.0.1
    Wordpress 4.0
    I meet a display plugin [audio] problem with a table in Tabs,
    with all web browsers.
    Thank you for your help

    • This topic was modified 10 years, 1 month ago by bicounet.
    #332473

    Hi bicounet!

    Can you please elaborate? Audio players looks and works fine on my end – http://i.imgur.com/NdW0k8V.png

    Best regards,
    Yigit

    #332508

    Here’s what I get when I switch tab.
    http://www.accroche-choeur.fr/media/tmp/audio.png

    #333234

    Hi!

    Can you try de-activating all active plugins and check if that helps?

    Cheers!
    Yigit

    #333322

    I disabled all the plugins : the problem is still present !
    I reactivated plugins.
    I think rather a problem (or conflict) with css!

    • This reply was modified 10 years, 1 month ago by bicounet.
    #333655

    Hey!

    Thank you for the info.

    Please use this on Quick CSS or custom.css:

    .mejs-time-rail {
    max-width: 491px !important;
    }

    Adjust the max width if necessary.

    Cheers!
    Ismael

    #333742

    I think the problem comes from the tabs.
    I recreate the same tables in a accordion, and the problem does not exist !
    See page test: /essai/

    #334214

    Hi!

    Yes, the problem comes from the tabs. Did you try to use the css code above? I modified it a bit specifically for tabs, please try this:

    body .tab_inner_content .mejs-controls div.mejs-time-rail, body .tab_inner_content .mejs-controls div.mejs-time-rail span.mejs-time-total {
    max-width: 435px !important;
    }

    Regards,
    Ismael

    #334243

    thank you
    I implemented the css to specific tabs.
    But, this does not correct the display problem.
    Regards

    #334860

    Hey!

    This does seem to work when I tested it. What is the screen resolution of your monitor? Please post the login details. We would like to check it.

    Cheers!
    Ismael

    #334980

    Miniteur resolution: 1360 x 768
    I have tested it on multiple computers (laptop, tablet, station) and multiple OS (Windows, Linux, …)
    the display problem is still present.

    #336429

    Hi,

    Try adding this at the very end of your theme functions.php file:

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    	  
    jQuery('.tab').on('click', function(){
    jQuery(window).trigger('resize');
    });
         
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Regards,
    Josue

    #336979

    Well.
    The problem is now fixed.
    Thank you for vour cooperation
    All my thanks

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Problem display plugin [audio] WordPress’ is closed to new replies.