Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ruva Friend
    #147227

    I want to change logo size on the iPhone version of the site, is there a way to change script in order that people who use iPhones would see different logo then people who use computers?

    Thank you!

    Anonymous Moderator
    #328092

    Hi ruva

    Currently this template does not support your idea. But you can control this idea in ja_uranilayoutsblocksiphoneheader.php file.

    Open this file, find following code section:


    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    and change to:


    <h1 class="logo-iphone">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    Open template.css file, add following code to the end of file:


    h1.logo-iphone a {
    background: url(../images/logo-iphone.png) no-repeat left top;
    display: block;
    height: 42px;
    width: 207px;
    }

    ruva Friend
    #328113

    Thank you!

    ruva Friend
    #328119

    I did everything as you described and interesting enought it didn’t worked. I cleaned history/catche/cookies on iPhone nothing helps, is there any other files i need to edit in order to make this work?

    Anonymous Moderator
    #328210

    Hi ruva

    I think there are some problems with your change.

    Please submit a ticket, send us your live url, admin account, ftp account so that i could have a closer look on the issue.

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

This topic contains 5 replies, has 2 voices, and was last updated by Anonymous 14 years, 10 months ago.

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