Shape 5

Joomla Templates => Eventfull - Club => : MaiiQ March 24, 2015, 06:00:38 PM



: Hide Logo on Home
: MaiiQ March 24, 2015, 06:00:38 PM
Hi! Congrats for the great work with this theme!

I need to hide the logo only on the home page. I disabled the logo module for this page but before this, in the home page appears a enventful png logo.

My website:
www.maiiqmusic.es

Thanks in advance!


: Re: Hide Logo on Home
: jonahh March 25, 2015, 12:35:52 PM
Hello,

Thanks for the compliments!

This will require custom coding to do so but here is a start that should head you down the right path.  You can wrap HTML with this php code below so it won't show on the homepage.

:
<?php
$fsmenu 
= & JSite::getMenu();
if (
$fsmenu->getActive() != $fsmenu->getDefault()) {
?>


this area wont show on homepage

<?php ?>

Regards,