0

I am trying to add Nivo Image Slider on my front page in drupal theme running on localhost. I am using an existing druapl 6 theme template as my base theme. I followed all the steps given on the following website on how to install nivo slider. http://www.brightwebsitedesign.com/how-to-install-and-set-up-nivo-slider

However when I run the site, the images are not loaded and the slider box just shows the processing i.e the round symbol moving

Can anyone tell me what I need to do to make my own images appear in the slider?

codeinprogress
  • 3,193
  • 7
  • 43
  • 69

1 Answers1

-1

this link is wrong!

you can see source of page (with firebug) and search for what happened that make images not showing.

I think problem is on src attribute.you should notify,the url of image is relative and fill with php code.

AmirHossein
  • 367
  • 1
  • 8
  • 25
  • The src attribute shows the following: http://localhost/drupal/sites/default/files/imagecache/original-image/ where I can see the two images that I added. I am not much of a php guy so I do not really know how to notify that the url of image is relative. Is there any other way to achieve this? – codeinprogress Apr 13 '12 at 00:42