Hello,
I have a problem with the Revolution Slider, I build an SPA Website, on my homepage I use revolution slider, if I load the homepage and then switch to another view (login view for exemple) I receive this error: TypeError: opt is undefined
The error is in the file jquery.themepunch.revolution.js line 1521, refer to this:
var setSize = function(img,opt) {
opt.container.closest(‘.forcefullwidth_wrapper_tp_banner’).find(‘.tp-fullwidth-forcer’).css({‘height’:opt.container.height()});
opt.container.closest(‘.rev_slider_wrapper’).css({‘height’:opt.container.height()});