-
AuthorPosts
-
blackeaglece Friend
blackeaglece
- Join date:
- September 2012
- Posts:
- 153
- Downloads:
- 78
- Uploads:
- 12
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
September 20, 2012 at 12:34 pm #180839Hi I’ve changed text and title in the module of Country of the day in content-mass-top position but how can i do for to change the country image?
Thank youNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 21, 2012 at 4:15 am #467719Oh, this is custom HTML module
You can change image here
<blockquote>templates/ja_travel/css/template.css</blockquote>
Find script css below.moduletable_country .ja-box-ct {
background: url("../images/map-paris.png") no-repeat scroll left top;
padding-left: 170px;
}and change image here:
<blockquote>templates/ja_travel/images/map-paris.png</blockquote>blackeaglece Friendblackeaglece
- Join date:
- September 2012
- Posts:
- 153
- Downloads:
- 78
- Uploads:
- 12
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
September 21, 2012 at 6:55 am #467727Anyone say me how can I do?
Thank yoyNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2012 at 7:12 am #467915<em>@Ninja Lead 339136 wrote:</em><blockquote>Oh, this is custom HTML module
You can change image here
Find script css below
.moduletable_country .ja-box-ct {
background: url("../images/map-paris.png") no-repeat scroll left top;
padding-left: 170px;
}and change image here:</blockquote>
Did you see my post?
With my solution will help you solve the problem
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2012 at 7:14 am #467916<em>@blackeaglece 339145 wrote:</em><blockquote>Anyone say me how can I do?
Thank yoy</blockquote><blockquote>templates/ja_travel/css/template.css</blockquote>
Find script css below.moduletable_country .ja-box-ct {
background: url("../images/map-paris.png") no-repeat scroll left top;
padding-left: 170px;
}and change image here:
<blockquote>templates/ja_travel/images/map-paris.png</blockquote>Did you see my post?
My solution will help you solve the problem
blackeaglece Friendblackeaglece
- Join date:
- September 2012
- Posts:
- 153
- Downloads:
- 78
- Uploads:
- 12
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
October 7, 2012 at 8:48 am #469316Ops sorry but I work outside and I saw your post in a significant delay, sorry
October 8, 2012 at 8:24 pm #469466This is not very practical if you want to change country every day or week then you have to mess with template.css every time when you want to change a picture.
October 8, 2012 at 8:48 pm #469467I have done what you said, this is my template.css now :
[PHP].moduletable_country .ja-box-ct {
background: url(“../images/Hrvatska.jpg”) no-repeat scroll left top;
padding-left: 170px;[/PHP]I have ftp uploaded Hrvatska.jpg in templates/ja_travel/images but nothig is changed (did JAT3 Clean Cache).
What now?I have also problem with changing logo ( I have followed instructions on link http://www.joomlart.com/forums/topic/how-to-change-template-logo-any-template/
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
blackeaglece Friendblackeaglece
- Join date:
- September 2012
- Posts:
- 153
- Downloads:
- 78
- Uploads:
- 12
- Thanks:
- 36
- Thanked:
- 2 times in 1 posts
October 9, 2012 at 10:17 am #469526<em>@cakish 341521 wrote:</em><blockquote>I have done what you said, this is my template.css now :
[PHP].moduletable_country .ja-box-ct {
background: url(“../images/Hrvatska.jpg”) no-repeat scroll left top;
padding-left: 170px;[/PHP]I have ftp uploaded Hrvatska.jpg in templates/ja_travel/images but nothig is changed (did JAT3 Clean Cache).
What now?I have also problem with changing logo ( I have followed instructions on link http://www.joomlart.com/forums/topic/how-to-change-template-logo-any-template/http://www.joomlart.com/forums/topic/image-logo/ forum ja_ironis, then after 3 or 4 hours is changed. I do not know why. maybe there is a check on the license. I hope that help. Thank you very much for your help
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 9, 2012 at 10:21 am #469527Oh, because your site is using cache on JA Template. You can use both ways for this.
1) Clear cache when you change it(click on JAT3 Clean Cache from Admin site)
2) Disable cache
<blockquote>Admin site->Extensions->Template Manager->edit JA Travel Template->Global Tabs->Enable Development Mode set Yes</blockquote>October 9, 2012 at 12:14 pm #469538I tried both ways but it does not work.
You have to see this by your self.
I have done everything and every way that was suggested on the forum but notnih works. >:( >:( >:( >:( >:( >:( >:( I’m angry as you can see.Main logo and at the bottom of the page still stays.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 10, 2012 at 1:50 am #469573@cakish: I helped you change the logo on your site, this is my fix
<blockquote>Open templates/ja_travel/css/template.css file</blockquote>
from
h1.logo a {
background: url(../images/logo.png) no-repeat left top;
display: block;
height: 70px;
width: 135px;
}
change to
h1.logo a {
background: url(../images/logo.png) no-repeat left top !important;
display: block;
height: 97px;
width: 108px;
}1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 14 replies, has 3 voices, and was last updated by cakish 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum