-
AuthorPosts
-
mikac Friend
mikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
March 7, 2011 at 4:15 pm #161130Hello,
I would like to change Ja-cloris logo position, basically I want to rotate it, and instead of heaving 100×185 I would like to have 185x100px logo.I edit the template css and in Header section I entered new values for my logo and I moved it little left (for 85px) and it’s OK. But, it’s ok on the home page, and on the Blog page it’s like this (It’s croped and it displays old logo, not the new one I entered)
Please advise on this…what’s the proper way to change logo dimensions and position?
Thank you.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 6:54 am #380226Can you provide a link to your site
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
March 8, 2011 at 9:59 am #380251minimal.rs
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 10:15 am #380254I can see similar logo for homepage and other page i.e. with dimension:: 100*185px
Please check
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
March 8, 2011 at 10:18 am #380255Offcourse. I putted the old logo back. The site is live.
What happens is when I change it on the front page properly it doesn’t change on the Blog page. I attached a picture in the previous post… I need 185x100px
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 10:22 am #380258<em>@mikac 226247 wrote:</em><blockquote>Offcourse. I putted the old logo back. The site is live.
What happens is when I change it on the front page properly it doesn’t change on the Blog page. I attached a picture in the previous post… I need 185x100px</blockquote>
Ok, Can you please update in new logo and I can take a quick look right now 🙂
Please notify here when done
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
March 8, 2011 at 10:28 am #380259Here it is… look how it is on a Blog page…
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 10:34 am #380260<em>@mikac 226252 wrote:</em><blockquote>Here it is… look how it is on a Blog page…</blockquote>
Please refer to my forum signature
<blockquote>
Disable css compression to get faster support </blockquote>You can do it in template parameters so as to give in exact file and line reference
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
March 8, 2011 at 10:39 am #380264I have…
try now
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 10:42 am #380266<em>@mikac 226257 wrote:</em><blockquote>I have…
try now</blockquote>
The logo seems to be fine now. Clear your browser cache
Also, You can change this::
h1.logo a {template.css (line 406)
background: url(“../images/logo.png”) no-repeat scroll left center transparent;
display: block;
height: 100px;
width: 185px;
}to
h1.logo a {template.css (line 406)
/* background: url(“../images/logo.png”) no-repeat scroll left center transparent;*/
display: block;
height: 100px;
width: 185px;
}mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
March 8, 2011 at 10:49 am #380270Well It’s not. I don’t know if you have noticed, but when I disabled CSS compression the logo is fine but the background on the blog page is not. It is supposed to be white and somehow it’s using the one with the pandas from the home page. And I did what U suggested but didn’t see any change… soo.. not good.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 11:08 am #380274<em>@mikac 226264 wrote:</em><blockquote>Well It’s not. I don’t know if you have noticed, but when I disabled CSS compression the logo is fine but the background on the blog page is not. It is supposed to be white and somehow it’s using the one with the pandas from the home page. And I did what U suggested but didn’t see any change… soo.. not good.</blockquote>
For the background update, You can go on with page class suffix functionality
View in tutorial below to add this functionality::
http://www.joomlart.com/forums/topic/page-class-suffix-4/
Now, You can add home in page class suffix for default menu item and then, add this at end of template.css file::
body.home {
background: url(“../images/Minimal_Panda.jpg”) no-repeat scroll center top #FFFFFF;
}and comment it out like this::
/*body#bd {color.css (line 1)
background: url(“../images/Minimal_Panda.jpg”) no-repeat scroll center top #FFFFFF;
}*/This would only update the background now for home menu item 🙂
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
March 8, 2011 at 11:23 am #380277Well… first of let me say that this is too complicated and unneccessary. But.. if I am to apply your solution, It’s not clear what do I need to enter where ? It says enter this…. and then Above this… what should be entered where?
If this is the only solution then please make it clear
Thank you!
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 11:39 am #380279<em>@mikac 226272 wrote:</em><blockquote>Well… first of let me say that this is too complicated and unneccessary. But.. if I am to apply your solution, It’s not clear what do I need to enter where ? It says enter this…. and then Above this… what should be entered where?
If this is the only solution then please make it clear
Thank you!</blockquote>
The solution isnt complicated, I assume. Please try to follow in steps outlined.
First step ::: You will need to mainly copy and change code snippets in specific file reference given (tutorial post)
Second step:: Enter in home in page class suffix text field as seen in screenshot
Third step:: Make in css amendments
Hope this helps
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
March 8, 2011 at 12:09 pm #380283No, it doesn’t help. Never mind. Thank you for your help and time! Hope someone from JoomlArt can solve this. This is ridiculous, just to Undo background change on Blog page. And this is with CSS optimization OFF. Shouldn’t this work with optimization ON?
AuthorPostsThis topic contains 17 replies, has 3 voices, and was last updated by Ninja Lead 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum