eugenegrant
Forum Replies Created
-
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Zoom not working when map is in a different pageThanks for your quick turnaround to add this new option.
I have marked this topic as resolved.
- This reply was modified 1 year, 2 months ago by eugenegrant.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Zoom not working when map is in a different pageExcellent – thank you – that works fine.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Zoom not working when map is in a different pageThanks for looking into that.
I will wait for the next version and in the meantime use the zoom value in the [targetmarker] shortcode.P.S. I tried the leaflet.Permalink. Again it works just great for a map on the same page but i could not get it to work for a map on a different page!
Forum: Plugins
In reply to: [Extensions for Leaflet Map] leaflet-parentgroup not working as expected.>>Which was your old php version?
v7.1>>But what is the shortcode for your marker? Every marker popup is open. How did you do it?
To always display the tooltip label, i added the following crude lines to \wp-content\plugins\leaflet-map\class.leaflet-map.php
at the end of the “add_popup_to_shape($atts, $content, $shape)” function :// add permanent tooltip $title = str_replace(array("\r\n", "\n", "\r"), '<br>', $title); $title = addslashes($title); $title = htmlspecialchars($title); $title = "window.WPLeafletMapPlugin.unescape('{$title}')"; echo "{$shape}.bindTooltip($title,{permanent: true,offset: [-25, 0], direction: 'left'}).openTooltip();";Forum: Plugins
In reply to: [Extensions for Leaflet Map] leaflet-parentgroup not working as expected.Sorry for wasting your time.
I set about putting together a cut down version of the map on my test server to send to you but it worked. The live site had a lower version of PHP than the test server.
Upgraded the PHP version on the live site and all is working now as expected.Forum: Plugins
In reply to: [The Events Calendar] Cannot click on day on mobile.The theme was updated to the latest and the issue has been resolved.
Thanks for your help.Forum: Plugins
In reply to: [The Events Calendar] Cannot click on day on mobile.Additional information:
When debug is enabled, the following entries appear in the wp-content/debug.log.
However they appear to be unrelated as they are logged when accessing any page on the website.[09-Sep-2022 15:51:37 UTC] PHP Warning: mysqli_real_connect(): Headers and client library minor version mismatch…
[09-Sep-2022 15:51:38 UTC] Automattic\WooCommerce\Blocks\StoreApi\SchemaController is deprecated since version 7.2.0!…
[09-Sep-2022 15:51:38 UTC] Automattic\WooCommerce\Blocks\Domain\Services\ExtendRestApi is deprecated since version 7.2.0!…Forum: Plugins
In reply to: [The Events Calendar] Previous versionsThanks for that.
I was viewing that page on a mobile where the sidebar is pushed down to the bottom so I missed that “Advanced View” link(or did not look hard enough).