Christofer

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Search bar – additional fields and different date search #1070848
    Christofer
    Participant

    Hi Josh,

    Thanks for the answer! I was looking at this plugin, but still my question is how can I link from the search field of the events calendar with this plugin? Can I still use your search from modules/bar.php? Or do I have to skip that and use the one from the plugin? Sorry but I really need assistance here ^^

    And regarding one of the initial first questions – changing the date search to search for months in list view instead of days – you answered:
    “…You could modify the datepicker to select a month rather than a set date…” – how can I achieve that? Where do I have to make changes here?

    Sorry for all the questioning, but it is really a little bit hard to find and understand in the code ^^

    in reply to: Search bar – additional fields and different date search #1069249
    Christofer
    Participant

    Hey Josh, thanks for the reply.

    I didnt get the answer for the second question – I didnt know what to do here (“somehow utilize the event categories to allow for filtering by this additional information”).

    I rewrite the szenario: I have a list with events (concerts) and at the top your classic search field which works very good for the basic fields which where provided from the events calendar (like description, date, author etc.). But I also have a custom field for actors which I added with wordpress´ custom fields in the backend. If I search know for an artist, nothing is found. So how can I include this field in your events calendar search field? I don´t want to filter, just include it in the given search. So do I have to register the custom field somehow so that the events calendar recognizes it and includes it in the search?

    With nice regards

    in reply to: Search bar – additional fields and different date search #1066134
    Christofer
    Participant

    I just want to add that I have not th events calendar PRO – just the basic one, but I purchased the events calendar – filter bar.

    With nice regards, Lisa

    in reply to: Filter bar not showing any more #1056403
    Christofer
    Participant

    Hey George,

    I found out that it still works sometimes – when I delete all customizations from me, then open the filters with the default plugin and then adding my customizations again. then it works for a few reloads before it dissapears.

    Its because the body gets the class “tribe-filters-closed”. If i remove it manually within developer tools in chrome, it is showing up and working (until i reload). I can not remove this class from body programmatically – whether not with jQuery remove class nor with wordpress functions to remove body classes or even not with CSS. I can also not find this class in plugins-code to remove it.

    So my only question is: Please tell me how to remove this class from body completeley or how to remove it from the source code (and where to find it) – its urgent 🙂

    Hope to hear from you soon.

    Christofer
    Participant

    Hi Barry,

    Thanks for your reply, but I can not manage it to get the bar to work. I am trying it with a different approach now, I want to use/modify the list view for showing past events. I know you can only provide limited support for custom code, but I can not find anything related to it nor get it to work without any references.

    Do you know a way to show past events instead of upcoming in the list view? Help for that would be great!

    With nice regards, Lisa

    Christofer
    Participant

    Hey Barry, thanks for your reply!

    Unfortunately I am still stuck with it – I don’t know exactly how to enque or load the files correctly. I tried it this way:

    wp_enqueue_style( 'tribe-events-full', plugins_url() . '/the-events-calendar/src/resources/css/tribe-events-full.css');
    wp_enqueue_script( 'tribe-events', plugins_url() . '/the-events-calendar/src/resources/js/tribe-events.js');
    wp_enqueue_script( 'tribe-events-bar', plugins_url() . '/the-events-calendar/src/resources/js/tribe-events-bar.js');
    
    $js_config_array = array(
    	'permalink_settings' => get_option( 'permalink_structure' ),
    	'events_post_type' => TribeEvents::POSTTYPE
    );
    wp_localize_script( 'tribe-events', 'tribe_js_config', $js_config_array );

    But that only gives me an error ($tribedate.bootstrapDatepicker is not a function) and the datepicker is still not showing/working. If i try to also enque bootstrapDatepicker, I get other error and so on. How should i load the files correctly?

    Thanks for your help, with nice regards, Lisa

    in reply to: Event title in Woocommerce admin orders list #1037747
    Christofer
    Participant

    Okay thanks 🙂

    in reply to: Event title in Woocommerce admin orders list #1037723
    Christofer
    Participant

    Hi Brian, thank you for your answer!

    For the second question: Okay so I can not see all attendees for all events? I already found attendees for one special event but I would need all events here…do you now a plugin or pro edition I can purchase and use for this? I already searched for it but could not found one…

    Thanks for your help so far!

    With nice regards

    in reply to: Event title in Woocommerce admin orders list #1037352
    Christofer
    Participant

    Sorry another question regarding the same issue: It would be even better if I could see all booked events somewhere in the backend? Like if ten people booked an event (or buyed tickets for it)can I see somewhere a list with those ten bookings?

    Thanks for your help, with nice regards!

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