Undefined jQuery Error and Google Api font
-
Hey all. My website is https://www.westmeetseast.net
I am getting a jQuery error on my site and it seems to be coming from NextGen, but I cannot pinpoint where it is coming from or how exactly to fix it. Would anyone know what the problem is? Here are the lines around the error:<div
class=”ngg-slideshow-loader”
id=”ngg-slideshow-695-15357045320-loader”
style=”width:640px; height:480px;”>
<img src=”https://www.westmeetseast.net/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/images/loader.gif” alt=”” />
</div>
</div>
<script type=”text/javascript”>
jQuery(‘#ngg-slideshow-695-15357045320-image-list’).hide().removeClass(‘ngg-slideshow-nojs’);
jQuery(function($){
jQuery(‘#ngg-slideshow-695-15357045320’).nggShowSlideshow({
id: ‘695’,
fx: ‘fade’,
width: 640,
height: 480,
domain: ‘https://www.westmeetseast.net/’,
timeout: 10000 });
});
</script>The error is in this line:
jQuery(‘#ngg-slideshow-695-15357045320-image-list’).hide().removeClass(‘ngg-slideshow-nojs’);Also on the “</script>” line, there is another error because of google api fonts not being able to load in China (blocked by the government). I have downloaded the fonts onto my server, but where would I put the link to them in the CSS? Would I only have to link it inside of one of NextGen’s CSS files?
Thank you!!
- The topic ‘Undefined jQuery Error and Google Api font’ is closed to new replies.