-
AuthorPosts
-
pcanova71 Friend
pcanova71
- Join date:
- May 2011
- Posts:
- 12
- Downloads:
- 7
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
October 22, 2011 at 10:35 pm #169942Hi! 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 22, 2011 at 10:59 pm #420916Hey There . . . can you share the url of the site you’re working on so we can see what you’re seeing?
pcanova71 Friendpcanova71
- Join date:
- May 2011
- Posts:
- 12
- Downloads:
- 7
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
October 22, 2011 at 11:05 pm #420917Oh yes! http://www.fitaveneto.org/2011/
Of course, is underconstruction.
Thanks TomC!TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 23, 2011 at 12:19 am #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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 23, 2011 at 4:08 am #420928UPDATE:
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 Friendpcanova71
- Join date:
- May 2011
- Posts:
- 12
- Downloads:
- 7
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
January 3, 2012 at 5:56 pm #432336Optimal solution for JA Telline III V2:
http://www.joomlart.com/forums/topic/how-to-print-logo-into-ja-kyanite/1 user says Thank You to pcanova71 for this useful post
March 4, 2012 at 8:59 pm #441799Hi 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 Friendpcanova71
- Join date:
- May 2011
- Posts:
- 12
- Downloads:
- 7
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
March 5, 2012 at 3:12 pm #441974In “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>1 user says Thank You to pcanova71 for this useful post
March 6, 2012 at 4:47 am #442115Thank 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/2013pcanova71 Friendpcanova71
- Join date:
- May 2011
- Posts:
- 12
- Downloads:
- 7
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
March 6, 2012 at 9:26 am #442153Hi 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 user says Thank You to pcanova71 for this useful post
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 6, 2012 at 9:42 am #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 Friendpcanova71
- Join date:
- May 2011
- Posts:
- 12
- Downloads:
- 7
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
March 6, 2012 at 10:04 am #442164You 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 Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
March 6, 2012 at 10:21 am #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
March 6, 2012 at 5:18 pm #442240Thanks 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 6, 2012 at 8:37 pm #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
1 user says Thank You to TomC for this useful post
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 4 voices, and was last updated by TomC 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
No printed logo
Viewing 15 posts - 1 through 15 (of 15 total)