Shape 5

Joomla Templates => Big Picture - Club => : mpanza February 09, 2017, 03:24:02 PM



: Remove Hamburger Menu Icon
: mpanza February 09, 2017, 03:24:02 PM
Hello,

I don't have my site online for you to see but I'm wondering if you still may be able to help.  I edited the code in the index.php as per your request to enable the top menu to stay visible at all times on the home page even with the Image and Content Fader visible.  This works great.  Here is what I did as requested:

to make the menu remain visible on home page add this:
Open up the index.php file look for:

<?php if($s5_pos_custom_1 != "published") { ?>#s5_menu_and_other {height: 95px;}<?php } ?>

And change it to:

<?php if($s5_pos_custom_1 != "disabled_published") { ?>#s5_menu_and_other {height: 95px;}<?php } ?>


My question is though now that this works I still have the word "Menu" on the far right along with the hamburger icon.  I would like to remove this altogether as it is no longer needed since the top menu is now always visible.

How would I do this?

Thanks,

Michael


: Re: Remove Hamburger Menu Icon
: jonahh February 10, 2017, 12:18:33 PM
Hello,

Just open up the index.php file and look for the following and remove:

:
		<?php if($s5_pos_custom_1 == "published") { ?>
<?php if ($s5_menutext != "") { ?>
<div onclick="s5setmenubarheight()" id="s5_menuiconwrap">
<div id="s5_menuiconact"></div>
<div id="s5_menutext"><?php echo $s5_menutext;?></div>
</div>
<?php ?>
<?php ?>