I have tried this template without the success of the updated code.

The banner still displays on every page, instead of just on the front page, any ideas?

Thanks in advance for your help!

Comments

vkechagias’s picture

Hi MrrWizzard,

this is the default behaviour of Magazeen Lite.

If however you would like the banner to be displayed only in the front page follow the steps below:

  1. Duplicate the page.tpl.php file
  2. Rename the duplicate to page--front.tpl.php
  3. Open page.tpl.php file with your favourite text editor
  4. Locate the slideshow div (usually line 40)
  5. Delete the slideshow code ( usually lines 40 through 59) and save the changes
  6. Clear the Drupal cache ( Home » Administration » Configuration » Development » Performance » Clear all caches)

Enjoy!

Bill