Ilja Zaglov
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Google Maps by IMBAA] index.php goneHi kamenle,
this is the first time I hear about such an issue. The plug-in never had an index.php and there is actually no requirement for an index.php, so there shouldn’t be any problem with using it.
Maybe you could describe the problems you experience with the plug-in in a more detailed manner? We’ll be happy to help.
Ilja
Forum: Plugins
In reply to: [Responsive Google Maps by IMBAA] Map Parameter Format/SyntaxHi Tony,
the scroll zoom features doesn’t affect touchscreens as far as I know. So it can be turned on without having any trouble.
We will check out the possibilities to display the title in the map. Maybe there will be some time for that next week.
Ilja
Forum: Plugins
In reply to: [Responsive Google Maps by IMBAA] Map Parameter Format/SyntaxHi Ilja,
I took a quick look into the code. The title was a bug within the JS – it’s fixed now. Dragging can now be enabled as well.
Ilja
Forum: Plugins
In reply to: [Responsive Google Maps by IMBAA] Map Parameter Format/SyntaxHi Tony,
good to hear that the plug-in does it’s job!
The drag functionality is quite an issue. The problem is, that when enabled, users will experience problems on touch devices. They will be able to scroll over inside the map, but not be able to °overscroll” the map itself. This can be quite frustrating. So the dragging feature is disabled.However we are thinking on implementing something to enable scrolling on desktop devices but prevent scrolling on mobile.
We’re trying to keep the code as slim as possible, so it takes us a day or two to find the „best” solution.
Meanwhile you could modify the responsiveMaps.js which is located inside of the js directory. Set „draggable” to „true”. This should be somewhere around line 95 of the file.
We’ll have a look into the title issue.
Ilja
Forum: Plugins
In reply to: [Responsive Google Maps by IMBAA] Map Parameter Format/SyntaxHi Tony,
this is actually a common problem with responsive sites and google maps.
Try the following css inside your cild-themes style.css. This should work out for most cases..responsiveMap label {
width: auto;
display: inline;
}
.responsiveMap img {
max-width: none;
max-height: none;
}Hope this works out for you!
Also there is a typo in your shortcode example. There is an ‘=’ missing after scale_control.
If you have any more troubles with the plugin please let us know!
Regards,
Ilja