Posted: March 17, 2014 at 9:28 am
|
Hi there, I’m using wp 3.8.1, the installed ee is ee3 right now and the add-ons installed are: mailchimp(not active yet), custom template add on(active) and calendar add on(active). i’ve got some questions, i just bought the business license, which included many add ons.. 1)But after buying i saw it is not working with ee4, that was a disappointment, but oke stuff happens, can you tell me when all the add-ons that are included in the business license will be available? |
Hi, 1) Unfortunately not at this time, I can tell you we are working on making the Calendar and JSON API Add-on’s compatible first, the others will follow as soon as we can. 2) We have seen this issue before and have a fix, In plugins/espresso-custom-templates/templates/events-table/index.php, change line 93 to: <tr class="espresso-table-row cat-<?php echo str_replace(',', ' cat-', $event->category_id); ?>"> Original fix here: This has been included within the next update for the Custom Template Add-on. 3) This will depend on your PHP/HTML/JavaScript skills? It is within the same file mentioned above. The titles for the table columns are on lines 32-34, the content columns line 93-98. What is it you would like to add? 4) This is done using the [LISTATTENDEES] shortcode which can be placed either within the event description, or placed within a template file within the do_shortcode() function. Does that help? |
|
|
Hi there, ?> <td id=”event_title-<?php echo $event->id?>” class=”event_title”><?php echo stripslashes_deep($event->event_name) ?></td> but it doesn’t work or change anything:(, hope you can help me out cheerss |
|
Hi again, just one other question and response to your question on subject 3). Event/Category/Venue/Date cheerss |
After a little investigating we have one more change for you to try. Within that same file (plugins/espresso-custom-templates/templates/events-table/index.php), line 107 should be: var ee_filter_cat_id = jQuery("option:selected").attr('class'); Change that to var ee_filter_cat_id = jQuery("#ee_filter_cat option:selected").attr('class'); The odd thing is the code works fine locally, but not for yourself. The customisations you have mentioned would require a fair amount of custom development to implement. I would advise contracting one of our recommended developer available on our Pro’s page here: |
|
|
Thank you the filter works perfect now!:) I understand the customizations are a lot of work, but right now i don’t have the money to hire a developer for that. So than i have another question, you gave me the [LISTATTENDEES] shortcode which retrieves all the attendees for al the categories, is it possible that you give me the code or shortcode for each event seperately? Than i just paste it on the single Event/register page and people can check who are already registered. Any other solutions are always welcome! cheerss Pim |
No Problem ๐
This depends on how and where you use the [LISTATTENDEES] shortcode. Placing that shortcode outside of an event (not in the event description or within an Event Espresso template file) will show all attendees registered to all events. However most EE shortcodes also allow you to set attributes to narrow down your results, [LISTATTENDEES] is one of those, if you take a look here you can find all the attributes for [LISTATTENDEES] (and also all our shortcodes): https://eventespresso.com/wiki/shortcodes-template-variables/#attendee-list SO to create an attendee list for a specific event on a single page you would use: [LISTATTENDEES event_identifier=”your_event_identifier”] Changing your_event_identifier for the actual event_identifier for the event. Easiest way to find that is to edit the event (Event Espresso -> Event Overview, find the event and click on it) look under the event title and there is a field for the event_identifier. http://take.ms/BwYXp So in my example the shortcode would be: [LISTATTENDEES event_identifier=”performance-1-1-52e7baa63e9c8″] Yours will be different. You can also include [LISTATTENDEES] within the event description and it will be displayed within the Registration Page. http://take.ms/mDs88 As you are then using the shortcode within the single event itself, it will only display attendees for that event. Does that help? |
|
|
Thank you for all the information! Thank you so much, great service! |
You’re Welcome. Just let us know if you have any further questions ๐ |
|
The support post ‘Filter not working correctly/ add ons question.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.