-
AuthorPosts
-
February 1, 2009 at 3:51 am #137696
Hi
I cannot get my logo to display in Ja Labra. I have read all the other threads on the subject and they have not solved the issue.
I have changed permissions on the parameter file /templates/ja_labra/params.ini as recommended.
I have renamed and uploaded the image to the media manager.
I have even changed the image tags in the CSS.
Nothing helps.
It doesn’t even change to show the red X – it just shows nothingI have Joomla 1.5.9 installed via Fantastico. I can display the text but not the image.
You can view my site here http://www.tsmee.com
I’m not a developer by trade (that might be obvious) so any advice would be appreciated.
Thankssunrise Friendsunrise
- Join date:
- February 2007
- Posts:
- 920
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 103
- Thanked:
- 166 times in 114 posts
February 1, 2009 at 10:45 am #289088Hi crytri.
You said you installed Joomla 1.5.9. Does that mean you did not install the quickstart for Labra, but just installed the template after you did the Joomla install?
February 1, 2009 at 1:53 pm #289100Hi
I did use the quickstart but have since upgraded to 1.5.9
ThanksFebruary 1, 2009 at 2:47 pm #289102Sorry i should have added when i make other template changes (font size, enable/disable module function) they all work properly. It’s just the logo image that will not display.
February 16, 2009 at 3:26 am #291687I still cannot find any aswer to my issue
if anyone could help i’d really appreicate it
my site is http://www.tsmee.com
thanksShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
February 17, 2009 at 5:49 am #291889crytri;112443I still cannot find any aswer to my issue
if anyone could help i’d really appreicate it
my site is http://www.tsmee.com
thanksHi Mate
Looking at your code for the logo and that of ja labra demo here’s the differenceJa code
<div id=”ja-header” class=”clearfix”><h1 class=”logo”>
<a title=”Labra” href=”/ja_labra/index.php”>h1.logo a (found at ) {template.css (line 778) (calls the graphic logo – ‘logo.gif’)
background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
display:block;
height:34px;
left:0;
position:absolute;
top:20px;
width:180px;
}Your code
<h1 class=”logo-text”></h1><p class=”site-slogan”>retro fun</p>h1.logo, h1.logo-text ( found at {template.css (line 772) calls no graphic logo at all
font-size:250%;
margin:0;
padding:0;I suggest you redo ja’s logo.gif in a graphics package to create your ‘tsmee retro fun’ as a graphic. save as logo.gif overwriting the orig ja one and replace your H1 class= logo -text with the std one ja uses that will then display the logo.gif as it should
If you are not skilled in graphics I’ll be happy to create the tsmee logo like on your site ( or better if you have ideas) for you to help you get started.
hope this helps
Shannonjsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 17, 2009 at 5:53 am #291891go to your Extensions->Templates Manager
Click JA Labra
Set “Logo Type” to “Image”Make sure “logo.gif” is present in your ./templates/ja_labra/images/
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
February 17, 2009 at 10:42 am #292019crytri;112443I still cannot find any aswer to my issue
if anyone could help i’d really appreicate it
my site is http://www.tsmee.com
thanksAs per my previous offer to help with a graphic logo here’s a few ideas for you
-
February 18, 2009 at 2:06 am #292272
Hey there
thanks so much for the reply, i really appreciate it, I’m so stuck.
I’m not a developer (that’s probably obvious)
I had my text turned back on so the header wasn’t blank.
I double-checked the imgae file and it’s there in the template/images folder – i have actually left the ja labra logo gif there – it’s not an issue to create my own but it won’t display even the one that came with the template.
i’m terribly sorry but i’m not following your code as per above
when i go into my template CSS this is the code i see
As i’m not a developer and it doesn’t exactly match the code you typed i’m not sure what to edit?
Thanks again – you’ve been very kind to produce images for me.#ja-headerwrap {
height: 100px;
background: #202020;
border-bottom: 3px solid #F96B07;
z-index: 101;
position: relative;
}#ja-header {
height: 100px;
line-height: normal;
position: relative;
}h1.logo, h1.logo-text {
margin: 0;
padding: 0;
font-size: 250%;
}h1.logo a {
width: 36px;
display: block;
background: url(../images/logo.gif) no-repeat;
position: absolute;
height: 34px;
top: 20px;
left: 0;
}h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}h1.logo a span {
position: absolute;
top: -1000px;
}h1.logo-text a {
text-decoration: none;
outline: none;
position: absolute;
top: 10px;
left: 10px;
color: #CCCCCC;
}h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
color: #FFFFFF;
background: none;jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 18, 2009 at 2:35 am #292274i will help u take a look if you are comfortable with giving me access to your site
can you pm me your
1) joomla admin account name, joomla admin password
2) FTP account name and passwordpls pm, do no post on thread.
February 18, 2009 at 2:39 am #292275Hey i have no idea what i did but the original logo is displaying now!!
Hopefully when i overwrite this logo with my logo it all still will work properly
Thanks so much everyone for your help – you’re amazing!!jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 18, 2009 at 2:40 am #292276lol yea. it suddenly appeared when i was browsing it but im not sure what you’ve done.
anyway glad its been solved. do let us know if u have problems with your ‘new logo’
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 4 voices, and was last updated by jsliao 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum