assume a list of event categories:
content type location teacher
of which I want to block content and location from view in one calender and type, location and teacher in another on another page.
Various people had a similar question / issue / task and you offered the solution to hide a single filter category from view via CSS.
Well, I followed your suggestion, and so far I failed to succeed as the CSS class is the same for all filter categories.
I did add the custom CSS
.eventon_filter_line .filtering_set_val{display:none}
Which hides the row of all filters. In all calenders, as it is a general setting.
So hiding it hides all filter categories in all calenders and not, as intended, one of the filter categories in a specific calender.
Please tell me what I do not see …
Ralph
Aug 4,2019 AT 12:26PM - 5 years ago -I fiddled around with css settings of
eventon_filter evo_sortOpt evo_sortList_event_type_2
evo_sortList_event_type_3, 4, etc
but no luck.
To clarify my question: is it possible to set the value in general settings “Event filtering options to show on the calendar” for every single calendar and not just for all?
Hello,
Please add
cal_id=”asd”
to the shortcode and then use this code
#evcal_calendar_asd .evo_sortList_event_type {
display: none !important;
}
where asd is the calendar id.
You can find more filter classes on this screenshot:
Thank you so much, works like a charm. Can even hide some subcategories that way.
Second and (maybe) last question before I choose eventon over the rest:
Now, as I run an AcroYoga Center, the regular weekly classes are the bread and butter of our offers, and they are usually displayed in a weekly “timetable” view. I can live with the list display of your weeklyview addon, but can it (hopefully) make use of the same tweaks for the filter categories?
So here is the quesiton: Is the same mechanism working for calenders (selective display of filter categories using CSS) created with the weeklyview addon?
That would just be awesome and make me change to eventon in the production system. Awaiting your answer
Ralph
###
Just a side remark, I will eventually find a solution here, and if it is only to leave uppercase active:
I was successful to override uppercase in the filtering_set_val
#evcal_calendar_findCoursesAndWorkshopsCalID
.filtering_set_val, .eventon_filter_dropdown {
text-transform: none;
}
but was unsuccessful with the items below eventon_filter_dropdown. Can you please point me to the right way to access the drowpdown list items?
Yes. Please check this screenshot:
Try it on http://dev.myeventon.com/wp-admin/
Please use this code:
#evcal_calendar_findCoursesAndWorkshopsCalID .eventon_sort_line p, #evcal_calendar_findCoursesAndWorkshopsCalID .eventon_filter_line p, #evcal_calendar_findCoursesAndWorkshopsCalID .eventon_sf_field p {
text-transform: none !important
}
Again, many, many thanks to you,
that is all very convincing and much more than I expected. Again, your CSS works.
Now it is time to buy the addons. With so many at hand, can you please help me to make that choice, find the right bundle. I will get to this at the end of this reply. First, some more questions, some of them optional:
Question 1) Recurring events. I ran in some update / refresh problems when changing an altogehter set up repetition (eg monthly) to sth else (eg custom). Is there a way to access the events database entries directly so that I can edit them without the additional interface of the WordPress fields?
Question 2) I would like to sell tickets, ticked addon will establish the link to woocommerce for me. I would love to have woocommerce coupons working / applicable already in event view, not at checkout. Reason: different coupons are related to different events, we do not support the use case of one coupon applied to the sum of cart items. Plus it might scare people off if the full price is added to the cart at first … Is that possible / an idea? If not: is there a workaround / code snippet … If not: ok. Can always make the customer understand the limitations with some explaining text.
Question 3) Does the Facebook API allow to work in the direction “createNewWordpressEvent() -> createSameEventOnFacebook()”, too?
Question 4) I would like seven custom categories (content_type, format_type, teacher, is_included_in_membership_x, required_proficiency_level, plus 2 “questions”). I see there is an php extension to be added to functions.php. I think I will find a way to configure the categories once I added the script and see its effects. I assume that the the additional categories will be shown in the filter in all calender views? Moreover, I do not need “event location” and “event organizer”. Can I redefine them, tailor them to my needs? Then there would be seven built in categories I could use without the need for the extension.
Three optional extra questions:
Optional question 1) Members area support? I think I can establish a workaround with woocommerce, but are you planning to provide sth like this?
Optional question 2) I understand that you do not provide Customer Relation Managment. I am sure that you have an opinion about the available plugins for woocommerce. Any recommendations?
And now, finally, a final question about the list of appropriate addons, if you will: I believe you already got a good idea of what the calender / booking / analysis requirements of my AcroYoga Center are. For display, I think all versions full, list, week, regular come in handy in different parts of the page. I need tickets and a way to contact (write emails) to registered participants of events. Can you please point me to bundle (if there is one) that you would see fit to cover most / all of them?
Thanks again, looking forward to populate this EventOn installation with real life data very soon (copying the existing data from https://center-of-gravity.de to begin with),
Ralph
1. I need to contact our main developer about this.
2. Coupons don’t work with Events out of the box, I am afraid. You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.
3. Could you elaborate more? Not really sure what are you referring to?
4. You can increase the amount of categories: https://docs.myeventon.com/documentations/increase-event-type-count/. You can redefine categories through customization, I think.
1. Please check https://www.myeventon.com/addons/action-user/. Try it on http://dev.myeventon.com/wp-admin/
2. Unfortunately, no.
3. Please check https://www.myeventon.com/addons/ticketing-bundle/
Q1. The event repeating data/times are saved in event custom post meta table under post meta key “repeat_intervals” if you get that value it is saved as an array and can be edited to change those without wp-admin interface.
Thank you, there have been a couple of misunderstandings in your last reply, but in general and with regard to the initial question the issue has been solved with your help, so the topic is closed. Thanks again.
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!