Closed (fixed)
Project:
Views Slideshow
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2009 at 22:20 UTC
Updated:
29 Sep 2009 at 06:10 UTC
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
Comment #1
redndahead commentedIt 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.
Comment #2
redndahead commentedMarking as fixed. Feel free to reopen if you still have problems.