Forum Support

Shape 5
March 29, 2024, 06:22:40 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Logo is shown on two positions  (Read 435 times)
fgevic
Jr. Member
**
Offline Offline

Posts: 81



WWW
« on: November 11, 2015, 08:49:54 AM »

Hello,

My logo is published on the module position logo.
Now I see the logo twice: one at the top and one at the bottom of the page.
I don't want the logo at the bottom.
How do I change that?

Best Regards,

Felix
Logged

Webdesign, Joomla, VirtueMart, Magento
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: November 11, 2015, 01:50:06 PM »

Hello,

To remove at the bottom you'll need to open up the index.php file and remove the following code as we designed the template to show the logo in both locations:

Code:
<?php if($s5_logo_type != "none") { ?>
<div id="s5_logo_wrap2" class="s5_logo s5_logo_<?php echo $s5_logo_type?>">
<?php if ($s5_logo_type == "css") { ?>
<img alt="logo" src="<?php echo $s5_directory_path ?>/images/s5_logo.png" onclick="window.document.location.href='<?php echo $LiveSiteUrl?>'" />
<?php ?>
<?php if ($s5_logo_type == "image") { 
if(strrpos($s5_logo_image_file,"ttp://") > 0) { ?>

<img alt="logo" src="<?php echo $s5_logo_image_file?>" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'" />
<?php } else { ?>
<img alt="logo" src="<?php echo $LiveSiteUrl; echo $s5_logo_image_file?>" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'" />
<?php ?>
<?php ?>
<?php if ($s5_pos_logo == "published" && $s5_logo_type == "module") { ?>
<div id="s5_logo_text_wrap">
<?php s5_module_call('logo','notitle'); ?>
<div style="clear:both;"></div>
</div>
<?php ?>
<?php if ($s5_logo_type == "text") { ?>
<div id="s5_logo_text_wrap">
<?php echo $s5_logo_text?>
<div style="clear:both;"></div>
</div>
<?php ?>
<div style="clear:both;"></div>
</div>
<?php ?>
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.