I see the sidebar is automatically hidden from the front page. I can understand how this would be useful for some sites but I would like to enable it for the front page. Can you tell me how I can do this? Thanks and keep up the good work!

Comments

israelshmueli’s picture

Right now the only way to get sidebar on frontpage and taxonomy pages is to edit page.tpl.php file.

In version 7.x-2.6 of fontfolio on lines 124 and 132 you will find the following condition code:

      <?php if (!$is_front && (arg(0) != 'taxonomy')) :?>

You can safely remove these 2 lines if you don't forget to remove also lines 126 and 139 that contain matching endifs:

      <?php endif; ?>
plato1123’s picture

Perfect! Just what I was looking for. Thank you!

israelshmueli’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.