Hi! I would like to have the the slideshow not only on the first page, but also on the other ones... I was wondering if there is a way to do that...
Thank you

Comments

devsaran’s picture

Status: Active » Closed (duplicate)

To make the slideshow to be displayed in all the page.. You need to make changes in the page.tpl.php and template.php..

TO have slideshow in all the page, Remove line no 118 and 145. mainly if (theme_get_setting('slideshow_display', 'responsive')):

youronetouch’s picture

Issue summary: View changes

I am not going to be using the set home page but instead I'm creating different page as the home page. With this new home page I still want the slideshow to appear on it. I do not want to use the current home page because of it having the new content added to it and not having a way for me to only create content for the home page.

How do I go about switching the code to move the slideshow to my new home page from the current homepage?