Soesoe Posted February 28, 2014 Share Posted February 28, 2014 (edited) Hello everyone, I'm trying to finish my site for a long time already, and I have some problems with the website Hopefully anyone can give me some instructions how to fix the problems. Those are the problems: - Slider looks weird on homepage, it shows all pictures instead of slides - i can't add www. before my shop URL, because some links doesn't work then - Font for some text shows up very big, for example the 5 steps in the cart (only in google chrome) [fixed] - The buttons for grid or list option doesn't work, nothing happens if you click. Also I want to add the text Excl. VAT before the price and in small font the price incl VAT This is the link to my website: http://tinyurl.com/prf754p Even if you can help me with one point, i'll be very thankfull because i'm really stressing. Best regard, Soesoe Edited February 28, 2014 by Soesoe (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted March 3, 2014 Share Posted March 3, 2014 For the slider and general javascript breaks, here is your issue: Uncaught TypeError: Object [object Object] has no method 'flexslider' $(document).ready(function() { $('#slider_home').flexslider({ animation: "slide" }); You need to include flexslider, it looks like it's not being added to the header hook. Try re-hooking the default slider to the header, or resetting it Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now