Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • supersplet Friend
    #139434

    I am using Sanidine and I would like to remove the link from logo picture.

    I tried to remove <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>

    from

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

    But then picture is now shown…

    Arvind Chauhan Moderator
    #297240

    On a personal note i generally click on the logo to go back to the home page. instead of searching for the link to home page. It makes browsing through the site easy for me. I use this browsing tip for most of the sites including my gmail too, to open the inbox, its easier to click on the logo then to move cursor to inbox link.

    May be you have good reason to remove the link from the logo.

    supersplet Friend
    #297241

    The only reason is because I already have “Home” button on my menu and anyone can see it very well. I usualy click the logo to but if site has clean navigation then “Home” button is as welcome as logo link.

    Arvind Chauhan Moderator
    #297247

    Change the code from :

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

    To this

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

    Let us know if this fixes your query.

    supersplet Friend
    #297249

    That’s the solution.

    Thank you.

    sunrise Friend
    #297253

    Hi supersplet,

    Glad you found the solution. Just a thought, Maybe many people are used to clicking on the logo for the homepage, so if it doesn’t really need to be removed, and it seems to be something many sites use, maybe it is not so bad to keep it the way it is??…

    supersplet Friend
    #297266

    Yeah I decided to keep it for now, I just removed the title name which was site name.

    anisjolly Friend
    #297272

    hey supersplet

    any chance you could mark the best answer? this will help people find the solution easily. 🙂

    cheers

    Anis

    supersplet Friend
    #297279

    I just notice those functions. Done :p

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

This topic contains 9 replies, has 4 voices, and was last updated by  supersplet 15 years, 8 months ago.

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