Viewing 15 posts - 46 through 60 (of 69 total)
  • Author
    Posts
  • ossupportdesk Friend
    #450866

    I’d appreciate if you could update the tutorial for your responsive template PureSite, since it seems that this responsive template is using multiple logos in multiple locations for the different devices.

    Please note that the template supports a horizontal logo, with the current settings a logo with a landscape orientation doesn’t really fit. Please add info on how to decrease top margins to use landscape logos for multiple devises as well.

    Thanks!

    TomC Moderator
    #450881

    <em>@ossupportdesk 316958 wrote:</em><blockquote>I’d appreciate if you could update the tutorial for your responsive template PureSite, since it seems that this responsive template is using multiple logos in multiple locations for the different devices.

    Please note that the template supports a horizontal logo, with the current settings a logo with a landscape orientation doesn’t really fit. Please add info on how to decrease top margins to use landscape logos for multiple devises as well.

    Thanks!</blockquote>
    Given the special issues related to JA’s latest responsive template designs, I would agree that an updated tutorial is in order. I will get to work on this right away …. GREAT SUGGESTION !!!

    😎

    ossupportdesk Friend
    #451032

    Ooops, please read ‘portrait’ where I said ‘landscape’

    Apologies for the confusion. Thank you for your efforts!

    TomC Moderator
    #460496

    <em>@biiekz1e3140 329485 wrote:</em><blockquote>, I want the image to go all the way across the screen from left to right, so far I have been unsuccessful in my attempts to get the image to go all the way to the left..you have any ideas ?</blockquote>

    Well, for starters …. are you even using an image for your logo? It looks like text to me.

    Within file path –> /templates/ja_teline_iv/css/template.css

    at line 653 . . . you could try adding a “width: 100%” property to make the div for the logo stretch the length of your site.
    for example . . .

    div.logo-text {
    font-weight: bold;
    margin-top: 40px;
    width: 100%;
    }

    There are, of course, additional tweaks/modifications to the CSS you will likely need to trial-and-error with,
    but this could be a possible start for you.

    TomC Moderator
    #460498

    <em>@biiekz1e3140 329495 wrote:</em><blockquote>yes, in Powerpoint, I made a simple rectangle, used a blue color for fill and saved the shape as a jpeg picture (jpeg) but as I said, the only way I can get the image up on the site is to go to the Header-Ad module, insert the image and then stretch</blockquote>
    It just doesn’t seem that you are going about this the right way …. I didn’t see any “image” within your CSS when inspecting your site via Firebug.

    anjalivasan Friend
    #462216

    hello tom,

    i’ve been using the advice posted on this thread to replace JA_elastica’s top left logo with my own (a 60x60px size).
    i have gotten this far (see attached screenshot) but i want to achieve something along the lines of this (see jpg image attached).
    which part of the code (under the templates css file) am i not messing around correctly with?

    hope you can point me in the right coding direction. i am no expert but i think i can manage this 🙂


    1. Screen-shot-2012-07-25-at-11.45.16-PM
    2. pagewish
    MoonSailor Friend
    #462249

    Hi tonyedi,

    “ja_template_name” : “template_name” is name of templates, with Teline III template, you need find path “templates/ja_teline_iii_v2/images” and “templates/ja_teline_iii_v2/css/template.css”.

    Thanks.

    merce Friend
    #466248

    Hello Tom,

    I’m using Teline IV. I changed the logo in the template, and it works fine for the secundary pages but not for the front page, where there is still the logo of Teline IV. It happens also that both logos, mine and Teline IV, are in the same folder. So, I guess the only thing I still have to change the code “logo.png” for my logo “logord.png” ( in the url of the logo, to change the “ja_teline_iv/images/logo.png” to “templates/ja_teline_iv/images/logord.png”) .

    But, and this is my problem, I cannot see where to change this code. I found the themes but I don’t see any template.css in the themes. When using firebug it shows me this

    http://localhost/rdcsicnou/index.php/en/?jat3action=gzip&jat3type=css&jat3file=t3-assets%2Fcss_f5c4f.css

    which I don’t know where it is. I cannot find a file called “*f5c4f.css” .

    I’m a little bit lost. Maybe the answer is in one of the many messages in the web but I keep reading and reading I don’t find the answer. Could you help me?

    Many Thanks
    Using firebug

    merce Friend
    #466254

    I just add something: I hange the url of the logo in ja_teline_iv/css/menu/template.css

    which work for the secondary pages but not for the front-page.

    I tried to change again in

    ja_teline_iv/css/ handheld/template.css

    but until now it doesn’t work.

    Thanks again

    merce Friend
    #466258

    hi again,

    just in case someone is interested: I managed to do it in this way. I change in

    ja_teline_iv/css/ handheld/template.css

    there was the code line

    url(“/rdcsicnou/templates/ja_teline_iv/images/logord.png”) no-repeat scroll left top transparent

    I’m not aware of touching at all the last bit, “no repeat scroll…”. Maybe the change was automatically done?

    But the system didn’t “accept” the new name of the logo (logord.png). When saving the file, the new url was saved but not the new name of the logo. The code line had still the “logo.png” instead of the “logord.png” I wrote.

    So I just renamed the Teline logo with a non used name and a rename my logo with “logo.png”

    I hope is useful for somebody.

    Mercè

    angelsanchezjr Friend
    #466396

    Hi, do you have any idea of how to remove the complete header secction from a link?

    i want to remove it from this url:
    Thanks for any help


    1. header
    MoonSailor Friend
    #466564

    Hi @angelsanchezjr,

    If you want to remove header secction,go to “templates/ja_travel/blocks/header.php” and remove all code of file.

    Ninja Lead Moderator
    #466607

    Hi @angelsanchezjr,

    You can do that

    <blockquote>Admin area->Extensions->Template Manager-> Edit JA_Travel – Default->Layout Tabs->Edit Default and remove script below</blockquote>

    <block name="header" type="header" wrap-inner="1" main-inner="1"></block>

    Save and clear cache from Admin area.

    Regards

    angelsanchezjr Friend
    #469566

    thank you very much for your answer!!!

    knerten Friend
    #487622

    Hi!

    I’ve been trying to change the template logo the last three days, and I just can’t seem to figure it out. I’ve uploaded a new logo, changed the width og height in the template.css and tried to change the url in the same css, but I think I’ve done something wrong. Obviously, considering my new logo still doesn’t show. The template logo is gone though, not strange since I changed the url (or tried to…).

    I’ve really tried. I’ve been through every css listed under the template, trying to find another place to change anything, but it seems like the template.css is the right place.

    Can anyone please help me?

Viewing 15 posts - 46 through 60 (of 69 total)

This topic contains 69 replies, has 16 voices, and was last updated by  knerten 11 years, 7 months ago.

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