• Hi!

    I have loaded this theme onto a site I am working on and am having issues with the display of the audio player. I have the same code used for both of the below pages, but the audio player displays differently. The portfolio uses the portfolio template while the voices page uses the fullwidth template. Is there something in the fullwidth template overriding the default audio player? I’ve looked through plugins and can’t find anything that might be doing it. Weird thing is, when I am logged in as admin, both pages look the same. When I log out, the voices page is different.

    http://www.thevoicemarket.com.au/talent/
    http://www.thevoicemarket.com.au/portfolio/dave-s/

    Thanks 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    How are you adding the audio player? Are you using a plugin for this? If so, which one?

    Hannah

    Thread Starter stephanieevans

    (@stephanieevans)

    Hi,

    Apologies for the ultra delayed response!

    The audio player is added using the below code, in both instances:

    [audio mp3="URL"][/audio]

    When I am logged in, both pages show the default wordpress audio plugin. However when I am logged out, the portfolio page still shows the default wordpress login, and the voices page shows another player completely.

    Logged in:
    https://postimg.org/image/441lsnmxf/

    Logged out:
    https://postimg.org/image/6nni0c52r/

    Thanks!

    I think this just has to do with the shortcodes being placed in the accordion so they are hidden on page load.

    try adding this css in to the theme options > advanced settings and let me know if it will work.

    
    .panel-collapse  {
    display: block !important;
    }
    .panel-collapse.collapse  {
    height: 0px !important;
    overflow:hidden;
    }
    .panel-collapse.collapse.in  {
    height: auto !important;
    overflow:visible;
    }
    .panel-collapse .panel-body:after {
        content: ' ';
        display: table;
        clear: both;
    }

    Ben
    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Audio player displaying incorrectly’ is closed to new replies.