How to bypass javascript linking with Galleryview
-
Hi, new here.
I’m developing my first WordPress run site here and I’m kind of perplexed with Galleryview.
I noticed that after I installed it, it ran it’s jquery timers, easing and galleryview scripts on every page, when I only need it for one page. I’ve looked in to how to bypass this loading for pages that it’s not needed on and came across the “wp_deregister_script” method in the functions.php file. This works on some of the NextGen Gallery scripts because they’ve been loaded via “wp_enqueue_script” but Galleryview’s scripts have not. There’s got to be a way to rewrite this to actually load the correct way rather than echoing the link within the head, but I can’t figure how to do it as I’m very much a newbie with wordpress (and php for that matter).
The main things that I need with this site is the ability to edit these images via a CMS, and leanness of code for SEO.
- The topic ‘How to bypass javascript linking with Galleryview’ is closed to new replies.