Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • talkingtolearn Friend
    #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/


    1. jateline5
    TomC Moderator
    #415520

    Hey 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?

    talkingtolearn Friend
    #415522
    TomC Moderator
    #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 Manager

    gray Friend
    #415525

    I 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).

    talkingtolearn Friend
    #415527

    Optimize CSS is now set to No.

    talkingtolearn Friend
    #415528

    I have the problem too when i have something in the footer : http://www.courrierhr.com/jateline5/home/napierville.html

    gray Friend
    #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 Moderator
    #415530

    The 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.

    talkingtolearn Friend
    #415535

    i 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 ?

    http://www.courrierhr.com/jateline5/home/napierville.html

    TomC Moderator
    #415536

    More 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?

    gray Friend
    #415537

    What position have you selected for the module with banner? Do you want to display it under the black bar?

    talkingtolearn Friend
    #415546

    I 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.

    talkingtolearn Friend
    #415547

    I 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

    talkingtolearn Friend
    #415548

    Oh 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.

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 4 voices, and was last updated by  n6rej 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum