Ray Hollister
Forum Replies Created
-
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Could you, would consider adding Leaflet.Locate?OK, thanks anyway for the quick response!
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Numeric MarkersSeriously, thank you!
Here’s two examples:
This one is working, but the description is not bold even though it is in a<strong>
tag.https://porchfest-wjct.pantheonsite.io/jaxmusic/extra-marker-test/
Here’s the shortcode I used:
[leaflet-map lat=29.871672082404032 lng=-81.29361038423357 height=600 zoom=13 detect-retina fitbounds zoomcontrol scrollwheel tileurl=https://stamen-tiles.a.ssl.fastly.net/toner/{z}/{x}/{y}.png attribution='Map tiles by <a href="https://stamen.com">Stamen Design</a>, under <a href="https://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="https://openstreetmap.org">OpenStreetMap</a>, under <a href="https://www.openstreetmap.org/copyright">ODbL</a>.'] [extramarker lat=29.871672082404032 lng=-81.29361038423357 markerColor=purple shape=circle icon=fa-number number=1]<strong>Test 1</strong>[/extramarker] [extramarker lat=29.892448944865485 lng=-81.31283436952994 markerColor=purple shape=circle icon=fa-number number=2]<strong>Test 2</strong>[/extramarker] [cluster] [fullscreen] [zoomhomemap fit/!fit]
Here’s the second example. It is breaking. The only difference is I put in
<a href="/jaxmusic/">Test 1</a>
in the description.
https://porchfest-wjct.pantheonsite.io/jaxmusic/extra-marker-test-2/Here’s the shortcode I used for it:
[leaflet-map lat=29.871672082404032 lng=-81.29361038423357 height=600 zoom=13 detect-retina fitbounds zoomcontrol scrollwheel tileurl=https://stamen-tiles.a.ssl.fastly.net/toner/{z}/{x}/{y}.png attribution='Map tiles by <a href="https://stamen.com">Stamen Design</a>, under <a href="https://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="https://openstreetmap.org">OpenStreetMap</a>, under <a href="https://www.openstreetmap.org/copyright">ODbL</a>.'] [extramarker lat=29.871672082404032 lng=-81.29361038423357 markerColor=purple shape=circle icon=fa-number number=1]<a href="/jaxmusic/">Test 1</a>[/extramarker] [extramarker lat=29.892448944865485 lng=-81.31283436952994 markerColor=purple shape=circle icon=fa-number number=2]<strong>Test 2</strong>[/extramarker] [cluster] [fullscreen] [zoomhomemap fit/!fit]
[extramarker] also breaks and gives the same error if there is a linebreak in the description.
Here’s the error it’s kicking out:
Fatal error: Uncaught RuntimeException: Unclosed string at position: 687 in /code/wp-content/plugins/extensions-leaflet-map-github-main/pkg/JShrink/Minifier.php:500 Stack trace: #0 /code/wp-content/plugins/extensions-leaflet-map-github-main/pkg/JShrink/Minifier.php(258): JShrink\Minifier->saveString() #1 /code/wp-content/plugins/extensions-leaflet-map-github-main/pkg/JShrink/Minifier.php(154): JShrink\Minifier->loop() #2 /code/wp-content/plugins/extensions-leaflet-map-github-main/pkg/JShrink/Minifier.php(122): JShrink\Minifier->minifyDirectToOutput('\r\n
- This reply was modified 2 years, 2 months ago by Ray Hollister. Reason: adding the error message
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Numeric MarkersYep, links break it. I will confirm, but I think even
<strong> or <em>
breaks it.- This reply was modified 2 years, 2 months ago by Ray Hollister.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Numeric MarkersThat is awesome. Thank you so much!
Sadly this only gets me about halfway to what I need. Of course, I made the mistake of assuming the extramarkers would be backwards compatible with the same features that leaflet-marker has, specifically being able to put an address in the shortcode and putting HTMl in the description. I’m guessing that Extra Markers would have to be changed to get those to work, right?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Numeric MarkersActually, this might be even better: https://github.com/coryasilva/Leaflet.ExtraMarkers
Forum: Plugins
In reply to: [Product Code for WooCommerce] Product column Quick EditTrue, your solution is much better than mine. Thanks!
Forum: Plugins
In reply to: [Product Code for WooCommerce] Product column Quick EditThis is incredible! Thank you so much!
I had one more suggestion, and even the code to make it happen. It would be immensely useful if instead of showing “Code” and “Code 2” in the admin view it showed the field titles. I figured that it would be super easy to do, so I downloaded the plugin and make the changes in the PHP. But to be honest, I have never used SVN before, so I have no idea how to submit the SVN equivalent of a pull request. But basically all it needs is a tiny change to one file:
Forum: Plugins
In reply to: [Product Code for WooCommerce] Product column Quick EditSeconded! I was actually working on a plugin that would put the code in the admin view. Thank you for that.
I would also love the ability to edit the Product Code in Quick Edit.
And, if i’m not being too greedy, I would love to see the second code in the admin view and be able to edit it in Quick Edit too!
My multiple sites are on 2.7.1, and all are experiencing the same issue.
Cleaning out the browser cache did not help. That was my first thought. I also cleared out any server caches too.
Multiple users on Mac and Windows and multiple browsers (Safari, Edge, Chrome, Brave and Firefox) are all experiencing it.
We had to disable the plugin completely.Just reactivated it on a dev server, cleared browser cache, cleared server cache, and it’s still behaving the same on the post editor:
https://gyazo.com/8f7250a30cde3e9d72c18587f8b977f1But it is not doing this on the Quick Edit view:
https://gyazo.com/db0c2de58ff44ea5529f25a9d8c3d04dWe are on Gutenberg.
We are on Gutenberg.
Sounds like the same issue we are seeing
https://www.ads-software.com/support/topic/automatically-expiring-old-posts/Auto-Enable is Disabled on all post types.
Also, just to be clear, this is only an issue on old posts, not new posts.
I’ve tried disabling the plugin and reenabling it. That did not resolve the issue.
I uninstalled the plugin and reinstalled it, and this did not resolve the issue either.
- This reply was modified 2 years, 10 months ago by Ray Hollister. Reason: updating with more relevant information