-
AuthorPosts
-
October 8, 2014 at 3:33 pm #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.
October 8, 2014 at 3:39 pm #332473Hi bicounet!
Can you please elaborate? Audio players looks and works fine on my end – http://i.imgur.com/NdW0k8V.png
Best regards,
YigitOctober 8, 2014 at 4:08 pm #332508Here’s what I get when I switch tab.
http://www.accroche-choeur.fr/media/tmp/audio.pngOctober 9, 2014 at 2:26 pm #333234Hi!
Can you try de-activating all active plugins and check if that helps?
Cheers!
YigitOctober 9, 2014 at 4:35 pm #333322I 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.
October 10, 2014 at 5:47 am #333655Hey!
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!
IsmaelOctober 10, 2014 at 9:25 am #333742I 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/October 11, 2014 at 9:07 am #334214Hi!
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,
IsmaelOctober 11, 2014 at 10:21 am #334243thank you
I implemented the css to specific tabs.
But, this does not correct the display problem.
RegardsOctober 13, 2014 at 1:26 pm #334860Hey!
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!
IsmaelOctober 13, 2014 at 3:52 pm #334980Miniteur 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.October 15, 2014 at 10:54 pm #336429Hi,
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,
JosueOctober 16, 2014 at 7:02 pm #336979Well.
The problem is now fixed.
Thank you for vour cooperation
All my thanks -
AuthorPosts
- The topic ‘Problem display plugin [audio] WordPress’ is closed to new replies.