i have done ‘everything’ that manual says.
included all files, adding it properly to html structure, loaded images,..
please, you can view live problem here
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are using
ajaxpageto load thedivwithid=sliderfor certain categories forpage.php. However, Nivo slider is looking for a div after the primary page has loaded (the$(window).loadfunction).Somehow, you need to attach the
.loadfunction call to the page being loaded byajaxpage.You might try adding the
$(window).loadcall to the bottom of each page whenever you are setting up a Nivo slideshow.If you were using jQuery’s ajax library/module calls, you might be able to attach the
loadaction to fire when the ajax has loaded.I looked at the source of one of your
page.phppages with Nivo and I think that you set up the HTML correctly, but the Nivo module just has not been started, partly because of the way the page is pulling in the content using ajax.This is a clever way of doing things, but just needs a different trick to starting Nivo.