Hi, I'm fairly new to Drupal community and I'm not entirely sure if this is the correct place to add this issue.

However here it is.

Im using views nevo slider on Drupal 6 whereby I have created a slider with z index that sits behind some of the other main theme images.

To do this I call the view in the page.tpl.php as such.
$view = views_get_view('HP_images_top'); print $view->execute_display('default');

However I would like this to load site-wide on node page files, however the java isn't loaded on node pages and therefor the view displays the images inline.

Any advice on this would be awesome.

Comments

janpan’s picture

Try changing the jquery version with JQuery update and see if that fixes it ... I've had similar issues.

SC011D’s picture

Thanks Janpan,

I did that and it seems that may not be that.

I've also found that it seems to load fine on the nodes that I have created custom content type templates for, however not in the general or "page" content nodes.

Any thoughts on that. Perhaps it may be something to do with the "node.tpl.php" file. Would this file be affected if I changes the name of the "pages" content type to "articles" ?

Thanks
Scott

jorisx’s picture

Issue summary: View changes

With update from nivoslider 7.x.2 to 7.x.3 the Nivo Slider only works with jQuery 1.8 or lower
Use query-update

SC011D’s picture

Issue summary: View changes