Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

WordPress Jquery Problem WordPress

Hi,

I have the following site:


http://guestlist.gr/site/


And there are 2 problems.

1. The Footer Jquery Carousel, is not working. It used to work, but it is not now. I can not understand, why the hell.

2. http://guestlist.gr/site/heart-soul-m-a-g-marque-athens-gazi-sunday-2-december-2012/
Here, while there is activated a lightbox like effect, sudenly, it stoped working. Also, not know why.

Would like more a debug here! :-)

Ask me for admin usage, if you need.

Answers (4)

2012-12-04

Arnav Joy answers:

how you have added "lightbox like effect," , your two jquery are clashing with each other.

2012-12-04

Chuck Mac answers:

You are loading your scripts out of order:


<script type='text/javascript' src='http://guestlist.gr/site/wp-content/plugins/fancybox-for-wordpress/fancybox/jquery.fancybox.js?ver=1.3.4'></script>
<script type='text/javascript' src='http://guestlist.gr/site/wp-content/plugins/fancybox-for-wordpress/js/jquery.easing.1.3.min.js?ver=1.3'></script>
<script type='text/javascript' src='http://guestlist.gr/site/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>


Jquery needs to be loaded before fancybox.

If you look in the java console you can see the errors:

Uncaught ReferenceError: jQuery is not defined jquery.fancybox.js
Uncaught ReferenceError: jQuery is not defined jquery.easing.1.3.min.js


You can msg me with admin access to try to correct.


Basilis Kanonidis comments:

WAnt access to fix it?

2012-12-04

Dbranes answers:

Hi, as Chuck Mac has spotted out, the Fancybox script is loaded too early.

You have the option to load the Fancybox script in the footer instead of the header.

Under:

Settings > Fancybox for WordPress > Miscellaneous


you can find the following settings

Load JavaScript in Footer Loads JavaScript at the end of the blog's HTML (experimental) (default: off)

You could try to activate this setting.

2012-12-06

Kiet Luong answers:

Hi Basilis Kanonidis, Yes can you please give me access ?
[[LINK href="http://www.wpquestions.com/user/profile/id/10125"]]please contact to me here[[/LINK]]
Kind regards.