-
AuthorPosts
-
acho Friend
acho
- Join date:
- January 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
June 16, 2011 at 4:20 am #165274Hi,
Can I set the category name to be just a title, not a link in JA News – Default Layout?
From the screenshot – BG WEB not to be link, just title since it does not content any articles but subcategories
Thank you
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 16, 2011 at 7:40 am #396633Hi,
You login backend >Menus > New Articles > Section > Section Blog Layout. Link is not changable manually. Set Parameters (Basic) is Sectionacho Friendacho
- Join date:
- January 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
June 16, 2011 at 5:16 pm #396730Hi,
I am not sure I understood correctly what I had to do
I cant find where is “Set Parameters (Basic) is Section”
Can you please expalin it again
Thank you
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 16, 2011 at 6:02 pm #396736Sorry about my mistake.
– You replace this code from modulesmod_janewsprotmpldefaultblog.php
<h2>
<a href="<?php echo $helper->cat_link[$secid];?>" title="<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>">
<span><?php echo $helper->cat_title[$secid];?></span>
</a>
</h2>
with
<h2>
<span><?php echo $helper->cat_title[$secid];?></span>
</h2>
– Clean cache1 user says Thank You to khoand for this useful post
acho Friendacho
- Join date:
- January 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
June 16, 2011 at 6:29 pm #396743is there a way to have white bacground behind the title /like in the picture in the first post/?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 17, 2011 at 6:01 am #396834You replace this code from modulesmod_janewsprotmpldefaultblog.php
<h2>
<span><?php echo $helper->cat_title[$secid];?></span>
</h2>
with
<h2>
<a>
<span><?php echo $helper->cat_title[$secid];?></span>
</a></h2>
You find this code from templatesja_teline_ivhtmlmod_janewsprodefaultstyle.css
.default .ja-zinsec h2 a {
color: #000;
background: #fff;
padding: 0 12px 0 4px;
display: inline-block;
text-decoration: none; > add this line
}acho Friendacho
- Join date:
- January 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
June 17, 2011 at 6:58 am #396845<em>@khoand 247643 wrote:</em><blockquote>You replace this code from modulesmod_janewsprotmpldefaultblog.php
<h2>
<span><?php echo $helper->cat_title[$secid];?></span>
</h2>
with
<h2>
<a>
<span><?php echo $helper->cat_title[$secid];?></span>
</a></h2>
You find this code from templatesja_teline_ivhtmlmod_janewsprodefaultstyle.css
.default .ja-zinsec h2 a {
color: #000;
background: #fff;
padding: 0 12px 0 4px;
display: inline-block;
text-decoration: none; > add this line
}
</blockquote>it has the white background now but it turns orange on mouse over – if it can stay black /just the category title/ it will be great:cool:
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by khoand 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA News – Default Layout – category as title only
Viewing 8 posts - 1 through 8 (of 8 total)