Eric's Jquery Cycle - Page 5

User 12358 Photo


Registered User
55 posts

Hi Eric,
Yesir, that could be the problem, or at least the biggest part of it.
Nice Catch.
User 2088758 Photo


Senior Advisor
3,108 posts

Eric Rohloff wrote:
If I'm looking at the correct page.:)
This
<script type="text/javascript">
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide"
});
</script>

Should be this.
<script type="text/javascript">
$(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
User 219465 Photo


Registered User
324 posts

I had the
});
});

at the end, but changed it to see what happens :rolleyes: , 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.
User 219465 Photo


Registered User
324 posts

Well, I got the width right, as it does not show a sliver or the previous image to the left.
User 12358 Photo


Registered User
55 posts

Hi Marc,

Add the "flexslider.css" to the page, that will more than likely solve that.
User 219465 Photo


Registered User
324 posts

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.
User 12358 Photo


Registered User
55 posts

Sorry, I meant the actual "flexslider.css" file (contains the styling for the slider), should have been with the download.
User 219465 Photo


Registered User
324 posts

I added the .css file to the 'js', 'files' and the main folders. No change
User 219465 Photo


Registered User
324 posts

Yes, the file is named flexslider.css. I will try downloaded it again, maybe it is corrupt
User 12358 Photo


Registered User
55 posts

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.