I have created a test image map for wordpress but no matter what I do, I can’t get the images to link. I even tried the plugin “Image Map Pro” and the shortcode doesn’t show up at all.
I have no clue what I could be doing wrong since NOTHING has worked.
The image is 1200x600. The image shows up but isn’t clickable. I am just testing it so this obviously isn’t the image I’ll be using. Just trying to get the code down before I create the actual one.
In this image, the register, the left door, and the right door should all be clickable/ linkable.
You may wish to put the most important link in your profile if it is your own site. That would be okay. In order for this topic to remain listed we will need to remove the URLs. Give a nod and I’ll be happy to edit it and put it back out front, solved or not.
And thank you, that worked!!! Though I must have to play with the coordinates because it isn’t clicking as it should be. But thank you so much. I knew it had to be something very simple. THANK YOU ! THANK YOU! THANK YOU!
Use your image editor RULER and SELECT TOOL to determine the coords, write them down, then use those in your code.
If your are not using an XML namespace then drop the XML compliance. The self closing tag is not needed for text/html, which is what HTML5 is, by default. No need for / in void element tags.
That’s what I used to get my coordinates so I was sure they were right, but when I click on the image, nothing happens. I have to click around a bit to find the link and there seems to be a delay. So I’m assuming it’s a coordinate issue.
Dimensions are absolute, and mapping is from top, left, so I don’t see that as an issue. However, any inconsistency or incongruence can/may lead to ghost behavior. (You know that last sentence is balderdash, right?)