Active
Project:
Scrollable Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
30 Jun 2009 at 21:50 UTC
Updated:
3 Jun 2020 at 17:18 UTC
I created a view and then displayed it as a page : it works fine (on Safari and OmniWeb).
I then created a bloc display to integrate a view on a page : it does not work because scrollable' javascript files are not present.
Here follow the code from the template file.
...
<div id="contenuPrincipal" class="hauteur_commune">
<?php print $content; ?>
</div>
...
...
<div id="contenuPrincipal" class="hauteur_commune">
<?php print views_embed_view('boutique', $display_id = 'bloc'); ?>
</div>
...
Code source investigation reveal 2 missing javascript files :