Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » Events Manager child categories not included in events_list_grouped filter

Viewing 6 replies - 1 through 6 (of 6 total)
  • hi,

    I’ve noticed attribute within

    <?php
    echo do_shortcode('[events_list_grouped mode="monthly" orderby="event_start_date" scope="future" category="118" attribute date_format="F Y"]');
    ?>

    can you try to removed it?

    Thread Starter ech08ravo

    (@ech08ravo)

    HI and thanks so much for your attention.

    I’ve removed the attribute so the code is now

    <?php
    echo do_shortcode('[events_list_grouped mode="monthly" orderby="event_start_date" scope="future" category="118"]');
    ?>

    The thing I find really confusing is that in the Events Manager Categories GUI it does not see the events as belong to the category, although the events themselves show the appropriate category boxes checked.

    either way, your help is appreciated.

    Kind regards

    Thread Starter ech08ravo

    (@ech08ravo)

    Sorry, I did not clarify before that removing the attribute did not work (see non-display under ‘meta-coach certification’ in the grey div at http://wordpress.thecoachingroom.com.au/wp/

    The way the site is structured is that a php include is called within each page structure, in this case ss_about.php

    http://pastebin.com/usGq57t1

    then within that page’s included php file, other php includes are called, in this case the first one is sc_upcoming_coach_training.php

    http://pastebin.com/81Fzkx3X

    which in turn contains the markup calling the events_list

    http://pastebin.com/A5Jdprmc

    If you can help me resolve this, it would be great, but I still think it could be related to the categories not being ‘attached’ to the events in the GUI.

    However, I have also attempted to use the code at

    http://wordpress.thecoachingroom.com.au/wp/nlp.html

    with mixed results. Sometimes it works, sometimes not.

    Thanks again

    Thread Starter ech08ravo

    (@ech08ravo)

    Sorry, one more thing – I will probably upgrade to Pro anyway as I’d like to be able to process online payments. Is this the kind of thing the Pro support team could help with? (And will I lose all my events o_0?)

    yes, please see this link for more info – http://wp-events-plugin.com/features/

    (And will I lose all my events o_0?)

    No, since EM Pro is an add-on to Events Manager.

    Thread Starter ech08ravo

    (@ech08ravo)

    thank you – I have upgraded and will transfer this discussion to the pro forums.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Events Manager child categories not included in events_list_grouped filter’ is closed to new replies.