Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • loanway Friend
    #130857

    Hi!

    Thanks for a great template and a great service! 🙂

    To my question:
    Please take a look at http://loanway.se/ (Swedish site)
    As you can see I’m using JA News to make a short introduction to the pages on my site.
    You can also see that both “headers” are linkable.

    I’d prefer to keep just the top header (the one with the orange visual effect) and also to remove the link.

    That is: Just top header. No linkable titles.

    Very grateful for any suggestions on how to fix this.

    Thanks

    Martin

    Sherlock Friend
    #259770

    Hi
    Add those lines into ja.news.css(templates/ja_kulanite/css)

    h4.jazin-title {
    display:none;

    }

    loanway Friend
    #259989

    <em>@nguoiabcd 66528 wrote:</em><blockquote>Hi
    Add those lines into ja.news.css(templates/ja_kulanite/css)

    h4.jazin-title {
    display:none;

    }
    </blockquote>

    Great stuff, I’ll try that, thanks!

    loanway Friend
    #259994

    That worked fine! However I still need help to get rid of the link in the orange visual effect header. I want to keep the visual effect but no link in it.

    Thanks

    Martin

    Sherlock Friend
    #260038

    Hi
    plz edit blog_item.php(modulesmod_janewstmpl folder)
    Search those lines :

    <div class="jazin-section clearfix">
    <a href="<?php echo $catlink;?>" title="<?php echo trim(strip_tags($catdesc));?>">
    <span><?php echo $cattitle;?></span>
    </a>
    </div>

    Change to

    <div class="jazin-section clearfix">

    <span><?php echo $cattitle;?></span>

    </div>

    loanway Friend
    #260149

    Thanks! 🙂

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

This topic contains 6 replies, has 2 voices, and was last updated by  loanway 16 years, 4 months ago.

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