Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Mikael Andersson Friend
    #146149

    I want to hide/remove the article title from JA News on the frontpage.
    Changing in menu settings doesn’t work and I can’t find any setting for this in JA News.

    Added a screenshot.


    1. ja_news1
    Saguaros Moderator
    #327667

    Hello guy

    You can not hide/show the article’s via the module’s configuration. you must to hard code to do this.

    I see your screenshot, i guess that you are using the ja vauxite template. please open the file:

    templates/ja_vauxite/html/mod_janews/blog_item.php and try to find codes at line 58
    [PHP]
    <h4 class=”jazin-title”><a href=”<?php echo $link;?>” title=”<?php echo strip_tags($row->title);?>”><?php echo $row->title;?></a></h4>
    [/PHP]
    replace
    [PHP]
    <h4 class=”jazin-title”><a href=”<?php echo $link;?>” title=”<?php echo strip_tags($row->title);?>”><?php // echo $row->title;?></a></h4>
    [/PHP]

    Mikael Andersson Friend
    #327680

    Thank you for your help, much appreciated.

    ellie_t Friend
    #331016

    hi, how about if you would like to keep the tabs, but not display article title? I am testing with dravity. thanks.

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

This topic contains 4 replies, has 3 voices, and was last updated by  ellie_t 14 years, 10 months ago.

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