-
AuthorPosts
-
October 10, 2014 at 6:11 pm #201985
I’m doing an installation/configuration of a JA Muzic site, version 3.3.6 and I’m having trouble updating/changing the logo. In the past I usually updated the template.css file, but it seems like this newer version of T3 Framework is a little more complicated when it comes to editing the template.
I’ve read instructions that talk about the need to save a new layout, and then editing those files, but I’m still having trouble getting it to work…
I’d appreciate any help, especially step by step instructions…
Here’s the site: http://josefeliciano.montunoproductions.com/
I’m attaching the logo file I want to use. It’s 700px x 150px
Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 10, 2014 at 7:31 pm #552560Try This . . . .
If you haven’t done so already, create a new file called “custom.css” within file path –> /templates/ja_muzic/css/
Within that custom.css file, paste the following CSS rule:
.logo-image {
float: none;
overflow: hidden;
width: 750px;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Better ?? 😎
1 user says Thank You to TomC for this useful post
October 10, 2014 at 9:34 pm #552565Tom, wow! That was perfect! Thank you very much. Is working now.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 12, 2014 at 3:51 pm #558531I seem to have the same problem, but you’re Custom code don’t seem to work(?)
What am I doing wrong?
http://www.sbrr.nl/NIEUW/Now you see this tiny little logo, but original is: 460×170 px…
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 12, 2014 at 5:29 pm #558534<em>@smartmax 457373 wrote:</em><blockquote>I seem to have the same problem, but you’re Custom code don’t seem to work(?)
What am I doing wrong?
http://www.sbrr.nl/NIEUW/Now you see this tiny little logo, but original is: 460×170 px…</blockquote>
Try This . . . . .Within file path —> /templates/ja_muzic/css/themes/violet/template.css
at line 259, modify as follows:
img {
height: 170px;
width: 460px;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Better ??
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 12, 2014 at 5:37 pm #558536TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 12, 2014 at 5:39 pm #558537<em>@smartmax 457380 wrote:</em><blockquote>Almost 😀
It’s all out of shape!
</blockquote>Try the exact height/width pixel values I recommended above.
Save the changes …. If it’s still skewed, I will inspect further.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 12, 2014 at 5:43 pm #558538TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 12, 2014 at 5:52 pm #558539<em>@smartmax 457382 wrote:</em><blockquote>Hi Tom, in Photoshop the file is 460 px – 170 px
</blockquote>460px – width ??
170px – height ??smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 12, 2014 at 5:54 pm #558540YEP: :laugh:
I see something funny at the bottom in the breadcrumbs.
http://www.sbrr.nl/NIEUW/artiesten
The arrow is also 170 px height, so something has gone wrong… :-[
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 12, 2014 at 6:08 pm #558541Within file path —> /templates/ja_muzic/css/themes/violet/bootstrap.css
at line 78, delete the “max-width” property – as such:
img {
border: 0 none;
height: auto;
vertical-align: middle;
}smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 12, 2014 at 6:24 pm #558546No, now everything is out of shape… :((
images, arrows at the bottom in the breadcrumb, slideshow images…
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 12, 2014 at 6:28 pm #558547<em>@smartmax 457391 wrote:</em><blockquote>No, now everything is out of shape… :((
images, arrows at the bottom in the breadcrumb, slideshow images…</blockquote>
ugh . . . so, of course, this has to be YOUR FAULT. :p
(just kidding)
Okay, put everything back the way it was and we’ll keep working on it. :-[
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 12, 2014 at 6:33 pm #558549I thought so that it was my fault, that’s why I said: ‘What am I doing wrong’ 😀
I put everything back to how it was…
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 3 voices, and was last updated by smartmax 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum