-
AuthorPosts
-
July 22, 2011 at 1:11 pm #166596
HI,
Popup doesnt work for some articles . Instead of thumb of picture and text before “readmore” I can see only 2-3 words of article name. At the same time it works for the rest articles. you can check it on my site http://rus-up-15.ding.tvspas.ru/index.php. Details in screenshot
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 25, 2011 at 9:12 am #402877Hi alekseyg,
You can try as following
Open the file of modulesmod_janewsprotmpllinearblog_item.php you would see this snap code bear the bottom
[php]
<span <?php if($showtooltip){?>class=”editlinktip jahasTip” title=”<?php echo trim(strip_tags($row->title), ‘”‘); ?>::<?php echo htmlspecialchars($row->image.$row->introtext)?>”<?php }?>>
<a href=”<?php echo $row->link; ?>”>
<?php echo $row->title; ?>
</a>
</span>
[/php]Change it to
[php]
<span <?php if($showtooltip){?>class=”editlinktip jahasTip” title=”<?php echo trim(htmlspecialchars(strip_tags($row->title)), ‘”‘); ?>::<?php echo htmlspecialchars($row->image.$row->introtext)?>”<?php }?>>
<a href=”<?php echo $row->link; ?>”>
<?php echo $row->title; ?>
</a>
</span>
[/php]I hope this would help !
1 user says Thank You to Sherlock for this useful post
July 25, 2011 at 9:29 am #402883Can anybody help here? :((
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 27, 2011 at 4:55 am #403242hi alekseyg,
Did you try the solution i posted above and it not help ?
July 27, 2011 at 10:34 am #403300My friend, Thanks, it works perfectly!!!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by alekseyg 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Popup doesnt work for some articles
Viewing 5 posts - 1 through 5 (of 5 total)