Hi,
I’m developing a website in WordPress that uses the carouFredsel. It’s a great carousel and things went fine until I uploaded my WordPress site to the live domain.
To make things clear, I developed this site in MAMP on my localhost. While developing it there, the carousel displayed perfectly. However, when I uploaded it to the live domain, the carousel began showing partial images to the right of the screen.
I have tried everything I can think of to no avail!
Another interesting point, and perhaps a clue to the origins of this mysterious problem, is that when I was developing on the local host, the only way to get the carousel to display properly was to create a call to it in my header.php, i.e
<script src="<?php bloginfo('template_url'); ?>/js/jquery.carouFredSel-6.2.1.js" type="text/javascript"></script>
However, once on the live domain, it only works by enqueueing the script.
Here is a link to the project I’m working on: The Link
I need to fix this issue before finalising the site, hopefully by the end of February.
Thanks in advance for any help.
Ryan