• 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

Status
Not open for further replies.
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"
 
Status
Not open for further replies.
Back
Top