Highlight image area from text link in WordPress page

I’m not a coder at all and I’ve lost two days try to doing this! Hope someone could kindly help me…

I would like to highlight some area shape on my image map (prepared with Fireworks) not only when hover on it but also by hovering on a separate text link. I’ve tried some plugins for WordPress but no one does this.

Read More

I can do what I need (using jQuery plugin “maphilight”) in a static html page but the same code doesn’t work in the WordPress page. Only for testing I have put the needed links on the header.php (I don’t know how to load scripts dynamically only in the page that use them).

My question is very similar to this one but have no solution yet.

Many many thanks to anybody that could help me. 🙂

Regards. Marcella

ps. forgive my english! 😉

Related posts

Leave a Reply

1 comment

  1. You have errors on your page telling you that JavaScript files could not be found.

    Here are the files that could not be found:

    <script type='text/javascript' src='http://www.tommasifamilyestates.it/villa40/wp-content/plugins/marcymaps/jquery.min'></script>
    <script type='text/javascript' src='http://www.tommasifamilyestates.it/villa40/wp-content/plugins/marcymaps/jquery.imagemapster.min.js'></script>
    <script type='text/javascript' src='http://www.tommasifamilyestates.it/villa40/wp-content/plugins/marcymaps/jquery.mappa-congressi.js'></script>
    

    You could try removing the plugin and re-installing it.

    The correct JavaScript references should be:

    <script type="text/javascript" src="http://www.tommasifamilyestates.it/villa40/wp-content/plugins/marcymaps/jquery.min.js"></script>
    <script type="text/javascript" src="http://www.tommasifamilyestates.it/villa40/wp-content/plugins/marcymaps/jquery.maphilight.js"></script>
    <script type="text/javascript" src="http://www.tommasifamilyestates.it/villa40/wp-content/plugins/marcymaps/mappa-congressi.js"></script>