• I am calling the player with this shortcode:

    [lyte id=’playlist_x’ playlist=’true’ / audio=true /]

    How do I make the controls always visible and not just show up on mouseover.
    I have also seen that in the mobile version there is not the option to forward and backward the songs in a playlist, only in the script version.

    I manage to always show the controls from the browser by putting this:

    .ytp-chrome-bottom {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    }

    But I can’t make it permanent, because I can’t access to the css file.

    Does anyone know how to fix all this?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter webproject1618

    (@webproject1618)

    Oh and I forgot, is it possible to remove the youtube logo, and the full screen option …. ie only the option to give the previous and next song, play and volume.
    Thanks

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    as far as I know that is not possible webproject1618 as the player style (once the YouTube vid has loaded after pressing play) is determined by the CSS in the iframe which LYTE cannot change.

    frank

    Thread Starter webproject1618

    (@webproject1618)

    oh, I thought so… thanks for the answer though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Controls always visible’ is closed to new replies.