-
AuthorPosts
-
March 17, 2014 at 2:58 am #195841
the videos th not loading in the ” must see videos “
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
March 18, 2014 at 7:28 am #527109I tried to add your code in my site for testing, the thumbnail is working fine.
So, please try to open this file: /templates/your_template_name/html/mod_jacontentpopup/default_item.php, then replace the code in red as follows:
<div class="item-inner">
<a <?php echo $target;?> href="<?php echo $row->link;?>" title="<?php echo isset($row->subtitle)?htmlspecialchars($row->subtitle):htmlspecialchars($row->title);?>" data-ref="<?php echo $ref;?>">
<span class="ja-cp-image">
<?php echo $row->image;?>
<span class="modal"> </span>
</span>
<?php if ($show_titles): ?>
<span class="ja-cp-title">
<?php echo $row->title;?>
</span>
<?php endif;?>
</a>
<?php if($show_introtext): ?>
<span class="ja-cp-intro">
<?php echo $row->text; ?>
</span>
<?php endif;?>
<?php if (isset($row->otherlink)):
echo $row->otherlink;
endif; ?>
</div>If the problem still persists, pls PM me the FTP account so that I can help you out.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Nazario A 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Youtube Thumbnail not Loading on "Must See Videos" at all even in the demo
Viewing 2 posts - 1 through 2 (of 2 total)