• Resolved pasamike

    (@pasamike)


    I am using Toolset Types along with Events Manager. I have a categories list “ministry categories”. I am able to assign a ministry category to an event in the editor. However, I am not sure how to confirm the category is attached to the event, as the category placeholders are all for the EM categories.

    I am trying to accomplish a couple of things:
    1. Display the ministry categories image instead of the category image from EM category.

    2. Filter events by ministry categories.

    I know enough to be dangerous when it comes to WordPress, but I’m now stuck!

    Thanks In Advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Here’s the updated version of my answer to that topic ??
    https://www.stonehengecreations.nl/use-wp-categories-in-events-manager/

    Thread Starter pasamike

    (@pasamike)

    @duisterdenhaag Thanks Patrick!

    I have “Blog Categories” showing up under the events menu. That said, I cannot get #_WPCATEGORY to return a value. It simply shows “#_WPCATEGORY”.

    Is there a way a link my existing “Ministry Categories” (produced by toolset types) to connect as opposed to creating another category set? If I can make this work, it will tie the entire site together. Thanks!

    I have no experience with Toolset. Heard of it, but never used it, so I cannot comment on that.

    Where are you using the placeholder? You cannot use it if you also can not use any other EM placeholder (outside of the EM Loop). You should be able to use it in the Single Event Page and Events List Page markup in the EM Settings, the Email Booking Templates, EM Events Slider, EM Email Users, etc.

    Anywhere else in WP, you need to approach the WP category as… well… a WP Category. ??

    Thread Starter pasamike

    (@pasamike)

    I was trying to use the placeholder on events list and events single page but it doesn’t not seem to recognize it as a placeholder.

    The toolset taxonomy also shows in the EM menu, And EM event list on the appropriate events. I just don’t know how to filter by or return that value with the event.

    Thread Starter pasamike

    (@pasamike)

    If the taxonomy is showing with a value in the events admin area, it’s just a matter of knowing how to filter by that field or showing the value of the field correct? I’m no expert on all this, but I’m surprised if the field is recognized, there isn’t a simple way to do this, included in the documentation.

    it doesn’t not seem to recognize it as a placeholder.

    In that case… Where did you put the snippets??

    It actually is included in the documentation:
    https://wp-events-plugin.com/documentation/event-attributes/

    Yet, you are using a third-party (Toolset) so they might have their own way to call the values.

    Thread Starter pasamike

    (@pasamike)

    So I got this working. For anyone who stumbles upon a similar issue, here is how I apply both filters.

    
    category="[wpv-post-slug item='$current_page']-campus" ministry_category="[wpv-post-taxonomy type='ministry-category' format='name']"]

    ministry category is filtered not by using an underscore instead of a hyphen between the two words.

    • This reply was modified 5 years, 2 months ago by pasamike.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Toolset Types Categories with Event Manager’ is closed to new replies.