-
AuthorPosts
-
dr4christ Friend
dr4christ
- Join date:
- December 2012
- Posts:
- 133
- Downloads:
- 9
- Uploads:
- 15
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
August 14, 2015 at 6:45 pm #661665http://www.DR4Christ.com – We recently we upgraded our site to Joomla 3.4.3 for added security thus necessitating us upgrading JA Wall to 1.2.1. When that happened the logo on color block in the top left reset to "JA Wall". My problem is I cant remember what size / dimensions the .png needs to be. I don’t want to mess up the mobile / tablet layouts etc. – and when we get that size right – where do we put it? What location exactly.
Thanks,
Tom
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 17, 2015 at 7:23 am #662344I used web archive and got old version on your site.
+ You can download your logo from my attached file and copy it into templates/ja_wall/themes/color_block/images/ folder
+ Dimenssion width and height: 110×39
Open templates/ja_wall/themes/color_block/css/theme.css file
find and change
.logo-image h1 a {
background: url(../images/logo.png) no-repeat top left;
height: 24px;
float: right;
text-indent: -999em;
width: 56px;
}to
.logo-image h1 a {
background: url(../images/logo.png) no-repeat top left;
height: 39px;
float: right;
text-indent: -999em;
width: 110px;
}Once done, remember to clear cache from admin area
dr4christ Frienddr4christ
- Join date:
- December 2012
- Posts:
- 133
- Downloads:
- 9
- Uploads:
- 15
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
August 26, 2015 at 12:03 am #665453Dear Ninja Lead
Never saw your attachment – oops. We changed the code and added an old .png – although the dimensions were 120 x 40 not 110 x 39. The result? Not good – the logo appears cut off and not centered. Any suggestions?
dr4christ Frienddr4christ
- Join date:
- December 2012
- Posts:
- 133
- Downloads:
- 9
- Uploads:
- 15
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
August 26, 2015 at 12:03 am #746599Dear Ninja Lead
Never saw your attachment – oops. We changed the code and added an old .png – although the dimensions were 120 x 40 not 110 x 39. The result? Not good – the logo appears cut off and not centered. Any suggestions?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 26, 2015 at 2:46 am #665463Hi Tom,
I also fixed the problem directly on your site with the solution below
Open templates/ja_wall/themes/color_block/css/theme.css file
find
/* Logo Image ---*/
.logo-image h1 {
height: 24px;
margin: 10px 0px 15px 30px;
padding: 0;
width: 56px;
}.logo-image h1 a {
background: url(../images/logo.png) no-repeat top left;
height: 39px;
float: right;
text-indent: -999em;
width: 110px;
}
to
/* Logo Image ---*/
.logo-image h1 {
height: 40px;
margin: 0px;
padding: 0;
width: 120px;
}.logo-image h1 a {
background: url(../images/logo.png) no-repeat top left;
height: 40px;
float: right;
text-indent: -999em;
width: 120px;
}
Regards
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 26, 2015 at 2:46 am #746609Hi Tom,
I also fixed the problem directly on your site with the solution below
Open templates/ja_wall/themes/color_block/css/theme.css file
find
/* Logo Image ---*/
.logo-image h1 {
height: 24px;
margin: 10px 0px 15px 30px;
padding: 0;
width: 56px;
}.logo-image h1 a {
background: url(../images/logo.png) no-repeat top left;
height: 39px;
float: right;
text-indent: -999em;
width: 110px;
}
to
/* Logo Image ---*/
.logo-image h1 {
height: 40px;
margin: 0px;
padding: 0;
width: 120px;
}.logo-image h1 a {
background: url(../images/logo.png) no-repeat top left;
height: 40px;
float: right;
text-indent: -999em;
width: 120px;
}
Regards
1 user says Thank You to Ninja Lead for this useful post
dr4christ Frienddr4christ
- Join date:
- December 2012
- Posts:
- 133
- Downloads:
- 9
- Uploads:
- 15
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
July 13, 2017 at 10:49 pm #1048534This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 17, 2017 at 6:46 am #1049041Hi Tom,
Could you illustrate what you want to achieve via screenshot?
dr4christ Frienddr4christ
- Join date:
- December 2012
- Posts:
- 133
- Downloads:
- 9
- Uploads:
- 15
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
July 21, 2017 at 3:19 am #1050331Dear Saguaros
Everytime the JA Wall template undergoes a upgrade we have had to work on (see logo attachment) making the logo appear correctly. Currently with JA Wall 1.2.3 with all updates having been preformed and running Joomla 3.7.2 and following Ninja Leads previous code instructions from August 2015 the site’s logo.png (see attachment) has disappeared. We just want to know what this template requires to place the logo so it displays correctly across the site. (No logo jpeg attached).
DR4Christ
-
dr4christ Friend
dr4christ
- Join date:
- December 2012
- Posts:
- 133
- Downloads:
- 9
- Uploads:
- 15
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
July 25, 2017 at 12:48 am #1051187Dear Saguaros
Did you get the screen shots?
DR4Christ
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 25, 2017 at 1:30 am #1051202Hi Tom,
I checked and saw that the URL you set path for the logo is not correct via the file: http://www.dr4christ.com/templates/ja_wall/themes/color_block/css/theme.css (at approx line 1222).
Kindly check again.
1 user says Thank You to Saguaros for this useful post
dr4christ Frienddr4christ
- Join date:
- December 2012
- Posts:
- 133
- Downloads:
- 9
- Uploads:
- 15
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
July 28, 2017 at 3:42 am #1052111Dear Sarguaros
Not sure where that url came from. I checked it and changed it to: [http://www.dr4christ.com/templates/ja_wall/themes/color_block/images/logo.png It is now working properly. Thank you.
DR4Christ
- This reply was modified 7 years, 4 months ago by dr4christ.
-
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)This topic contains 12 replies, has 3 voices, and was last updated by Saguaros 7 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum