Hi there,
I’ve used the ImageLinks plugin to create a large image that users can use to get to different pages on the website. However, when I hover over the images, the cursor isn’t showing, which gives the impression that it’s not clickable. Is there a way to fix this?
]]>I am able to see the interactive map on one of my MacBook, in all browsers, but I get a blank page when I open it on other 2 macbooks (all browsers display a blank page.
Javascript is enabled on these browsers.
What could be causing it to be blank?
The same thing is happening on the phone (android)
Thank you for any help
]]>Hi there nice plugin however I end up with 1 extra grey dot for each marker I tagged on the picture…. it looks like it’s a css issue from imgl-shadow-pulse
Blockig that part from css the dots are gone but also the marker ;-(
#737e86 color dot <li> related?
Solution would be appreciated!
]]>Hello, after installing the plugin, when I try to create a new item, I get the following error message: “The operation failed, can’t create the item”.
What can I do?
]]>Good afternoon,
I use this plugin in tabs.
The first active tab loads the image with labels.
When you switch to another tab, the image is not loaded.
Or after a forced reloading of the page or when resizing the browser window.
Integrated through Acf , custom theme…. Can you tell me what the problem might be?
In the inspector chrome height of the inner block – 0. When resizing the window… is detected and the image is displayed…
hello I’m trying to use the plugin for an image map with clickable hotspots on my homepage.
I installed imagelinks and tested a image with a few markers but niether the preview or the code in the page are working.
For the preview i have an empty transparent page and on my homepage the image is not appearing
Can you help me?
Hi! when i use my pc i can see the entire map no problem, but when i try it with my mobile phone it doenst work. Any idea way?
When i use the inspector with differents resolutions there is 0 problems.
]]>This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
The pro version has also not been updated in the last 8 months.
Is this plugin or the pro version still under active/supported?
]]>Hello,
I have been using Imagelinks 1.4.1. for years. Now I would like to integrate the existing data (two maps with different hotspots) into version 1.5.2. Is this possible and how can I do it?
I am grateful for any help or suggestions.
Thanks, Patricia
Hi, do you think is possible to create an item list, under the image, that shows the correspondent marker when i rollover on it?
]]>Hi there, I installed the lite version of your plugin in a site running WP 5.8, hosted by Kinsta, no way to get it to work, I addeddifferent sort of images and the preview or the page with shortcode does not show any thing. Is a matter of the Lite version, I mean, it does not work at all?
]]>Hello ??
First of all I would like to say that the plugin is really helpful, thanks for your work!
I would like to recommend the plugin for my community (genealogy), but I would need it translated to French.
I am available and motivated to do the translation myself, how can we make it happen? ??
I’m tech savvy, it’s OK for me if you just send me the locales for translation, or alternatively i’m using Loco Translate to translate the plugins I’m using.
Have a great day!
Best,
Hi there, I’m hoping if you can can help solve my problem, and if a purchase is required, I’d be happy to do so. I’m hoping to build a custom map (fictional map, similar to a game map). The map will have clickable markers across the different locations on the map. I was wondering if I can make it so that the markers change color/picture/form after it has been clicked, and stays that way whenever the user comes back to the map, so that the user can see which markers they’ve already clicked on and visited in the past, is this possible? In other words, the map should store data on the user. Users of my website will need to sign in with an account, is there a way to integrate the map to the user account, so that no matter where they log in, they always see the same map with the already clicked on markers. Many thanks!
]]>Hi,
Thanks for your efforts, the plug-in is amazing and very easy to use. Before buying the pro version, I want to make sure it can be used on mobile device since mine is not working. Please help check if there’s anything wrong with my settings, thanks!
]]>Switch language to danish to find the Imagelinks placed further down the page. I’m using it for a map with some smaller points. I’d like to make a button to make it fullscreen but I’m not sure if that’s possible.
Since I’m using Elementor, I’ve tried using their popup builder to make a fullscreen popup with both full width and 100% margin. Neither the less, it doesn’t show up in the popup.
Any other suggestions to make a fullscreen button?
]]>I’m just testing out the plugin and it seems to work just fine on older versions of wordpress. Not with 5.5.1 however. If you add the shortcode to a page in 5.5.1 you get blank page. Any idea why that is?
]]>Hello,
I have a wordpress site with 2 domains, in one the plugin works fine, but if I access with the name of the other domain, the plugin does not work for me. It does not load the item.
Physically it is the same hosting and the same files, but it can be accessed through the 2 different urls. Is it a limitation of the free plugin?
Link that works: https://asociacionsantabarbara.com/XIIJornadas/
Link that does not works: https://acmsb.es/XIIJornadas/
Best regards
]]>The delete option it′s dangerously near to the link to an ImageLinks Item. By accident I have already delete an item and as far as I can see there is no way to recover it.
To have a deletion confirmation seems to be a good idea or a thrash place to recover deleted Imagelinks items.
It’s all an idea.
Thank you
]]>In the tooltip, I have added a close class
<div class=”float-right clickable closeme”>x</div>
And in custom js I have added the following code
$(this).closest(‘div.imgl-tooltip-wrap’).removeClass(‘imgl-show’).addClass(‘imgl-hide’);
This hides the open tooltip, however it does not trigger the correct event as I then need to click the hotspot twice in order to open it again.
How can I manually trigger the tooltip close event?
]]>Hi there,
I am trying to customize the tooltips that show when I hover over the markers I set. I tried adding custom css to the .imgl-tooltip classes, but I can’t seem to get it to work. I am trying to accomplish something similar to the example I linked. Instead of having a standard tooltip, I would like the text to get underlined when I hover over it. Is there a way for me to do this? I purchased the pro version.
Thanks!
]]>Hello,
It seems that the plugin doesn’t work with mobile browsers.
I have tried with Chrome and Firefox for Android and I get a blank instead of the image.
I don’t think it’s a question of resolution, because it works perfectly with the adaptive view of Firefox, on desktop.
Is there a limitation for the free version ?
Thanks.
The plugin was not activated because it caused a fatal error.
Parse error: syntax error, unexpected ‘[‘ in /public_html/wp-content/plugins/imagelinks-interactive-image-builder-lite/includes/plugin.php on line 511
510 if($item && (current_user_can('administrator') || get_current_user_id()==$item->author) ) {
511 $result = $wpdb->delete( $table, ['id'=>$id], ['%d']);
Please fix the error
]]>Hi, I try to change the font of the tooltips of my markers. I can change it for one marker by editing the HTML code in the data tab (text) of one marker at a time.
Is it possible to change it once for all the markers? I tried using the custom CSS with the following code (that worked for an individual marker):
font-family: ‘forgottenuncialregular’, sans-serif;
but it didn’t worked.
Do you know what’s wrong?
Thanks!
]]>Hello,
I’m linking different parts of an image to different pages because visitors keep trying to click it. But when i put the hotspot to the link in the image and scroll over it (link above “two sided chats”) the mousepointer doesnt change to a hand. Can it?
]]>Hello,
I am attempting to change the color of the link icon depending on some CSS code. Could you please assist or provide an example of the code I should use?
Thanks,
Erica
Additional CSS classes:
* unvisited link */
a:link {
color: white;
}
/* visited link */
a:visited {
color: #3150c5;
}
/* mouse over link */
a:hover {
color: #3150c5;
}
/* selected link */
a:active {
color: #3150c5;
}* unvisited link */
a:link {
color: white;
}
/* visited link */
a:visited {
color: #3150c5;
}
/* mouse over link */
a:hover {
color: #3150c5;
}
/* selected link */
a:active {
color: #3150c5;
}
hi, i need to put this site online urgent but the map i created won’t work on mobile browsers.
]]>I downloaded the lite version to play around with and see if this is the correct plug-in for what I need to do. On the backend, it appears to do what I want, but I can’t preview the image to make sure. All when I click preview is gray and white checkerboard. I don’t want to purchase something that isn’t going to let me preview my work before publishing.
]]>I am making my site accessible for disabled users and WCAG guidelines https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html.
I need to add screen reader only text or an aria-label attribute to each of the links on my map. How can I do this in the plugin? I am using the Pro version.
Thanks,
J
Hallo,
I would like to knoe if the plugin works with SVG (vector) images. I need to change my .png to a .svg file and readd the hyperlins etc.
Best regards,
Irina
]]>If you want to add language packs support to your plugin you should do a couple of changes to the imagelinks.php
file:
In line 11, change:
Text Domain: imagelinks
to
Text Domain: imagelinks-interactive-image-builder-lite
And in line 25, change:
define('IMAGELINKS_PLUGIN_NAME', 'imagelinks');
to
define('IMAGELINKS_PLUGIN_NAME', 'imagelinks-interactive-image-builder-lite');
The text domain of the plugin must match the plugin’s slug for the language pack support to work.
]]>