Posted: April 28, 2014 at 1:57 pm
Hi As you’ll see when you select a category it clears the listings view of any content. Can you let me know of the fix for this. Thanks |
|
|
Hi, Please remove the add on from your site (delete it) and re-download it from your account page and re-install. We had an issue where we couldn’t update the version number but the fix was added, so installing it again should resolve the issue for you. Please let me know if it does not. |
Hi Dean Terry |
|
Hi Dean If it is the Custom Files v3.1 that I am supposed to be downloading then can you give me instructions as to where I’m supposed to be deleting the original files from. Thanks |
|
Hi Terry, In this case the edits would need to made directly to the custom plugin that was installed when we did the start time end time customizations. The plugin we installed was espresso-events-table-sos and it has one file: index.php. line 99 has this: <tr class="espresso-table-row cat-<?php ech o $event->category_id; ?>"> and can be changed to this: <tr class="espresso-table-row cat-<?php echo str_replace(',', ' cat-', $event->category_id); ?>"> then line 118 has this: var ee_filter_cat_id = jQuery("option:selected").attr('class'); which can be changed to this: var ee_filter_cat_id = jQuery("#ee_filter_cat option:selected").attr('class'); If you’d prefer, we can make those edits if you send FTP credentials via this form: |
|
Hi Josh Thanks |
|
Hi Terry, I made the above suggested edits and it’s working now. |
|
Hi Josh Same for Standard First Aid with CPR C / AED… when I try to filter for it nothing shows up but when I select the link from the menu or in the sidebar there are events showing for those links. Thanks again. |
|
Hi Terry, You can try going to edit those events, and unchecking the categories, they are assigned to, then save, then assign them to the categories again. |
|
Hi Josh If we can’t get it working in an efficient manner the I would rather just remove the filter dropdown menu. Can you tell me how I would remove it from all event pages. Thanks |
|
Hi there, The simple and quick way would be to hide it with CSS, here’s something you can add to your custom stylesheet: p.category-filter { display:none; } |
|
Thanks Josh That will do. |
|
You’re welcome. |
|
The support post ‘Filter by Category Not Working’ 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.