how to change home page

More
9 years 3 months ago #44091 by maryswave
how do I make the home page look like the other pages... no slide show, no message.. etc.
when I deactivate the slide show and the message modules it all just goes up into the menu.
I have tried just redoing the menu but I don't see any styling settings?? to switch the view on home

Please Log in to join the conversation.

More
9 years 3 months ago #44097 by ivan.milic
Replied by ivan.milic on topic how to change home page
Open index.php of template and locate following:

<body<?php if ($menu->getActive() == $menu->getDefault()) { echo ' class="sparky_home"'; }else{ echo ' class="sparky_inner"'; } ?>>

replace sparky_home with sparky_inner:

<body<?php if ($menu->getActive() == $menu->getDefault()) { echo ' class="sparky_inner"'; }else{ echo ' class="sparky_inner"'; } ?>>

Please Log in to join the conversation.

Time to create page: 0.274 seconds
Powered by Kunena Forum