• Resolved massl

    (@massl)


    Hi all,
    I’ve come across this topic https://ww.wp.xz.cn/support/topic/shortcodes-event-types/ and i have to say: this is not solved.. at least not for me:
    I’m also trying to display a calendar via [em_events], which works, it displays all of my events.
    What I’m trying to achieve is only to display certain event-type-ids via [em_events types=”51,46,47″] within my calendar.
    The result is a page error.
    Am I confusing something…?

    Thanks for a reply and for this cool plugin 🙂

Viewing 14 replies - 1 through 14 (of 14 total)
  • Here is a typical shortcode that I use to display my calendar: [em_events view=”month” types=”43,44,46,56,145,164″ upcoming=”1″ disable_filter=”0″] This works for my site.

    Thread Starter massl

    (@massl)

    ty. just tried it exactly your way but with my IDs. crashes my site :-O

    Then I guess it’s above my pay grade. Sorry.

    The shortcode I included was for this page: https://mn-act.net/index.php/ep-events-calendar/ which is working fine for me.

    Thread Starter massl

    (@massl)

    what works is:
    [em_events view=”rows” disable_filter=”0″ types=”51,46,47″]

    But I want to display a classic calendar-view, not rows.

    what doesn’t work is:
    [em_events view=”month” disable_filter=”0″ types=”51,46,47″] or
    [em_events view=”week” disable_filter=”0″ types=”51,46,47″] or
    [em_events view=”listweek” disable_filter=”0″ types=”51,46,47″] or
    [em_events types=”51,46,47″]

    I disabled some of my critical plugins like elementor and tried another theme. The problem persists.

    • This reply was modified 1 year, 4 months ago by massl.

    @lpint Thanks

    @massl
    Thank you for bringing this issue to our attention. We appreciate your feedback, and we want to assure you that we are committed to resolving this issue in our upcoming releases.

    Your input is valuable to us, and we look forward to delivering an improved experience in the future.

    Thread Starter massl

    (@massl)

    thanks for your reply. so…. it IS indeed a bug or am I the bug…? 😀

    Hello @massl,

    We have resolved the reported issue in version 4.0.8.3. Please update to the latest version to apply the fix.

    If you have any further questions or concerns, let us know.

    Thread Starter massl

    (@massl)

    nope, i would say, it is not fixed.

    [em_events types=”51,46,47″] still crashes my site.

    Hi @massl,

    If you are using a caching plugin, we suggest purging the cache and rechecking.

    If the issue continues, please forward a screenshot of the backend event-type list, along with the page link where the issue occurs.
    We will investigate promptly.

    Thread Starter massl

    (@massl)

    Thanks for your fast reply. I am not using a caching plugin.

    Here is works via [em_events]: https://mauloff.de/kalender/

    Here it doesn’t work via [em_events types=”51,46,47″]: https://mauloff.de/kalender-faulty/

    Hi @massl,

    We appreciate you providing the requested information.

    Could you please resave the page with the shortcode and let us know if this resolves the issue on your end?

    Thread Starter massl

    (@massl)

    i did resave both, the working and the not working pages. problem persists.

    as you might have noticed: i’m using elementor. i wasnt able to simply resave the broken page, because the elementor editor threw an error “Undefined property: WP_Error::$term_id”. I had to create a new site. When I try to edit this new site, the thrown error also persists (other sites are not affected).

    Hi @massl,

    Thank you for your patience!

    Upon closer inspection of the shared shortcode [em_events types=”51,46,47″], it appears that the quotation marks around the event type IDs may not be correctly formatted.
    Could you please manually update the shortcode to [em_events types="51,46,47"] and test again?

    Let us know if this resolves the issue.

    Thread Starter massl

    (@massl)

    oh my gawd – this is the solution – i can’t believe it 🙂

    phew – thank you very much – issue solved

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Shortcode [em_events] with types=”##” doesnt work’ is closed to new replies.