Wordpress revolution slider grey box errors -


revolution slider not working on wordpress site. works other themes not 1 running.

i told site throwing out these 2 errors stopping working

uncaught typeerror: cannot read property 'id' of undefined s3slider.js?ver=1:23 uncaught typeerror: cannot read property 'opera' of undefined custom.js?ver=1:16 

but unsure of how resolve these or error stop slider works

site url: http://henrysstuff.co.uk/ - slider grey element @ top

you initialize slider following code:

jquery('#slider').s3slider({    timeout: 3000 }); 

but there no element id of "slider" found in markup. causing first error.

the second error because $.browser removed in jquery 1.9, , site running 1.9.1. code below custom.js line 16.

if (!jquery.browser.opera) { 

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -