Shape 5

Joomla Templates => No1 Shopping - Club => : gnappetta September 23, 2014, 01:41:19 AM



: Logo in the intro page
: gnappetta September 23, 2014, 01:41:19 AM
Hi,
where I can set the link and the path of the centre Logo image in the intro page?
I haven't found anything in the modules (position 1&2), in the articles and menus.
Tks

Antonio


: Re: Logo in the intro page
: mikenicoll September 23, 2014, 08:00:19 PM
Hello,

This path can be controlled in the index.php from this coding.

:
<div class="s5_logo_wrap">
<center>
<img alt="logo" src="<?php echo $s5_directory_path ?>/images/s5_logo_dark.png" class="s5_logo" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'" />
</center>
</div>
By default this URL will echo your live site URL to redirect users to the Home Page. You can also use a Custom HTML module in the logo position with some HTML onclick custom coding to redirect it as well if you are familiar with HTML.