:D
I know you must be sick of these questions - popup not working.
Joomla! version, 3.1.5
Chrome Version 30.0.1599.101 m
SIG freeversion (from jw_sig.php @version 3.0.0)
After going through previous posts and reading that most of the time your advice is to remove multiple jQuery libraries, I confirmed that is the case on my site.
What jumps out is the fancybox jQuery libraries are being loaded too early i.e. before jQuery is loaded.
Also fancybox is being loaded twice by SIG (?)
danu2.it.nuigalway.ie/09101916/projects/galwaycommunitygarden/
Would you have any idea why it insists on loading before jQuery.
If I get SIG to load the library first it still occurs after the fancybox load. (It also breaks the bootstrap but I know I can fix that if needs be)
I'm trying SIG out as EventGallery might be a bit too complex for the people that will be posting to the site.
Thanks and regards
Chris
aside - I note that CookiesAccept doesn't work on the home page but does elsewhere. Only mentioned if it sparks an idea.
_____________________________
*********** SOLVED ***********
First: It wasn't loading twice, I mistakenly thought the CSS was .js.
The problem was that it was loading fancybox JavaScript before it was loading jQuery so I edited my template to load the required fancybox after jQuery, and now it works.
The CookiesAccept issue on homepage is also fixed.