mlplus
Forum Replies Created
-
The short code block is also not working. Adding device rules has no effect.
- This reply was modified 1 year, 3 months ago by mlplus.
Forum: Plugins
In reply to: [Events Made Easy] Sending Generic email gives error messageThanks, the today release solved the problem.
Forum: Plugins
In reply to: [Events Made Easy] Sending Generic email gives error messageSorry, for the delay but it’s not resolved.
The error message is “Ingen standardavs?ndare definierad och ingen e-postadress funnen f?r kontakten f?r eventet, avbryter”
I use SMTP.
- This reply was modified 2 years, 3 months ago by mlplus.
Forum: Plugins
In reply to: [Events Made Easy] random_order stopped workingThank you Franky! Works fine.
Great support as always!
Forum: Plugins
In reply to: [Events Made Easy] Map in widget gets on top of menuLooking at your code from the leaflet library it uses z-index up till 1000, so I set my menu container to z-index 2000 and now it’s working.
Forum: Plugins
In reply to: [Events Made Easy] Map in widget gets on top of menuSorry but it doesn’t help
Try this page (map in widget): https://skaneplus.se/locations/galleri-engleson/
Scroll up and it cover!
Try this page (map in content): https://skaneplus.se/platser/davidshall/
Scroll up and it works fine!
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetThank you Franky!
Now everyting is working perfectly.
You are always giving the best support!I wish you a great weekend!
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetTwo widgets:
“UTST?LLNINGAR”
[eme_events category=46 show_recurrent_events_once=1]“EVENEMANG”
[eme_events show_recurrent_events_once=1 notcategory=46 category=6 show_ongoing=1]These two widgets works fine on all pages including showing a single location, except if there is a number in the path as described above.
I don’t now why some locations are without number and some with.
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetSo if there is a number in the path something goes wrong.
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetI found the problem. some locations have a number in the path like…/xxx/locations/name and the y only show events related to that page in the widget like this one: https://skaneplus.se/locations/669/residenset/
But those locations without the number inte path shows all events in the widget like this one: https://skaneplus.se/locations/a-c2-b7vo-c2-b7ka-c2-b7do/Very strange???
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetWorks almost fine now. The maps are showing correctly. But in some cases not all events are showing in the right most column.
In this location everything shows fine in the right column:
https://skaneplus.se/locations/galleri-engleson/In this location only “UTST?LLNINGAR” and “EVENEMANG” related to the location is showing in the right column.
https://skaneplus.se/locations/288/malmo-folkets-park/Strange?
Forum: Plugins
In reply to: [Events Made Easy] Map in widgetIn the widget the first part works showing the map of a single event, but showing the map of a single location doesnt work.
Forum: Plugins
In reply to: [Events Made Easy] Map in widgettemplate 10 contains only #_MAP
template 4 and 5 are emptyForum: Plugins
In reply to: [Events Made Easy] Map in widgetI hope this widget code will explain what I want to do:
/* Code in widget that is visible on single event/location page */
/* If showing a single event show the events location map in widget */
[eme_if tag=’#_IS_SINGLE_EVENT’ value=’1′]
[eme_event id=#_SINGLE_EVENTPAGE_EVENTID template_id=10 template_id_header=4 template_id_footer=5]
[/eme_if]/* If showing s single location show the locations map in the widget */
[eme_if tag=’#_IS_SINGLE_LOC’ value=’1′]
[eme_location_map id=#_SINGLE_EVENTPAGE_LOCATIONID]
[/eme_if]`Forum: Plugins
In reply to: [Events Made Easy] Map in widgetWell that will not work showing a single location