test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jollyjollyjolly Friend
    #168143

    I need to remove the mouseover a title pictured in attached screenshot below. Please assist.


    1. problem
    khoand Friend
    #410459

    Hi,
    You replace this code from modulesmod_janewsprotmpldefaultblog_item.php in the line #42

    <h4 class="ja-zintitle">
    <a href="<?php echo $row->link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a>
    </h4>

    with

    <h4 class="ja-zintitle">
    <a href="<?php echo $row->link;?>"><?php echo $row->title;?></a>
    </h4>

    – You delete all of files of /cache and /t3-assets directory.

    jollyjollyjolly Friend
    #410556

    perfect fix works great.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  jollyjollyjolly 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum