Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetAnd which widget is behaving like that? What shortcode do you use in that widget?
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetIf a single location, then #_SINGLE_EVENTPAGE_LOCATIONID won’t show anything. This change adds #_SINGLE_LOCATIONPAGE_LOCATIONID:
https://plugins.trac.wordpress.org/changeset/2713678/Forum: Plugins
In reply to: [Events Made Easy] Map in widgetCan you explain more? Because your remarks are very short. Showing a location that is not linked to an event can be done with a location number. Widgets are not linked to the event shown, in WordPress they are standalone parts, so to show info from the event shown in a widget you can use the placeholders I mentioned.
If something is not working, please be more descriptive.Forum: Plugins
In reply to: [Events Made Easy] Map in widgetNo, it just replaces the value with the location id of the currently shown event.
But there was a typo in it, this fixes it:
https://plugins.trac.wordpress.org/changeset/2713630/Forum: Plugins
In reply to: [Events Made Easy] Map in widgetAnd what exactly did you try?
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetWhile you can already achieve that with the eme_event shortcode and the aforementioned placeholder, this is done (untested, but should work):
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetAnd what would the purpose be there?
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetIndeed, an (old) bug. This fixes it:
https://plugins.trac.wordpress.org/changeset/2713495/Forum: Plugins
In reply to: [Events Made Easy] Map in widgetYou can use the shortcode eme_event with as I’d the placeholder #_SINGLE_EVENTPAGE_EVENTID
And in that shortcode use a template to just show the map.Forum: Plugins
In reply to: [Events Made Easy] Maps in dark modeThe way you do it there is a button with jquery-code behind it. You need to call the needed EME changes for that event too then (change the css-classes), see at the bottom of the EME css file.
Forum: Plugins
In reply to: [Events Made Easy] Featured Image?A placeholder is just text that gets replaced by something else based on where the placeholder is being used. In this case if you use the placeholder “#_EVENTIMAGE” in the “single event format” setting (either globally or per event), it will get replaced by the featured image.
There are many more placeholders of course, some for single events, some for a list of events, some for bookings, members, locations, … see the doc at https://www.e-dynamics.be/wordpress/documentation/ (chapter 7 describes all placeholders per subject).Forum: Plugins
In reply to: [Events Made Easy] PayPal guest checkout sometimes not availableWell, I don’t work at Paypal 🙂 So I guess you should ask paypal concerning these problems. Sometimes you can find something in the portal too, but I guess if they temporary disable things, it won’t show up there. I also never heard of this btw, but fraude (and detection of it) is a serious thing so it is a possibility.
Also, the legacy paypal will indeed provide a better payment integration experience on your end. You can test it (there’s a test mode too) but sometimes paypal doesn’t allow webhook in their sandbox setup, so …Forum: Plugins
In reply to: [Events Made Easy] Unfiltered HTML processing issueThe reason is the “?on” part in the url. The regex (while never optimal for javascript removal, but I can’t rely on the php domdocument function either, because the html passed might be incomplete) has been changed here:
https://plugins.trac.wordpress.org/changeset/2709912/
It now takes “?on” and “&on” into account too.
Forum: Plugins
In reply to: [Events Made Easy] Maps in dark modeThe next version of EME will switch leaflet to dark mode (see at the bottom of eme.css to change the dark layout CSS).
The changeset:
https://plugins.trac.wordpress.org/changeset/2708826/Forum: Plugins
In reply to: [Events Made Easy] Import data structure?