Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • blackeaglece Friend
    #180839

    Hi 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 you

    Ninja Lead Moderator
    #467719

    Oh, 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 Friend
    #467727

    Anyone say me how can I do?
    Thank yoy

    Ninja Lead Moderator
    #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 Moderator
    #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 Friend
    #469316

    Ops sorry but I work outside and I saw your post in a significant delay, sorry

    cakish Friend
    #469466

    This 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.

    cakish Friend
    #469467

    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/

    Ninja Lead Moderator
    #469476

    @cakish: Please send PM me with URL, admin access and FTP account. I will help you out of

    blackeaglece Friend
    #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 Moderator
    #469527

    Oh, 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>

    cakish Friend
    #469538

    I 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 Moderator
    #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;
    }

    cakish Friend
    #469936

    And everthing gets to this one single word !important; :((
    Thank you Ninja for your help

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 3 voices, and was last updated by  cakish 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum