-
AuthorPosts
-
denmac Friend
denmac
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
February 29, 2012 at 9:37 am #174427Hi there Guys,
I would like to be able to remove the bottom part of the ja news featured as per the image.
Also while we are at it, I would like to be able to remove the normal side of the JA News featured (picture below), I have messed with the code and got bad results, I know there must be a way to code it away.
thanks in advance
-
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 29, 2012 at 10:04 am #440830<em>@denmac 303843 wrote:</em><blockquote>Hi there Guys,
I would like to be able to remove the bottom part of the ja news featured as per the image.
</blockquote>
Hi,
You find this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css
.ja-zinfp-links-actions {
background: url(../../../images/dot-2.gif) repeat-x top #DDD;
width: 343px;
display: none; < add this line
}
<blockquote>
Also while we are at it, I would like to be able to remove the normal side of the JA News featured (picture below), I have messed with the code and got bad results, I know there must be a way to code it away.thanks in advance</blockquote>
You find this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css
.ja-zinfp-normal-wrap {
display: none; < add this line
}.ja-zinfp {
background: url(../../../images/dot5px.gif) repeat-x top #F0F0F0; < remove this line
border: 1px solid #CCC; < remove this line
border-left: 0;
border-top: 0;
margin-right: 4px;
padding: 4px 0 0 0;
}denmac Frienddenmac
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
February 29, 2012 at 7:44 pm #440940Wonder thanks, however this is the results i get when i add another module in the mix. image below
the <div class=”ja-zinfp-normal-wrap column”> is still trying to get its 50% space…
denmac Frienddenmac
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
March 2, 2012 at 1:55 am #441269<em>@khoand 303850 wrote:</em><blockquote>Hi,
You find this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css
.ja-zinfp-links-actions {
background: url(../../../images/dot-2.gif) repeat-x top #DDD;
width: 343px;
display: none; < add this line
}You find this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css
.ja-zinfp-normal-wrap {
display: none; < add this line
}.ja-zinfp {
background: url(../../../images/dot5px.gif) repeat-x top #F0F0F0; < remove this line
border: 1px solid #CCC; < remove this line
border-left: 0;
border-top: 0;
margin-right: 4px;
padding: 4px 0 0 0;
}
</blockquote>Wonder thanks, however this is the results i get when i add another module in the mix. image below
the <div class=”ja-zinfp-normal-wrap column”> is still trying to get its 50% space…
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 2, 2012 at 4:52 pm #441439Wait for me, please. I am finding another way for your case
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 4, 2012 at 4:19 pm #441766You extract my file to /templates/ja_teline_iv/html/mod_janews_featured/default, override old file. And you replace the code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css
.ja-zinfp-featured-wrap {
background: url(../../../images/curl-bg.png) no-repeat right -1px;
margin-top: -13px;
}
with
.ja-zinfp-featured-wrap {
background: url(../../../images/curl-bg.png) no-repeat right -1px;
margin-top: -13px;
width: 100%;
}
You remember clear cache
1 user says Thank You to khoand for this useful post
denmac Frienddenmac
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
March 5, 2012 at 1:03 am #441825That almost worked. I am sending you a private message with my website link to show you what happen… Thank you.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 5, 2012 at 3:14 am #441838Could you give me username+password of your backend and ftp? I will check it
denmac Frienddenmac
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
March 5, 2012 at 7:50 pm #442039<em>@khoand 305099 wrote:</em><blockquote>Could you give me username+password of your backend and ftp? I will check it</blockquote>
I sent you two personal messages, did you get them?
denmac Frienddenmac
- Join date:
- July 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by denmac 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum