Tarmo Toikkanen
Forum Replies Created
-
Commenting out that line helped me as well. It’s not just mobile users, but all confirmation links. The problem is that for logged-in users confirmation links work fine, so most admins when testing that everything works will not spot this problem early enough.
Forum: Plugins
In reply to: [ImageMapper] Image stretched on mobile, with no links.The plugin can display all hotspots as regular links. In Image maps -> Image map settings make sure that “Fallback links for areas” is turned on. And in the link shown by Samatva, the links are accessible right below the image itself.
Forum: Plugins
In reply to: [ImageMapper] Image stretched on mobile, with no links.Is this issue still relevant, or have the recent fixes by forum members fixed this as well?
Forum: Plugins
In reply to: [ImageMapper] Open link in new tabThis functionality doesn’t exist. Feel free to add it as a plugin-level setting or a link-specific setting, and I’ll integrate the changes to the plugin.
Forum: Plugins
In reply to: [ImageMapper] Area right, but area occurs when cursor is at wrong positionSome dynamic themes may cause problems, as the image gets dynamically resized on the client, and the hotspot coordinate information is not updated. See if changing the theme fixes the issue.
Forum: Plugins
In reply to: [ImageMapper] multiple areasHi. No-one’s needed this feature before. Might be a relatively small change, but will take some experimenting to do. If someone has the time to do it, great!
Forum: Plugins
In reply to: [ImageMapper] ImageMapper databaseThe hotspot areas are custom post types. Their coordinates are stored in wp_postmeta, in field “imgmap_area_vars”. You can either create the correct database information from your existing data, or then try to tweak the plugin’s code to read data from a different table and storage format.
Forum: Plugins
In reply to: [ImageMapper] Feature Request: Rectangular MarqueeYep, this would make some things smoother. If someone adds that capability, it can be included in the plugin.
Forum: Plugins
In reply to: [ImageMapper] Duplicate mapsNope, not at the moment, sorry. There’s people also asking for WPML support, which would translate the texts using WPML’s translation capabilities, without having to make a copy of an imagemap. But that also is something that some volunteer would need to program.
Forum: Plugins
In reply to: [ImageMapper] Link to HotspotThere’s an option in the plugin settings to enable alternative links. These links are displayed below the imagemap as a list, and clicking those will cause the same behaviour as when clickin the corresponding hotspot.
Basically you could copy the information from those links into your selectable list. Or take a look at the php code around lines 413-433 and make something similar for your use.
Forum: Plugins
In reply to: [ImageMapper] Illegal string offset 'id' error suddenlyHi. This probably related to the recent WordPress upgrade. Should be fixed now.
Forum: Plugins
In reply to: [ImageMapper] Responsive ImageShould be responsive now.
Forum: Plugins
In reply to: [ImageMapper] WPML SupportThe plugin would need to specifically support localization of hotspots. If someone wants to create that functionality, I’ll be happy to include it in the plugin, but currently the designated developers of this plugin have no time to spend on creating new functionalities.
Forum: Plugins
In reply to: [ImageMapper] Version 1.2.4: Embedded Map in Page TemplateThanks, edanwp! I’ve updated the plugin with the changes you proposed. Hopefully the issue is now solved.
Forum: Plugins
In reply to: [ImageMapper] Imagemapper on tablet incorrect resizingI just updated the plugin with Pourgt’s suggestion in it. Hopefully that helps everybody!