As of now I am getting this error “You cannot access this page directly.”
I don’t know what happen .Please help as I need to sort it out ASAP.The same plugin working with other sites brilliantly.Any help from your side would really appreciated.
Thanks
In your responsive-slider.js make sure to replace existing code with this
rsjqu(window).load(function() {
/* Flex Slider. */
rsjqu(‘.flexslider’).flexslider( {
animation: $slidereffect,
slideshowSpeed: $sliderdelay,
animationDuration: $sliderduration,
slideshow: $sliderstart,
pauseOnHover:true,
} );
});
enjoy…….:)