0

I made a site using SlideUp and FadeIn as main choice to transition between the content, everything was working well but suddenly stopped working today and i have no idea how to fix it.

I opened the console and don't call any error, i try to remove all scripts but still not working.

Here's the URL from the site ( Here )

All errors on the console comes from the iframe

Edit 1 : Ok it's working now... and the best is i dont touch in the code, just start to work again :)

RikaKun1994
  • 13
  • 1
  • 4

1 Answers1

0

Actually if you see your console you will some errors, those are jQuery Migrate Plugin - Warning Messages. To resolve all these warning have a look at this link:

jQuery Migrate Plugin - Warning Messages

Mohsin Rafi
  • 539
  • 6
  • 14
  • all errors coming from the iframe migrate are pulling a system from another company so I can not change, and even if I remove the iframe it still does not work – RikaKun1994 Dec 04 '14 at 16:27
  • You cannot access iframe with javascript and plugin is trying to do this which is not possible. Try using [window.postMessage] (https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage). http://stackoverflow.com/questions/25098021/securityerror-blocked-a-frame-with-origin-from-accessing-a-cross-origin-frame – Mohsin Rafi Dec 04 '14 at 16:39
  • wait a minute, i'm not trying to acess the iframe, I'm just saying that errors are from the iframe. The real issue is the fadeToggle and slideToggle its not working... animate, alert, .css, .click its working, fade and slide in the .cont-1 and .cont-2 div is not :/ – RikaKun1994 Dec 04 '14 at 16:57