1. REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed YouTube Videos on a Mobile-Phone

Discussion in 'Showcase Resolved Bug Reports' started by jörg, Jul 26, 2013.

  1. jörg

    jörg Member AMS Premium SC Premium UBS Premium

  2. Bob

    Bob Developer Staff Member

    This is fixed... just needed to add a new CSS class to the raw output of message for each tab.

    for those that want to fix it now instead of waiting for the next release

    edit the template nflj_showcase_item

    Find these 5 lines (they are are not bunched together)

    <article><blockquote class="ugc baseHtml">{xen:raw $item.message}</blockquote></article>
    <article><blockquote class="ugc baseHtml">{xen:raw $t2.message}</blockquote></article>
    <article><blockquote class="ugc baseHtml">{xen:raw $t3.message}</blockquote></article>
    <article><blockquote class="ugc baseHtml">{xen:raw $t4.message}</blockquote></article>
    <article><blockquote class="ugc baseHtml">{xen:raw $t5.message}</blockquote></article>

    change the class="ugc baseHtml" to class="messageText ugc baseHtml"
     
    jörg likes this.
  3. jörg

    jörg Member AMS Premium SC Premium UBS Premium

    perfect! thank you.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.