-
AuthorPosts
-
sbaldwin Friend
sbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
February 27, 2012 at 4:24 pm #174351Hi,
I just discoved that when someone was looking at my website on a iPad and a Anrdroid phone they say the JA Ores logo instead of my logo. I was very emabarrassed As I was showing a potenial customer my business.In Template Manager I have the settings for iPhone=Iphone and Handheld devices=Handheld. I did rename the template. Is there any other settings I’m missing? I need to get this fixed asap…thanks!
Please note..this is not a cache or cookies problem…already tried that…thanks.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 27, 2012 at 6:05 pm #440386Hi
Which version of the template you have installed ? Joomla 1.7 or Joomla 2.5 ?
thanks
sbaldwin Friendsbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
February 27, 2012 at 6:25 pm #440389Hi,
I have version 1.1.6 Template.I also noticed in my Template Manager under Paremeters that is says, “The parameter file /templates/mysite/params.ini is unwritable”!
Not sure if that matters or what the permission should be. Thanks for any help!pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 27, 2012 at 6:52 pm #440398Hi
In this file pluginssystemjat3jat3base-themesdefaultcssiphonetemplate.css at line 643 you have
h1.logo a {
background: url(../../images/t3_logo_light.png) no-repeat center;
display: block;
height: 34px;
width: 200px;change the image name with your logo.png and copy the new logo in templatesimagesfolder
Hope that helps
1 user says Thank You to pavit for this useful post
sbaldwin Friendsbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
February 28, 2012 at 8:45 pm #440693Hi Pavit,
I could not find the folder Jat3 under the system folder. I did however manage to fix the problem by replacing the logo.png I found in the templates folder. I changed the logo in the green folder for templates(default) but failed to notice the logo.png was also located in the template folder.It appears now to be using my logo for iPad instead of JA Ores.
Do I still need to find the iPhone template folder? If so, is there another place to look to make the change above?
Just some addtional info..I used the Quickstart for J 1.5x that used the Template version 1.1.6. Thanks so much!aris Friendaris
- Join date:
- April 2014
- Posts:
- 106
- Downloads:
- 27
- Uploads:
- 9
- Thanks:
- 83
- Thanked:
- 8 times in 1 posts
February 29, 2012 at 4:47 am #440785in Joomla 1.5; we can find handheld folder in:
templates/ja_ores/css/handheld/template.csswe found:
[PHP]h1.logo, div.logo-text { float: none; margin: 0 auto;}h1.logo a { margin: 0 auto;}[/PHP]there is no logo image. but you can play with this code (taken from ja_ores for j2.5):
[PHP]
/* Logo Image —*/h1.logo { height: 34px; width: 200px; }
h1.logo a { background: url(../../images/t3_logo_light.png) no-repeat center; display: block; height: 34px; width: 200px;}
h1.logo a span { position: absolute; top: -1000px; }
/* Logo Text —*/div.logo-text {}
div.logo-text h1 { font-size: 14pt; }
div.logo-text h1 a {}
p.site-slogan { display: block; font-size: 8pt; font-weight: bold; margin: 0; padding: 0 5px; color: #7f7f7f;}[/PHP]September 27, 2012 at 12:50 pm #468382Hi,
its not work for me. I have joomla 1.5 and ja ores template.
i have made above changes.
but my logo is not showing up on mobile website
Regards,
AvantiMoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
September 28, 2012 at 9:03 am #468470Hi,
In joomla 1.5, with param “Select Logo Type” as “images”, style of logo
[PHP]
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
height: 43px;
width: 128px;
}
[/PHP]
line 1213 in file “templates/ja_ores/css/template.css”.For mobile, the logo of your site does not show, please check css in file “templates/ja_ores/css/handheld/template.css”,”templates/ja_ores/css/handheld/iphone.css”, find tag :
[PHP]
h1.logo a
[/PHP]and check it. May be it using “overflow” : “hidden”, “display”:”none”,..
-
AuthorPosts
This topic contains 8 replies, has 5 voices, and was last updated by MoonSailor 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum