Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • sbaldwin Friend
    #174351

    Hi,
    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 Moderator
    #440386

    Hi

    Which version of the template you have installed ? Joomla 1.7 or Joomla 2.5 ?

    thanks

    sbaldwin Friend
    #440389

    Hi,
    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 Moderator
    #440398

    Hi

    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

    sbaldwin Friend
    #440693

    Hi 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 Friend
    #440785

    in Joomla 1.5; we can find handheld folder in:
    templates/ja_ores/css/handheld/template.css

    we 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]

    amenon12 Friend
    #468382

    Hi,
    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,
    Avanti

    MoonSailor Friend
    #468470

    Hi,

    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”,..

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

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