Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • coalition Friend
    #158349

    I installed from the quickstart and my sitename is displaying on the bottom left of the template throughout the template. It’s in large letters and is very unbecoming.

    http://www.national-coalition.net

    Can someone please tell me what’s going on?

    Walter.

    Phill Moderator
    #370331

    I too find this a little annoying on sites with long names. You can either edit your sitename (which I guess you would not want to do) or edit the following code

    With a plain text editor such as notepad open the following file – templates>ja_teline_iv>blocks>footer.php and find the following code

    <div id="ja-footlogo" >
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </div>

    Changing the two instances of
    <?php echo $siteName; ?>
    to whatever you wish.

    For example the code below would simply display the word “Test”

    <div id="ja-footlogo" >
    <a href="index.php" title="test"><span>test</span></a>
    </div>

    Leave it blank for no wording or you could include some custom php of your own such as a clock etc.

    mark frost Friend
    #374849

    Can you give me a code snippet to insert a logo of my choice?

    Sorted this myself by cutting and pasting the image snippet from the Teline IV user 6-10 modules and modified pointing to my own logo and looks great! Thanks for the info above…would not have been able to do this without it!

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

This topic contains 3 replies, has 3 voices, and was last updated by  mark frost 13 years, 9 months ago.

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