recently, I have found this awesome fullscreen slideshow located HERE
I wanted to test some things on the first index of that link (so the first demo); I therefore downloaded the source and deleted the index2.html and started working with the first index.
I then went on wanting to write some stuff with the h1 tag at the end of the div, however whatever I did, my text did not come up, it was just the fullscreen slideshow.
Can anyone please help?
Related
I am working on a website for a school project and I had made a modal gallery to show some pages of a brochure. So to test I made a seperate document to see if it would work and it did. But ofcourse when I tried to put it in my correct webpage it didn't.
It should be in the blue GIP section but instead it is on the bottom of the page and I can't seem to get it to go up. Also the whole gallery is broken but that is not for this sub I think.
Thank you to anyone that tries to help.
Test: http://www.vseppe.gc-m.be/Gip/test.html
Webpage: http://www.vseppe.gc-m.be/Gip/index.html
I can't figure out how to paste the code correctly in here, please comment or message if you need it.
I may be asking this incorrectly. I'm not super familiar with the terminology of javascript or ajax. I've been able to get by just enough using html and javascript code from highslidejs to create most of our companies in-house web pages. Now I am stuck on how to go about this issue. Originally I built this page using simply html code. Then one of the higher ups requested that I use this template. :( So I am attempting to work with this template that has no functionality what so ever. Everything was going ok until I came to having to reveal the video content below each selection using the ajax code that I grabbed from hsjs. While I got it to show the videos onclick with each submenu item.. the problem is that the way the template is built it has each video positioned just under it's name when it is clicked. And it doesn't clear the previous video being played. I was thinking that I could have each video be targeted to play in a specific div with an iframe. That way each video will play in that same div and override the previous one selected thereby avoiding having several open at the same time. I have had that work before. However, I am running into a conflict with the href having two functions: "javascript:;" and "mymoviesource.mp4"
I apologize for the lengthy explanation of my problem. Here is my work in progress: http://www.foxsportsgraphics.com/Lab-presentation/index-6-7a.html
I'm currently only working with the first "Virtual Reality" menu tab. I had each movie opening in a separate web window but they would like for each to open as the first one does for "Big East Basketball (jeep)" in that same position. Here is my first web page that I used a target iframe to play each video in:
http://www.foxsportsgraphics.com/template/index-Lab-original.html It works great having each video play in the same spot. But I don't know how to have one href do both: javascript code to reveal the iframe below the selections and target the video URL's to play in the iframe . Would it be better to use an "onclick" behavior to reveal the iframe? And if so.. how would i get the positions of the iframe to be in the same place for each selection? Again, I apologize if this question is troublesome because of my lack of knowledge in this area. But I would so greatly appreciate any help at all to direct me in some way to be able to accomplish what I want to do. Thank you in advance!
I have a site which is tracked by Adobe Omniture, it loads s_code.js to track the site.
My site also have a full screen slide function, when click Next, it will show a short animation and replace with the next slide. But when put the s_code.js and use s.t(), the animation disappeared. (I think there should be some code conflict.)
Does anyone know how to let s_code to exclude the links like Next? For example, Next button has id as nextbutton.
Thanks a lot in advance.
I am redesigning a webpage that has an image slider on the top to show some of my featured work. The image-slider works fine and works by clicking the right or left arrow for the next or previous image.
All was well until I added the links to the fancyBox files so that other images (not in the slider) in that page could be viewed in the pop-up fancyBox.
fancyBox works fine, but because of it my slider now disappears once one clicks the left or right arrow.
Can someone please help me fix the slider, or fancyBox, so that both the slider scripts and FancyBox work on this page?
Here is a link to the webpage
In the source I have also noted which files in the are part of the slider and which are for FancyBox
I would really appreciate any and all help!
Thanks in Advance,
theirf
See an error when stepping through in Firebug:
When I called show(slide,[object Object]) with your args, an error was thrown!
TypeError: f.easing[i.animatedProperties[this.prop]] is not a function
[Break On This Error]
...e)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f....
Caused by $("#pic-" + next).show('slide',{direction: dir});
where 'dir' is an empty string. Believe this is causing your error.
You also have a few other issues...such as hiding before showing. Check out more jQuery anim stuff or..simpler use a pre-built slider :)
It looks like you are loading two different versions of jQuery. One in the header(1.7), the other is in the top of m.js(1.4.2). Try taking that copy of 1.4.2 out of m.js to start. Make sure to check your console for errors, then go from there.
Also, I'm not all that sure about the slider script you are using. I have used BxSlider with fancyBox on the same page before, and they play great together... Just an idea.
I have this site that need to load videos from vimeo into a <div> element that will have a scroll attached to it.
But i have a problem.
When the script that executes the jscroll pane come into play it messes things up allot.
this is with jscroll
and
this is without the jscroll
I`ve launched the site with static html wich you can view it here and get the idea of what i want to accomplish www.georgiunkovski.com.
I need to do this so the owner simply change the videos from the gallery and it would show on the site.
Cheers.
p.s. forgot to mention its in the collection section :)
Well the thing is you have to make sure that in jscroll u don't add so much sand.js as i see from your exaples, theres to many.
hope this helps ;)
<3