Posted by youngros on July 25, 2010 at 8:56am
I know someone else started a discussion on this, but the question was never answered as they went the theming route. But just how do you use panels on your homepage, because whenever I try to make a new front page using panels it is fine until I try and make it the front page and it reverts to the original front page. I have tried deleting, overriding, disabling the lot and it still reverts.
New to OpenPublish but have been learning Drupal for around 6 months. Basically a handcoder.
Thanks
Comments
Frontpage using panels
I have the same problem and I couldn't solve it. I have created a custom layout and I am trying to use as the frontpage but it is still using the default front page. I tried everything changing the site information path for the front page, clean the cache and so on and nothing.
Did you find out hoe to do it?
Thanks.
try removing the
try removing the page-front.tpl.php file in sites/all/themes/xxxx/page
that's what could be causing your problem!
-Ronald
removing front-page.tpl.php it worked out
Thanks for your advise.
maybe this is too old, and
maybe this is too old, and probably you have already fixed this, but i noticed that the page-front.tpl.php does not contain
<?phpprint $content;
?>
Hope this helps