-
AuthorPosts
-
Felipe Santos Friend
Felipe Santos
- Join date:
- September 2014
- Posts:
- 92
- Downloads:
- 7
- Uploads:
- 13
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
June 12, 2012 at 6:47 pm #178085Hello 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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 13, 2012 at 9:14 am #457219Hi 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 FriendFelipe Santos
- Join date:
- September 2014
- Posts:
- 92
- Downloads:
- 7
- Uploads:
- 13
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
June 13, 2012 at 9:20 pm #457293Thank 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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 14, 2012 at 8:17 am #457367Hi nextideas again,
Please pm me the FTP and admin account. I shall help you to sort this out.
Felipe Santos FriendFelipe Santos
- Join date:
- September 2014
- Posts:
- 92
- Downloads:
- 7
- Uploads:
- 13
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
June 18, 2012 at 8:23 pm #457914Hello Saguros you saw that question?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 19, 2012 at 4:48 am #457970Dear 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.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum