-
AuthorPosts
-
September 28, 2011 at 6:49 pm #169060
Hi
I have a black rectangle in footer with jateline IV template.
I don’t have module on footer position.
Where is the template i could erase this code to hide that ?http://www.courrierhr.com/jateline5/
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2011 at 6:58 pm #415520Hey There . . .
As it looks like you’ve done some modification/customization to your template (as you should), can you post up the url for the site you’re working on so I can try to help you find the element you need to modify?
September 28, 2011 at 7:05 pm #415522TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2011 at 7:08 pm #415524<em>@talkingtolearn 271230 wrote:</em><blockquote>http://www.courrierhr.com/jateline5/</blockquote>
whoops . . . going to also need you to temporarily set “Optimise CSS” to “No” within your Template Managergray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
September 28, 2011 at 7:10 pm #415525I had similar case when developing http://www.zerno.org.ua – that rectangular is on its place as in original Teline IV, just styling adjusted.
I think the issue is that you didn’t have any modules on footnav and footer positions.
Also, publish an article on the front page or remove the main content container (configurable in template’s options).September 28, 2011 at 7:14 pm #415527Optimize CSS is now set to No.
September 28, 2011 at 7:15 pm #415528I have the problem too when i have something in the footer : http://www.courrierhr.com/jateline5/home/napierville.html
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
September 28, 2011 at 7:17 pm #415529<em>@talkingtolearn 271236 wrote:</em><blockquote>Optimize CSS is now set to No.</blockquote>
There is nothing to do with CSS optimization, at least with the issue pointed by you.
When saying “remove the main content container” I meant option “Hide Main content block” in Profiles tab, template’s back-end.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2011 at 7:18 pm #415530The following is the block of CSS you it appears you will need to modify . . .
Within templates/ja_teline_iv/css/template.css . . . starting at line 1837
/* Foot Logo ---*/#ja-footlogo {
background: url(../images/curl-bg-4.png) no-repeat right top;
height: 85px;
left: 12px;
position: absolute;
text-align: center;
top: -5px;
width: 220px;
}
#ja-footlogo a {
background: #000;
border: 1px solid #000;
color: #666;
display: block;
font: 32px/85px ArialNarrowBold, "Arial Narrow", Arial, sans-serif;
height: 85px;
text-shadow: 0 -1px 1px rgba(0,0,0,.75);
text-transform: uppercase;
white-space: nowrap;
width: 214px;
}
#ja-footlogo a:hover,
#ja-footlogo a:active,
#ja-footlogo a:focus { background: #069; color: #fff; text-decoration: none; }
You will likely need to modify both the inactive and active background parameters to get rid of it (or alter it to your liking)
Hope that helps.
1 user says Thank You to TomC for this useful post
September 28, 2011 at 7:32 pm #415535i deleted the code in blocks/footer.php
<div id=”ja-footlogo” >
<a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
</div>It’s now hide but i have a little problem. My footer banner didn’t take any space.
Not sure it’s #ja-footlogo attributes who do that ?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2011 at 7:47 pm #415536More likely a positioning issue for your banner element.
You can try utilizing negative margin properties to move the banner over to the left – trial-and-error for the exact position.
Of course, you will want to check the display in multiple browsers.Out of curiosity, which browser do you use most?
1 user says Thank You to TomC for this useful post
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
September 28, 2011 at 7:47 pm #415537What position have you selected for the module with banner? Do you want to display it under the black bar?
September 28, 2011 at 8:29 pm #415546I put that on position “footer”
I use firefox most but visitors, it’s with IE.
If i can put that under black bar to see what it looks like, tell me how please.
I’m lookin in css to move with margin, but i’m not really good with that.
September 28, 2011 at 8:35 pm #415547I put
#ja-footer .main-inner1 { padding: 12px 0 24px 240px; }
TO
#ja-footer .main-inner1 { padding: 12px 0 24px 0px; }
but it’s a little weird :p
September 28, 2011 at 8:37 pm #415548Oh it’s working.I have what i wanted.
#ja-footer .main-inner1 { padding: 12px 0 24px 0px; }
And in my module, i have to reduce a little bit the width like 960.
Thank you guys.
AuthorPostsThis topic contains 16 replies, has 4 voices, and was last updated by n6rej 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum