Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Felipe Santos Friend
    #178085

    Hello friends I am with two little problems and need much help from you.

    1 – I wanted to limit the amount of character in the title banner.

    2 – And do not trim the images of other items. “Cadernos”

    Can anyone help me?

    Follow the link of pages

    http://www.next4dev.com/clientes/folha_noroeste/

    http://www.next4dev.com/clientes/folha_noroeste/index.php/noticia/saude


    1. Titulo-do-banner
    Saguaros Moderator
    #457219

    Hi nextideas,

    1. It’s titles of articles, right? If so, please open up file: templatesja_teline_ivhtmlmod_janews_featureddefaultblog.php

    And replace:
    [PHP]<h2 class=”ja-zintitle”>
    <a href=”<?php echo $news->link;?>” title=”<?php echo strip_tags($news->title); ?>”>
    <?php echo $news->title;?>
    </a>
    </h2>[/PHP]
    With:
    [PHP]<h2 class=”ja-zintitle”>
    <a href=”<?php echo $news->link;?>” title=”<?php echo strip_tags($news->title); ?>”>
    <?php echo substr($news->title,0,25);?> //25 is number of characters
    </a>
    </h2>[/PHP]

    2. Please make this clearer, which trim the images of other items. “Cadernos”?

    Regards.

    Felipe Santos Friend
    #457293

    Thank you! My first problem solved.
    In “notebooks” there is no picture of the articles.

    http://www.next4dev.com/clientes/folha_noroeste/index.php/noticia/saude


    1. cadernos
    Saguaros Moderator
    #457367

    Hi nextideas again,

    Please pm me the FTP and admin account. I shall help you to sort this out.

    Felipe Santos Friend
    #457914

    Hello Saguros you saw that question?

    Saguaros Moderator
    #457970

    Dear nextideas,

    Yes I saw that question and received your PM also but I don’t know whether you still want to use this module or not as I don’t see this part: http://www.joomlart.com/forums/attachment.php?attachmentid=21824&d=1339622392 in your site now.

    Futher, I tried to login backend but I can not access with account you sent me.

    Look forward to hearing more from you.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 11 years, 11 months ago.

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