2013-03-30, 03:21:33
Where exactly do I insert those two lines?
Don
Don
(2013-03-30, 00:48:27)cyberianTiger Wrote: If you are having problems with Fancy box and using version 3.2.
Open the plugin file and update the following code.
PHP Code:/*
* Generate The Photo Gallery Header CSS/JS
*/
function the_photo_gallery_header() {
global $GSADMIN, $SITEURL, $thumbnailsize;
$header = '
<!-- The Photo Gallery [start] -->
<script type="text/javascript" src="'.$SITEURL . $GSADMIN.'/template/js/jquery.min.js"></script>
<script type="text/javascript" src="'.$SITEURL . $GSADMIN.'/template/js/fancybox/jquery.fancybox.pack.js"></script>
<link rel="stylesheet" type="text/css" href="'.$SITEURL . $GSADMIN.'/template/js/fancybox/jquery.fancybox.css" media="screen" />
The following two file names need to be insterted instead of what is there.
PHP Code:jquery.fancybox.pack.js
jquery.fancybox.css
P.S. The author made this great plug-in, but unfortunately does not seem to want to come back an update the file.