dsb cloud services GmbH & Co. KG

Forum Replies Created

Viewing 11 posts - 31 through 41 (of 41 total)
  • Author
    Posts
  • in reply to: Shortcode tribe_events multiple categories #1302169

    Hello again,

    sadly something went wrong 🙁
    With my descripted method, I got 2 out of 4 calendar-views correct displayed.
    At 2 views I can see correctly all corresponding events with it’s child-categories.
    At the other 2 views, I can’t see any events

    in reply to: Shortcode tribe_events multiple categories #1302142

    Hi Victor,

    the idea is, we have 4 different meeeting rooms. Each room can be booked. When you book a room, you have to say if it is an external, with customers or internal meeting. In things for preparations and staff. So my approach was to say, I have to categories for each room, “Room A internal”, “Room A external” etc.
    And for that, I wanted a view, where I can see all internal and external events for each room. A colleague of my had a great idea, which worked. I made parent categories like “Room A”, “Room B” etc. and the categories “Room A external” and “Room A internal” are child categories.
    Now I can filter with the parent category and I both categories.

    What I meant whit rooms was, if there would be the possibility to filter the calendar view by room / venue instead of categories. Like I wanted to know which events are in the venue “Room A” for the next month

    Greetings
    Patrick

    in reply to: required fileds submit form #1302135

    Hi Victor,

    thanks for the info. 🙂
    I will wait for the fix.

    Greetings
    Patrick

    in reply to: required fileds submit form #1301682

    I got the same issue with my ‘tax_input’ field with the following code:

        add_filter( 'tribe_events_community_required_fields', 'my_community_required_fields', 10, 1 );
        function my_community_required_fields( $fields ) {
    
        if ( ! is_array( $fields ) ) {
            return $fields;
        }
    
        $fields[] = 'tax_input';
    
        return $fields;
        }
    in reply to: embed "Add-"website #1301639

    Hmm Ok, I just tested your plugin. Sadly it doesn’t work with the community events add-ins 🙁

    in reply to: embed "Add-"website #1301635

    Hi Cliff,

    thanks. This plugin looks nice and I will give it a try. But I apprehensive that my customer will want to have both on one site. I will talk to her at monday.

    Greetings Patrick

    in reply to: embed "Add-"website #1301591

    Yes, I kinda want that.
    I want example.com/add-event to contain both, first the calendar and second the add-form. Like in the screenshots. And sorry they are in German.
    Backgroundinformation:
    I want to implement a meeting room management system. So the users which are looking into the calendar are searching for a free timeslot where they can book a meeting room. And one requirement from my customer is, that you don’t have to “reminder the free timeslot”. Meaning he doesn’t want to look for a free slot, then switch to another website and have to remeber, when excatly the timeslot was.
    If you have the calendar ontop of the add form, you didn’t have this problem.

    I hope, I explained my requierments comprehensible.

    in reply to: Calendar-entries missing #1301529

    Cool, thanks a lot for your help!

    in reply to: Customise "Add" website #1300922

    Ok, I found a way to “remove” the in my case unnecessary fields, but I’m struggling with editing some field-labes. I found a support-post regarding my issue (https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/) but I can’t find the correct “code” words. Basicly I want to change the label from category/taxonomy to something else.

    in reply to: Misplaced Order #1300919

    Hi Courtney,

    I did write an email to your support address. But I didn’t receive any auto-response from a ticketing system or something else, that you received my email.

    Greetings
    Patrick

    in reply to: Calendar-entries missing #1300391

    Ok, nevermind. I found my mistake. I needed to public the community event.
    But is there the possibilty to auto public community events?

Viewing 11 posts - 31 through 41 (of 41 total)