Is there any way someone (anyone) can help me with the page.tpl file to make it so that the slideshow only appears on the main homepage and not all the other pages? This is pretty important if anyone can help me out. I appreciate anyone that can help.

Thanks,
Rick

Comments

gtsopour’s picture

Assigned: Unassigned » gtsopour
Category: support » bug
Status: Active » Fixed
Issue tags: +Magazeen Lite theme

Hello Rick,

Make the following change inside page.tpl.php to image_reel (added base_path(). )

<div class="image_reel">
<a href="#"><img src="<?php print base_path() . drupal_get_path('theme', 'magazeenlite')?>/images/slideshow/slide3.jpg" alt="" /></a>
<a href="#"><img src="<?php print base_path() . drupal_get_path('theme', 'magazeenlite')?>/images/slideshow/slide1.jpg" alt="" /></a>
<a href="#"><img src="<?php print base_path() . drupal_get_path('theme', 'magazeenlite')?>/images/slideshow/slide2.jpg" alt="" /></a>
</div>

This change has been commited and will be included in 7.x-1.0

Thanks
/George

Status: Fixed » Closed (fixed)

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

MrrWizzard’s picture

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

The banner still displays on every page, any ideas?

Thanks in advance for your help!

13ders’s picture

Hi! I wanna do the same thing: Slide show displaying on homepage only. I'm using version 7.x-1.1 and by what i see it has this piece of code on page.tpl.php already. So what should i change to get it done? Thank you!

marcos.alvarez’s picture

Issue summary: View changes

Did anyone solve this issue? My code looks like the one posted by gtsopour. My version is 7.x-1.1. I only want to see the slideshow in the front page.

Thanks for your help.