Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #886116

    Hi,
    When updating to the latest WP version, the audio player shows to sliders. See the image:
    double sliders

    Is there a fix possible?

    #886363

    Hey wzshop,

    Please, can you provide your WP credentials?

    Best regards,
    John Torvik

    #886417

    See private content

    • This reply was modified 6 years, 11 months ago by wzshop.
    #886444

    Hi wzshop,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
      top: 0;
      margin-top: 15px;
    }
    div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
      top: 0;
      margin-top: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #886448

    Hi,
    Thanks that almost fixed it. Only the volume slider is now slightly lower than the ‘progress’ slider.
    See private content.

    Also, will a fix be released?

    #886604

    Hi wzshop,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    div .mejs-controls div.mejs-time-rail {
        padding-top: 11px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.