It is possible to change the point size? In my map i need smaller point. Thank You
]]>HI, Great plugin , works great on 1 thing.
We have a multisite WordPress instance running.
2 servers with Apache, Mysql(master slave), PHP and oafcource wordpress.
Sites using a shared storage for all wp-content (plugings, uploads, etc)
The upload directory is secured with a .htaccess so somebody can’t deeplink directly to the content.
When i using Image Point a site A , upload the image to mediafolder(wp-content/uploads) and using this with the imagepoinst this will word on site A , but when i opening the page on site B, there is no imagemap only the pint.
When i check the image URL on server B the URL in pointing to server A
If a swap the procedure (upload and use image on ServerB) the problems moves to server A.
Tryed to change the url in de database but then its broken on both servers.
With all other uploaded content(images, pdf’s etc) there is now problem.
Is there a way or can it been fixed so the “hostname” wil be dynamic?
like https://<hostname or ip>/wordpress.
Thanks
Mickel
Hello! Seems like color picker doesn’t work at all. It’s not even showing up. All other plugins disabled and used default theme.
]]>In add new image post page, status bar shows only “pending” and “draft”.
After click “Publish” Button, still the status is “draft”.
How can I go publish it?
]]>Hi,
The plugin is awesome but when i see on mobile, the mapping image isn’t responsive. Is it possible to do it?
Thanks and regards,
]]>Hi, I’ve used Image Point plugin in a website with Divi Theme, but the shortcut of the image will be processed on the top of the contents, and not in the correct position where I put it.
I’ve correct the image-point.php file in this way:
[…]
wp_enqueue_script( ‘sip-script’ );
ob_start();
?>
<div class=”sip-wrapper” id=”sip-wrapper-<?php echo esc_attr( $image_point->ID ); ?>”>
[…]
<?php endforeach; ?>
</div>
<?php
$output = ob_get_clean();
return $output;
}
}
[…]
Now the plugin show the image in the correct position.
I hope this post can be useful to you.
Thanks,
Ivan