• Resolved bwaxon

    (@bwaxon)


    It seems somewhere along the line the ability to center videos via the profile template has changed?

    If I resave an existing profile that was working using <div align=”center”>%video%</div> or try and create a new profile using
    <div align=”center”>%video%</div> in the template and save it, it gets changed to
    <div>%video%</div>. Note: if you leave your existing profiles alone centering continues to work. If you need more info or a clarification let me know.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor David Artiss

    (@dartiss)

    Hi,

    The last release plugged a security hole where, basically, any code could be injected into this field. For this reason it’s now restricted to particular HTML and parameters – in this case I forgot to include the align parameter. I’ll add this in for the next release. Meantime, if it’s urgent to get the centring working again, you can use CLASS instead and add some CSS to provide the centring instead.

    I hope this helps.

    Thread Starter bwaxon

    (@bwaxon)

    Thanks, I would rather be secure than centered at any rate. ?? I’ll try your other method.

    Plugin Contributor David Artiss

    (@dartiss)

    You’re welcome. If you can’t get it to work, let me know and I’ll craft something for you.

    Plugin Contributor David Artiss

    (@dartiss)

    I’ve now pushed out a new release that will let you use the align parameter ??

    Hi Dartis,

    I just downloaded the plugin but I cannot seem to find this align
    option. Where is it?

    Thanks,
    Enrico

    Plugin Contributor David Artiss

    (@dartiss)

    Hi @bobbyfischer,

    In the profile screen you need to add the following to the template…

    <div align="center">%video%</div>

    Fantastic – works just fine. Thanks mate ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Have lost centering ability in profile’ is closed to new replies.