• Hi there,

    I recently updated to F2 2.2 from F2 2.0, and my soundcloud shortcode plugin stopped working properly. I used to use [soundcloud width=”250″ height=”250″]url[/soundcloud] which worked fine to dimension the player.

    Since updating, this no longer works, and I’ve had to use the following custom css to get a similar result.

    .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 255px;
    }

    Funnily, some of the [soundcloud] parameters do still work.

    This seems a bit messy, and I’d quite like to revert to the older version, since I don’t yet need the newer features. Does anyone know how to get the older version (F2 2.0) back, or know a way to fix the soundcloud parameters issue?

    Kind regards,

    Robin.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Trouble with F2 2.2’ is closed to new replies.