Marc

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Error message when adding an event #1329326
    Marc
    Participant

    Patricia, you star!

    Thank you so much for your help with this. I totally get it now.

    We’ve decided, going forward, to make as few customizations to the edit-event.php or indeed any capture screens, as this seems to fall over when updates are made to the plugin’s core functionality.

    Please thank your team from us, and thank you personally for you brilliant assistance and support with this issue!

    Many thanks.

    Kind regards,
    Marc de Villiers
    WEBDOOR

    in reply to: Error message when adding an event #1328649
    Marc
    Participant

    This reply is private.

    in reply to: Error message when adding an event #1328252
    Marc
    Participant

    Hi Patricia!

    Thank you, but it’s still not working.

    I’m copying the categories here that should be loading (these are under Events –> Event Categories)

    Pharmaceutical Events
    Pharmaceutical Events – Gauteng
    Pharmaceutical Events – KwaZulu-Natal
    Pharmaceutical Events – Limpopo
    Pharmaceutical Events – Mpumalanga
    Pharmaceutical Events – Non-Academic
    Pharmaceutical Events – North West
    Pharmaceutical Events – The Eastern Cape
    Pharmaceutical Events – The Free State
    Pharmaceutical Events – The Northern Cape
    Pharmaceutical Events – The Western Cape
    Surgical/Devices Events
    Surgical/Devices Events – Gauteng
    Surgical/Devices Events – KwaZulu-Natal
    Surgical/Devices Events – Limpopo
    Surgical/Devices Events – Mpumalanga
    Surgical/Devices Events – Non-Academic
    Surgical/Devices Events – North West
    Surgical/Devices Events – The Eastern Cape
    Surgical/Devices Events – The Free State
    Surgical/Devices Events – The Northern Cape
    Surgical/Devices Events – The Western Cape

    .. and this is what is coming up under the events on the http://www.memssa.com/events/community/add page:

    Anaesthesiology
    Anesthesiology
    Cardiologists
    Cardiologists
    Cardiology
    Cardiology
    Dermatologists
    Eastern Cape
    Events
    Free State
    Gastroenterologists
    Gastroenterology
    Gauteng
    General Medical Practice
    GPs
    Haemotology
    Home
    Internal Medicine
    KwaZulu-Natal
    Limpopo
    MDs
    Menu 1
    Mpumalanga
    Neurologists
    Neurology
    Neurology
    North West
    Northern Cape
    Obstetrics and Gynaecology
    Oncologist
    Ophthalmology
    Pathology
    Pediatricians
    Pharmaceutical Events
    Physician
    Specialists
    Specialists
    Surgical/Devices Events
    Test
    Therapeutic Area
    Uncategorized
    Urologists
    Western Cape

    I’m not sure where these are even coming from?

    Please could you help us with this urgently, as our client is running out of time with this and we neeed to sort this out for them as a matter of urgency.

    Your urgent response to this would be very much appreciated.

    in reply to: Error message when adding an event #1326229
    Marc
    Participant

    Hi Patricia!

    Thank you so much for your help with this, it still seems to be pulling through incorrectly here..

    This is what we’re seeing at http://www.memssa.com/events/community/add – under the Taxonomy:

    Anaesthesiology
    Anesthesiology
    Cardiologists
    Cardiologists
    Cardiology
    Cardiology
    Dermatologists
    Eastern Cape
    Events
    Free State
    Gastroenterologists
    Gastroenterology
    Gauteng
    General Medical Practice
    GPs
    Haemotology
    Home
    Internal Medicine
    KwaZulu-Natal
    Limpopo
    MDs
    Menu 1
    Mpumalanga
    Neurologists
    Neurology
    Neurology
    North West
    Northern Cape
    Obstetrics and Gynaecology
    Oncologist
    Ophthalmology
    Pathology
    Pediatricians
    Pharmaceutical Events
    Physician
    Specialists
    Specialists
    Surgical/Devices Events
    Test
    Therapeutic Area
    Uncategorized
    Urologists
    Western Cape

    … and this is what is on the back end under taxonomies for Event Categories:

    – so here:
    http://www.memssa.com/wp-admin/edit-tags.php?taxonomy=tribe_events_cat&post_type=tribe_events

    Pharmaceutical Events
    – Pharmaceutical Events – Gauteng
    – Pharmaceutical Events – KwaZulu-Natal
    – Pharmaceutical Events – Limpopo
    – Pharmaceutical Events – Mpumalanga
    – Pharmaceutical Events – Non-Academic
    – Pharmaceutical Events – North West
    – Pharmaceutical Events – The Eastern Cape
    – Pharmaceutical Events – The Free State
    – Pharmaceutical Events – The Northern Cape
    – Pharmaceutical Events – The Western Cape

    Surgical/Devices Events
    – Surgical/Devices Events – Gauteng
    – Surgical/Devices Events – KwaZulu-Natal
    – Surgical/Devices Events – Limpopo
    – Surgical/Devices Events – Mpumalanga
    – Surgical/Devices Events – Non-Academic
    – Surgical/Devices Events – North West
    – Surgical/Devices Events – The Eastern Cape
    – Surgical/Devices Events – The Free State
    – Surgical/Devices Events – The Northern Cape
    – Surgical/Devices Events – The Western Cape

    .. is it maybe pulling through the wrong taxonomy? We’ve repeated the parent label in the children titles for now, for ease of use for our clients until we get the taxonomies pulling through in the correct layout, from the correct place..

    Please see attached screengrab.. 🙂

    Thank you!

    in reply to: Error message when adding an event #1325223
    Marc
    Participant

    Thanks Patricia!

    I’ll wait to hear from you guys…

    in reply to: Error message when adding an event #1323166
    Marc
    Participant

    Thank you Patricia!

    This helps a lot!

    It’s pulling through the Taxonomy now as a checkbox list, but it’s not showing the taxonomy structure, please see attached screenshot, it’s pullin up all the taxonomy items as one long list, but not showing the structure of these.

    in reply to: Error message when adding an event #1321176
    Marc
    Participant

    Sorry, one more note, community members need to be able to select more than one taxonomy category, as an added item may fall into a couple of these, is there any way to pull these taxonomies through as tickable checklist items, or is the only way to do this by query field?

    in reply to: Error message when adding an event #1321085
    Marc
    Participant

    Thanks Patricia..

    I see they updated the system and removed the class:

    Newly-Deprecated Code

    Community Events

    Removed Class: Tribe__Events__Community__Modules__Taxonomy_Block

    – we just want to pull through the taxonomy on the community events front-end.

    at the moment, the taxonomy is not working at all, in other words, a front-end user can’t select any of the existing categories. 🙁

    Please could you folks help with this? I’m assuming that pulling through the taxonomies is a resonable request.

    in reply to: Error message when adding an event #1319426
    Marc
    Participant

    Thanks Patricia!

    I’ve narrowed it down to this:

    We’re running a child theme with a “tribe-events” folder that is running customised php files, the code on the taxonomy.php file that seems to be breaking the page is:

    <tr>
    <td><?php Tribe__Events__Community__Modules__Taxonomy_Block::instance()->the_category_checklist( get_post() ); ?>
    </td>
    </tr>

    Here is the full code for this customized taxonomy.php file:

    <?php
    /**
    * Event Submission Form Taxonomy Block
    * Renders the taxonomy field in the submission form.
    *
    * Override this template in your own theme by creating a file at
    * [your-theme]/tribe-events/community/modules/taxonomy.php
    *
    * @package Tribe__Events__Community__Main
    * @since 3.1
    * @author Modern Tribe Inc.
    *
    */

    if ( ! defined( ‘ABSPATH’ ) ) {
    die( ‘-1’ );
    }

    $event_cats = get_terms( Tribe__Events__Main::TAXONOMY, array( ‘hide_empty’ => false ) );

    // only display categories if there are any
    if ( ! empty( $event_cats ) ) {
    ?>
    <!– Event Categories –>
    <?php do_action( ‘tribe_events_community_before_the_categories’ ); ?>
    <div class=”tribe-events-community-details eventForm bubble” id=”event_taxonomy”>
    <table class=”tribe-community-event-info” cellspacing=”0″ cellpadding=”0″>
    <tr>
    <td class=”tribe_sectionheader”>

    <?php printf( __( ‘%s Provinces:’, ‘tribe-events-community’ ), tribe_get_event_label_singular() ); ?>

    </td>
    </tr>
    <tr>
    <td><?php Tribe__Events__Community__Modules__Taxonomy_Block::instance()->the_category_checklist( get_post() ); ?>
    </td>
    </tr>
    </table><!– .tribe-community-event-info –>
    </div><!– .tribe-events-community-details –>
    <?php
    do_action( ‘tribe_events_community_after_the_categories’ );
    }

    … We’re trying to bring in the event categories as checkboxes in a section of the page for community events, so that users can select multiple locations for their event, this would replace the normal “Event” selection area, which doesn’t seem to be able to find the taxonomies at the moment, so basically we need the http://www.memssa.com/events/community/add page to load, in a section all the taxonomies as tickable checkboxes, what would be the best way to do this?

    in reply to: Formatting issues, requests for http://www.memssa.com/ #1154767
    Marc
    Participant

    Thanks Hunter..

    Much appreciated.!

    in reply to: Formatting issues, requests for http://www.memssa.com/ #1152996
    Marc
    Participant

    Hey Hunter!

    Thank you for your speedy response… The calendar is only viewable by logged in users, hence the login details.. 🙂

    I tried to upload a document, will upload it to the site as well, for you to check this out:

    http://www.memssa.com/wp-content/uploads/2016/08/WEBSITE-QUERIES.docx

    in reply to: Expired Community Events Crashed Site #1035278
    Marc
    Participant

    Hi guys!

    I had the same issue… Logged in to my account, downloaded 4.0 of community events and PRO and manually FTP’ed the latest versions into their respective folders and it worked like a charm.

    Back up again! Thanks for the awesome support!

    Marc
    Participant

    Hi Geoff!

    It works! Thank you so much!

    I’m still battling to change:

    Event Description: (required)

    to say:

    Event Description (Eg: Pietermaritzburg, Durban, Eastern Cape): (required)

    Sorry! I know I’m being dense here, but my programming skills are somewhat lacking in this area..

    Marc
    Participant

    Hi Geoff!

    Thanks so much for your help thus far..

    I’m still stuck with something though..

    I can’t seem to be able hide, eg. EVENT IMAGE

    … without hiding:

    Event Description: (required) along with it!

    To clarify, we have decided we want to keep:

    Event Description: (required)

    …in place as it is useful to our users to view details of the event in the calendar view screen, but just rename the label to:

    Event Location: (eg. Umhlanga, Cape Town South, etc.) (required) ​

    What CSS would accomplish this for us, or is there another way to do this?

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