-
AuthorPosts
-
December 10, 2010 at 7:12 am #157288
hi i have 2 questions.
1- i you look at my template of Tv4, the headlines are not displayed in the middle and it looks like the bottom part of the headlines are somehow covered. how can i have the headlines display centered like the update time?2- how can i add the facebook, the likes, the twitter buttons on top of every articles on the site?
here is my testing site
http://www.sunuafrik.com/ja_teline_iv/
thanks
jersonjunior Friendjersonjunior
- Join date:
- November 2010
- Posts:
- 79
- Downloads:
- 2
- Uploads:
- 8
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
December 10, 2010 at 1:17 pm #366165Nice question
thatcomputerdude Friendthatcomputerdude
- Join date:
- December 2008
- Posts:
- 280
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 67
- Thanked:
- 32 times in 1 posts
December 11, 2010 at 3:02 am #366238with reguards to the headlines…. This is the CSS you need to edit
.ja-headlines {
height: 20px; //this was set to 16px, I changed to 20px with Firebug and it fixed the issue
overflow: hidden;
position: relative !important;
width: auto;
}1 user says Thank You to thatcomputerdude for this useful post
thatcomputerdude Friendthatcomputerdude
- Join date:
- December 2008
- Posts:
- 280
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 67
- Thanked:
- 32 times in 1 posts
December 11, 2010 at 3:05 am #366239To answer #2….
You need to download the Facebook and Twitter plugins and install into your site. You can edit the parameters for each plugin on where you want them published (joomla articles, K2 or both) and where in the layout they show up.
1 user says Thank You to thatcomputerdude for this useful post
December 13, 2010 at 6:31 am #366495<em>@thatcomputerdude 207877 wrote:</em><blockquote>with reguards to the headlines…. This is the CSS you need to edit
.ja-headlines {
height: 20px; //this was set to 16px, I changed to 20px with Firebug and it fixed the issue
overflow: hidden;
position: relative !important;
width: auto;
}</blockquote>hi, when i post an article with long title, it pushes the headline’s line down (photo attached). how can i fix that so i can have long titles and not worry about it?
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
December 13, 2010 at 7:38 am #366503Dear iboux,
Thank your for contacting,
But your teline_iv is old version, please download the template version 1.1.0, the problem is fixed.
December 13, 2010 at 6:41 pm #366588<em>@duchh 208192 wrote:</em><blockquote>Dear iboux,
Thank your for contacting,
But your teline_iv is old version, please download the template version 1.1.0, the problem is fixed.</blockquote>
Hi i downloaded the latest jt4 stable version but i still have the same issue with the headline module as it still overlays on the logo. can you help?
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
December 14, 2010 at 4:44 am #366650Dear iboux,
I can’t go to your testing site : http://www.sunuafrik.com/ja_teline_iv/ please check again.
December 14, 2010 at 6:04 am #366659<em>@duchh 208390 wrote:</em><blockquote>Dear iboux,
I can’t go to your testing site : http://www.sunuafrik.com/ja_teline_iv/ please check again.</blockquote>
the headline module length is fixed but nothing appears in it (no headline scrolling). can you help? thanks
the new link is http://www.sunuafrik.comDecember 14, 2010 at 6:12 am #366660<em>@duchh 208390 wrote:</em><blockquote>Dear iboux,
I can’t go to your testing site : http://www.sunuafrik.com/ja_teline_iv/ please check again.</blockquote>
and also if you look at my site http://www.sunuafrik.com in the middle of the page there is a big ‘welcome to the frontpage’. how to take it out?
and last but not least, how to take out the buttons ‘settings’ that appear on the sections on the frontpage?thanks.
p.s: does jt4 have a commenting system built in?
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
steinar Friendsteinar
- Join date:
- July 2007
- Posts:
- 319
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 11
- Thanked:
- 98 times in 84 posts
December 15, 2010 at 11:51 am #366931<em>@iboux 208401 wrote:</em><blockquote>in the middle of the page there is a big ‘welcome to the frontpage’. how to take it out?</blockquote>
In the third line of this language file …
/administrator/language/en-GB/en-GB.plg_system_jat3.ini… you’ll find the Home Page Title. Change or remove the part after the equal character.
As for the user settings buttons, you can toggle them under Display settings (Show user setting tool) in the ja_newspro module.
1 user says Thank You to steinar for this useful post
December 15, 2010 at 1:08 pm #366944<em>@duchh 208711 wrote:</em><blockquote>Dear iboux,
in order to you headlines problem, please go to admin -> JA News Sticker Module -> and change TITLE MAX LENGTH</blockquote>
can you be more specific please? is it from the backend or do i have to do it from a file (which one?)
steinar Friendsteinar
- Join date:
- July 2007
- Posts:
- 319
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 11
- Thanked:
- 98 times in 84 posts
December 15, 2010 at 1:19 pm #366948<em>@iboux 208735 wrote:</em><blockquote>can you be more specific please? is it from the backend or do i have to do it from a file (which one?)</blockquote>
ducch is referring to the backend, where you set the maximum number of characters to be shown in the headlines ticker:
Module Manager > JA Newsticker module > Content settings > Title max length
1 user says Thank You to steinar for this useful post
December 15, 2010 at 1:34 pm #366950<em>@steinar 208721 wrote:</em><blockquote>In the third line of this language file …
/administrator/language/en-GB/en-GB.plg_system_jat3.ini… you’ll find the Home Page Title. Change or remove the part after the equal character.
As for the user settings buttons, you can toggle them under Display settings (Show user setting tool) in the ja_newspro module.</blockquote>
hi Steinar, thanks for your help but i’m not sure which line you want me to remove. there are 3 lines in there
( YOU ARE HERE=You are here
SKIP TO CONTENT=Skip to content
HOME PAGE TITLE=Welcome to the Frontpage )and when i removed them i get this on the frontpage ( see attachment below). what/where i’m going wrong?
AuthorPostsThis topic contains 20 replies, has 6 voices, and was last updated by Khanh Le 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum