0

I am trying to get flexslider up and running but I am getting the following error.

Uncaught TypeError: Object [object Object] has no method 'flexslider' maximizesocialmedia.wordpresslochness.com/:234 

It looks like the most common problem with that error is jQuery is loaded twice. I have been looking and can't find where it would be loaded twice on my site. When I view the source I can't find it loaded twice and I am not seeing anything in the chrome web inspector. Could there be a different reason as to why it's not working? Here is the site

If I need to update this post with any code please let me know.

7
  • 2
    Put the relevant code here, in the question. Commented Jul 3, 2013 at 2:26
  • I'm not sure what is relevant because I am not sure where the problem is. Would you like all of the code that makes up the page? Commented Jul 3, 2013 at 2:29
  • no, your script includes and the code where you call said method should be enough. If you think you're not seeing an include that IS there, try using the find command, Ctrl+F Commented Jul 3, 2013 at 2:29
  • Is Firebug throwing an error, and what is it? What line of code is it throwing the error on? Commented Jul 3, 2013 at 2:30
  • 1
    are you actually including flexslider? i couldnt find it loaded anywhere. Commented Jul 3, 2013 at 2:31

3 Answers 3

1

You're not loading the flexslider plugin in your page, try adding it in a script tag, after jQuery.

It's probably named jquery.flexslider.min.js.

Sign up to request clarification or add additional context in comments.

2 Comments

That embarrassing....Thanks for the help. I'll accept the answer as soon as the time limit is up.
It happens, and it can be hard to notice when you're the one building the site. Good luck!
0

that console error could mean that the jquery/js for the flexslider haven't loaded so the flexslider give an error that the flexslider object for the settings is not defined as an object i guess...

Comments

0

Seems like the jQuery flexslider is not loaded. I just looked at your site and I couldn't find the javascript file related to flexslider.

Include the flexslider javascript in you page and it should work.

I also noticed that the site used slidesjs

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.