Running into an issue with a Nivo Slider
When loading the website originally, the slider loads fine and reacts properly. When navigating to another page and then back to the slider page, it does not load.
I tried adding a random number function to the CSS and JS files associated to try and eliminate cacheing however this did not resolve the issue — Any spot getting hung up that you can think of?
Website link: Removed
Let me know what code you would like to see if any.
Thank You for your help
Fixed the Issue in Firefox with the php rand Function after the JS and CSS estensions however the issue remained in IE because of the slider.xml file being called from the Nivo JS file. Added the following code in the Nivo JS file, to fix the issue in IE
Thanks Again