- Posts: 163
- Thank you received: 1
how to change home page
11 years 4 months ago #44091
by maryswave
how to change home page was created 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
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.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 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"'; } ?>>
<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.168 seconds