Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • pcanova71 Friend
    #169942

    Hi! I changed logo in JA Telline III V2. It’s ok but not with any browser in print preview and is not printed on paper. Why? Thank you.

    TomC Moderator
    #420916

    Hey There . . . can you share the url of the site you’re working on so we can see what you’re seeing?

    pcanova71 Friend
    #420917

    Oh yes! http://www.fitaveneto.org/2011/
    Of course, is underconstruction.
    Thanks TomC!

    TomC Moderator
    #420919

    <em>@pcanova71 277874 wrote:</em><blockquote>Oh yes! http://www.fitaveneto.org/2011/
    Of course, is underconstruction.
    Thanks TomC!</blockquote>
    First of all, your site development is looking very nice so far – keep up the good work !!!

    I’m looking into the issue for you and will get back to you when I’ve (hopefully) figured out what is causing the issue.
    Shouldn’t take too long – but might be tomorrow (time difference and all, ya know) 😎

    TomC Moderator
    #420928

    UPDATE:
    I had several of my Support Team colleagues test this issue on their own computers – across multiple browsers – and they each experienced the same issue you are experiencing. We tried some trial-and-error experimentation and, at this point, we feel that it is a possible “bug” within the template structure itself . . . . and one which we will be bringing to the immediate attention of our JA Dev Team to review and resolve.

    Be sure to keep an eye on this thread and, after a few days (if we have not updated), post a little reminder here.

    😎

    pcanova71 Friend
    #432336
    kurdse Friend
    #441799

    Hi Pcanova71,

    How did you place your logo, I want to the the same, I want to use an wide logo.
    Could you please explain how you did it?

    Thanks in advance.

    pcanova71 Friend
    #441974

    In “template/blocks/header.php” (make back-up before the change!)

    Original:
    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>

    Replace:
    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”>
    <img src=”<?php echo $this->templateurl(); ?>templates/ja_teline_iii_v2/core/themes/red-color/images/logo.png”/> </a></h1>

    kurdse Friend
    #442115

    Thank you very much, it worked but I can’t get it right? What should I do?
    This is how it looks like now: http://www.kurd.se/2013

    pcanova71 Friend
    #442153

    Hi Kurdse! Good job!
    For vertical alignment and eliminate gaps in the header you have to modify the CSS template: template.css (line 772)
    I enclose the result.

    Replace with:

    #ja-header .main {
    padding-bottom:20px;
    padding-left:0;
    padding-right:0;
    padding-top:20px;
    }

    The horizontal alignment of the wrong logo kurd.se-logotyp.png I don’t know. Maybe it’s a HTML type <p> in the text editor…


    1. exemp_
    swissa Friend
    #442156

    <em>@pcanova71 305475 wrote:</em><blockquote>
    Hi Kurdse! Good job!
    For vertical alignment and eliminate gaps in the header you have to modify the CSS template: template.css (line 772)
    I enclose the result.

    Replace with:

    #ja-header .main {
    padding-bottom:20px;
    padding-left:0;
    padding-right:0;
    padding-top:20px;
    }

    The horizontal alignment of the wrong logo kurd.se-logotyp.png I don’t know. Maybe it’s a HTML type <p> in the text editor…</blockquote>

    Or You could edit the logo directly – will sort out the horizontal.

    @ line 782

    h1.logo {

    • width: 321px;
    • height: 62px;
    • margin: -11px 0 0 -15px;

    }

    pcanova71 Friend
    #442164

    You must try. The new PHP code for printing the logo defines it with actual size (your is 980 x 82) but not defined by CSS (321 x 62). Try to change it. Recommend an web page analyzer (es. Firebug Lite for Chrome).

    swissa Friend
    #442167

    <em>@pcanova71 305486 wrote:</em><blockquote>You must try. The new PHP code for printing the logo defines it with actual size (your is 980 x 82) but not defined by CSS (321 x 62). Try to change it. Recommend an web page analyzer (es. Firebug Lite for Chrome).</blockquote>

    I use Chrome & Web Developer 😉

    Printed it as pdf and it seemed fine. If you want to include the 980*82 he can do that by all means but he’ll have to adjust the css again slightly. Perhaps you could be so good as to test this for him.

    h1.logo {

    • width: 980px;
    • height: 82px;
    • margin: 5px 0 -10px -15px;

    }

    Please feel free to adjust as required/desired. It is, after all, like yours, just a suggestion! 🙂

    Bestens

    kurdse Friend
    #442240

    Thanks a lot it looks great now, but I think I have to move the logo more to left? and an bit down because it’s above the line.. How do I fix that?

    Thanks in advance.

    TomC Moderator
    #442264

    <em>@kurdse 305593 wrote:</em><blockquote>Thanks a lot it looks great now, but I think I have to move the logo more to left? and an bit down because it’s above the line.. How do I fix that?

    Thanks in advance.</blockquote>

    Within the following path –> /templates/ja_teline_iii_v2/css/template.css

    at line 787 . . . .

    h1.logo {
    width: 321px;
    height: 62px;
    margin: 0px;
    }

    modify the margin property as follows (as an example) . . .

    h1.logo {
    width: 321px;
    height: 62px;
    margin-left: -10px;
    }

    of course, you can play around with the pixel value until you arrive at the result you’re happy with

    Hope That Helps

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

This topic contains 15 replies, has 4 voices, and was last updated by  TomC 12 years, 2 months ago.

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