Jump to content
Search Community

jordanrdesigns

Members
  • Posts

    4
  • Joined

  • Last visited

jordanrdesigns's Achievements

0

Reputation

  1. And now it seems to be okay, thanks. Anyone know how to get rid of all these stupid vimeo blocked frame origins now? Haha
  2. I will try this next, they have fixed content and since all fixed content has to be relative to the window I need to use iframes. Each page will have a parallaxing feature, and they all come in from the right, so positioning each page off screen to the right works but since there is that fixed content that the other sections under the fold scroll over top of I can't position that content just right without using iframes unfortunately
  3. http://dev.fotype.com/chris-russo-final/ When you load it up immediately you will see the errors in the console. The scripts are being minified into one source, and if you open that file in inspector you will see it's being concatenated properly. And if you open the main.min.js file you can see it's being concatenated there properly to, however I get no errors from that file, only the section.min.js file being loaded in the iframe.
  4. I'm trying to use timelinemax to parallax some things in an iframe (I know iframes, gross but it's the solution I had to go with) but for some reason I am getting an error in the console saying timeline max is not defined. And I've made sure that it's loaded correctly, I'm also using codekit and I made sure that it's being concatenated and minified with the script file correctly and it is, but even trying to move it out of being concatenated and loading it before the rest of the script that calls it keeps telling me it's not defined. What's even weirder is I'm calling the script the same way on the page that is loading the iframes in and it has no problems, it's only when I'm trying to load timelinemax in the iframe that I'm having issues.
×
×
  • Create New...