Shape 5

Joomla Templates => Helion - Club => : BrianGT December 23, 2013, 04:41:15 AM



: How to switch menu and banner / logo position
: BrianGT December 23, 2013, 04:41:15 AM
I like the template, but i prefer to have the logo (below menu position) and banner above the menu. I went to the index.php file and i wanted to switch the code.

I copied this code:
:
	<?php if ($s5_logo_location == "below" || $s5_pos_banner == "published") { ?>
<div id="s5_logo_banner_row" class="s5_wrap">
<?php if ($s5_logo_location == "below") { ?>
<?php if($s5_pos_logo == "published") { ?>
<div id="s5_logo_module">
<?php s5_module_call('logo','notitle'); ?>
</div>
<?php } else { ?>
<img alt="logo" src="<?php echo $s5_directory_path ?>/images/s5_logo.png" id="s5_logo" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'" />
<?php ?>
<?php ?>
<?php if ($s5_pos_banner == "published") { ?>
<div id="s5_pos_banner">
<?php s5_module_call('banner','notitle'); ?>
</div>
<?php ?>
<div style="clear:both; height:0px"></div>
</div>
<?php ?>
And i want to place it above the menu code, but it doesn't work. Do i copy it to the wrong place or is it not possible?
I hope someone can help me.


: Re: How to switch menu and banner / logo position
: mikek December 23, 2013, 08:05:37 AM
Hello,

That would require custom programming in order to do this, we do not provide those types of services. Our support is for the core product.