Hi there,
I have just installed the CMC plugin and all went well until I tested the subscription and I am getting the saved message instead of thank you, I'm not a developer so don't really know what I am doing but tried having a look at the browser console and get this message, I believe that Superfish is a plugin but it's a clients site and I can't find the Superfish plugin anywhere...any ideas?
<script>
window.addEvent('load', function() {
new JCaption('img.caption');
});
WebFontConfig = {
google: { families: [ 'Open Sans|Open Sans|Open Sans|Open Sans' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
jQuery.noConflict();
jQuery(document).ready(function(){ jQuery("ul.superfish").superfish(); });