Thanks,
This is the solution, does this have to do with the fact that the $ is not recognized as a standard Jquery function in this case? Could you explain this a little bit?
Regards,
Bas
😀
<em>@Nazario A 411880 wrote:</em><blockquote>Hi Bas,
First, you need to make sure the plugin is enabled.
Please try to open the file: /templates/ja_wall/index.php then find and replace this code:
$(document).ready(function(e) {
$('img[usemap]').rwdImageMaps();
});
With:
jQuery(document).ready(function(e) {
jQuery('img[usemap]').rwdImageMaps();
});
Let me know how it goes.
If you have any difficulty, please PM me FTP account, I will help you out.</blockquote>