Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • alekseyg Friend
    #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


    1. popup
    Sherlock Friend
    #402877

    Hi 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 !

    alekseyg Friend
    #402883

    Can anybody help here? :((

    Sherlock Friend
    #403242

    hi alekseyg,

    Did you try the solution i posted above and it not help ?

    alekseyg Friend
    #403300

    My friend, Thanks, it works perfectly!!!

Viewing 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