Hi, I'm trying to embed the view in my page.tpl.php by using:

            <?php
			$view = views_get_view('slide');
			print $view->execute_display('default');
			?>

However, the slideshow doesn't move anymore, anyone knows why?

Comments

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

It seems no js would be able to load if you did this since the js has been compiled by the time you enter the template file. You would probably have to manually add all the settings etc. You can verify this by looking for the views_slideshow js and settings in the source.

redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking as fixed. Feel free to reopen if you still have problems.

Status: Fixed » Closed (fixed)

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