-
AuthorPosts
-
May 1, 2012 at 12:17 pm #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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 1, 2012 at 4:25 pm #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 !!!😎
May 2, 2012 at 12:30 pm #451032Ooops, please read ‘portrait’ where I said ‘landscape’
Apologies for the confusion. Thank you for your efforts!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 10, 2012 at 7:02 pm #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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 10, 2012 at 7:08 pm #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 Friendanjalivasan
- Join date:
- July 2012
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
July 25, 2012 at 6:27 pm #462216hello 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 🙂
-
MoonSailor Friend
MoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
July 26, 2012 at 3:27 am #462249Hi 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 Friendmerce
- Join date:
- July 2012
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
September 5, 2012 at 12:49 pm #466248Hello 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
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 firebugmerce Friendmerce
- Join date:
- July 2012
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
September 5, 2012 at 2:01 pm #466254I 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 Friendmerce
- Join date:
- July 2012
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
September 5, 2012 at 2:56 pm #466258hi 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 Friendangelsanchezjr
- Join date:
- February 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
September 6, 2012 at 9:13 pm #466396Hi, 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
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
September 10, 2012 at 3:17 am #466564Hi @angelsanchezjr,
If you want to remove header secction,go to “templates/ja_travel/blocks/header.php” and remove all code of file.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 10, 2012 at 8:20 am #466607Hi @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
1 user says Thank You to Ninja Lead for this useful post
angelsanchezjr Friendangelsanchezjr
- Join date:
- February 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
October 9, 2012 at 9:57 pm #469566thank you very much for your answer!!!
knerten Friendknerten
- Join date:
- March 2013
- Posts:
- 80
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 46
- Thanked:
- 1 times in 1 posts
March 24, 2013 at 5:26 pm #487622Hi!
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?
AuthorPostsThis 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
Jump to forum