All my SmoothGalleries have stopped working. I have over 300 on the site#@! Will this plugin be updated to work with the latest versions of WordPress or should I move on to another option?
All my SmoothGalleries have stopped working. I have over 300 on the site#@! Will this plugin be updated to work with the latest versions of WordPress or should I move on to another option?
WordPress uses a different method now for letting plugins add scripts to the header. If you need help, email me at sales@compasslocal.com All you need to do is manually add the scripts in your header.php file right before the end head tag like this
<!-- begin nextgen-smooth scripts -->
<script type="text/javascript" src="http://yoursite.com/wp-content/plugins/nextgen-smooth-gallery/SmoothGallery/scripts/mootools.v1.11.js"></script>
<script type="text/javascript" src="http://yoursite.com/wp-content/plugins/nextgen-smooth-gallery/SmoothGallery/scripts/jd.gallery.js"></script>
<script type="text/javascript" src="yoursite.com/wp-content/plugins/nextgen-smooth-gallery/SmoothGallery/scripts/jd.gallery.transitions.js"></script><link type="text/css" href="http://yoursite.com/wp-content/plugins/nextgen-smooth-gallery/SmoothGallery/css/jd.gallery.css" rel="stylesheet" media="screen" />
<!-- end nextgen-smooth scripts -->
</head>
This topic has been closed to new replies.