Hi Eric,
Yesir, that could be the problem, or at least the biggest part of it.
Nice Catch.
Yesir, that could be the problem, or at least the biggest part of it.
Nice Catch.
Eric Rohloff wrote:
If I'm looking at the correct page.
This
Should be this.
If I'm looking at the correct page.
This
<script type="text/javascript">
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide"
});
</script>
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide"
});
</script>
Should be this.
<script type="text/javascript">
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide"
});
});
</script>
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide"
});
});
</script>
Aww Yes the case of the missing brackets... very familiar with that lol
Taking over the world one website at a time!
Steve Kolish
www.misterwebguy.com
YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
Steve Kolish
www.misterwebguy.com
YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
I had the
});
});
at the end, but changed it to see what happens , and at the time nothing. Now we ARE getting somewhere. I am going to try and shrink the width a bit. The images scroll but I do not have the manual 'forward' 'back' options that should come up.
});
});
at the end, but changed it to see what happens , and at the time nothing. Now we ARE getting somewhere. I am going to try and shrink the width a bit. The images scroll but I do not have the manual 'forward' 'back' options that should come up.
Well, I got the width right, as it does not show a sliver or the previous image to the left.
Hi Marc,
Add the "flexslider.css" to the page, that will more than likely solve that.
Add the "flexslider.css" to the page, that will more than likely solve that.
I added the .css and that does not seem to work either. I searched the other folders for files that I might need but dont see any.
Sorry, I meant the actual "flexslider.css" file (contains the styling for the slider), should have been with the download.
I added the .css file to the 'js', 'files' and the main folders. No change
Yes, the file is named flexslider.css. I will try downloaded it again, maybe it is corrupt
I didn't see the include within the page or mention of a '.css' file. Sorry, no offense, just making sure we're on the same page.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.